Forum Moderators: open
I'm creating content that is "popped up" in one of those bubbles on a Google Maps display, and the HTML contains an absolutely bog standard table, nothing more complicated than:
<table>
<tr><td>one</td><td>two</td><td>three</td></tr>
<tr><td>alpha</td><td>bravo</td><td>charlie</td></tr>
</table>
However, instead of looking like this: (using hyphens because this forum software stips spaces)
one--two--three
alphabravocharlie
onetwothree
alphabravocharlie
Has anyone got any idea what styling or browser bug would cause the tabular layout to be completely ignored?
[edited by: dmorison at 7:10 pm (utc) on Oct. 12, 2005]
one--two--three
alphabravocharlie
you would need padding to get the extra space... but as to why the first line would not be following the columns, it sounds like it could be caused by an impropper code somewhere, make sure to check over your code and validate it.