Hi Gregor, > any suggestions what ought to be fixed?
When I "view selection source" I get the following: <span style="display: none;" class="fn org">Address:</span></td><td style="" class="adr">Great Barr School<br>922 Aldridge Rd<br>Great Barr, Birmingham B44<br></td> So it appears that none of the address sub-elements are being classified at all, just simply poured into the adr td and broken up with br's. To be parsed they should be wrapped in classified elements like the span's or div's below: <div class="street-address">922 Aldridge Rd</div> <span class="locality">Great Barr</span>, <span class="region">Birmingham </span> <span class="postal-code">B44</span> Rob Manson _______________________________________________ microformats-discuss mailing list [email protected] http://microformats.org/mailman/listinfo/microformats-discuss
