Andy Mabbett wrote:
Given that the only place class="vcard" can go is the <tr>, where can I
put class="adr"?

If you have to stick to using tables (ugh), you can nest them together.

<tr class="hcard">
<td class="fn org"><a href="...">Visitor Center</a></td>
<td><table><tr class="adr">
  <td><img alt="" src="flag.png" />
      <a href="..." class="country-name">Nepal</a></td>
  <td><span class="locality">Okhaldhunga (40 km)
      <a href="...">map</a></td>
</tr></table></td>
</tr>

My mother always said tables would be bad for my health.

--
Paul Wilkins
_______________________________________________
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss

Reply via email to