Forum Moderators: open
I've just changed the doctype of my pages to XHTML without too much trouble.. except when I came to my tables!
<td>s are rendering fine, but in every browser (Opera, Firefox, Netscape 7) except IE all the <th> tags are stacking on top of each other, instead of being on one horizontal line!
What's gone wrong?
Their only CSS is:
th { background-image:url(thback.gif'); font-weight:bold; width:auto; padding:3px; text-align:center; font-size:11px; }
Help!