Forum Moderators: open
For some reason, wherever I have h1 tags in my code e.g. the code below:
<td><h1 class="makeBigTextSmall">BLUE WIDGETS</h1></td>
...and then preview the page in IE - the text within the h1 tags appears right up at the top of the row. Is there something I've missed as I have never noticed this in any other browsers!
Thanks
There is nothing wrong with the header tags
Well it depends on the context. There is nothing wrong with using them properly: as a header for a page, a section or a block of text - in fact it is positively encouraged.
But if you are creating a table (i.e. a REAL table not tables for layout) then you shouldn't use them as table headings - thats what the <th> tag is for.