Hi anyone up to implement hcard microformats on pages where we want to
give contact information like the Marcon page.  I have known for
microformats for a long time but I havent really apply them. However I
do think that if we want to look to adopt most of the open standards
microformats is a good way to do so.

So currently the Marcon page display information as the following:

        <td><strong>John McCreesh</strong><br />
        Email: <a href=
        "mailto:[email protected]";>[email protected]</a><br />
        Phone: +44 (0)7 810 278 540<br />
        Web: <a href=
        "http://www.mealldubh.org";>http://www.mealldubh.org</a><br />

        Timezone: UTC</td>

The idea to have an hcard (html card - similar to vcard) it would
display like this:

<div class="vcard">
  <a class="fn">John McCreesh</a>
  <div>Email:
   <span class="email">[email protected]</span>
  </div>
  <div class="tel">Phone: </span>+44 (0)7 810 278 540
  </div>
  <div class="url">Website:</span>http://www.mealldubh.org/
  </div>
</div>

What does the group think? More info on hCard microformats here:
http://microformats.org/wiki/hcard

-- 
Alexandro Colorado
OpenOffice.org Espa&ntilde;ol
IM: [email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to