Introduction to hCard, Part two: Styling hCards

Forums » Dev.Opera » Archived Article Discussions

This topic has been closed. No new entries allowed.

Reason: You can now post comments on articles on Dev Opera

Forum rules and guidelines

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

Go to last post

27. March 2009, 06:28:18

teleject

Posts: 3

Introduction to hCard, Part two: Styling hCards

In this article, Christopher Schmitt follows up his hCard introduction by showing us how add some style to hCards, to make them fit nicely into a page design.

( Read the article )

27. March 2009, 13:50:46

stumpthegeek

Posts: 3

I think there's a typo in the introduction. In the first code snippet you have the email address code listed as:
<p><div class="email"><a href="">jackthetripper@example.com</a></div></p>

You're missing the '@' in the mailto: portion. It should be <p><div class="email"><a href="">jackthetripper@example.com</a></div></p>

27. March 2009, 14:14:29 (edited)

stumpthegeek

Posts: 3

It also appears the finished image for figure 2 is not correct. It doesn't look like the live example.

I also noticed that in the "Adding Rounded Corners" section the author states "I go into detail about how it works, but I will run quickly through steps needed to get it to work for our hCard." and I think he mean "I won't go into detail..." because he never really does go into detail on how it works.

Lastly, it looks like he's missing the '@' in the email address in the footer example as well.

29. March 2009, 23:18:27

teleject

Posts: 3

Thanks for letting me know about the typos. I've passed on the typos to Chris at dev.opera.

Christopher Schmitt
twitter @teleject

30. March 2009, 17:27:48

Opera Software

chrismills

Posts: 379

cheers @stumpthegeek - I've fixed all these now
Chris Mills
Developer Relations Manager
Editor, dev.opera.com and labs.opera.com

Forums » Dev.Opera » Archived Article Discussions