> How would I mark-up the second table row (based on a real-world advocacy > example): > > <tr><th>Longitude</th><th>Latitude</th><th>Height</th><th>Fooobar</th><t h> > Place</th></tr> > > <tr><td>16.30</td><td>61.07</td><td>140</td><td>zzz</td><td>Widgetsville </ > td></tr> > > with both hCard and geo? > > The real example has ~50 rows. Is it feasible to wrap each in: > > <tbody class="vcard">? > > is there an alternative?
Would it be feasible to add the class="vcard" to the <tr> instead? Also, just out of curiosity, why you would mark this information as an hcard? I assume that one of the columns would contain a name, email, phone number, etc. and that would be the reason. Otherwise, I'm not sure why you would use class="vcard" instead of just class="geo". If there is a reason, I would like to know for my own reference. Thanks, Mike _______________________________________________ microformats-discuss mailing list microformats-discuss@microformats.org http://microformats.org/mailman/listinfo/microformats-discuss