Forum Moderators: open
Can anyone help please.
I've never done CSS. Can I simply add that code above the html for the table. This is the table code (I know you know what it looks like!)..or where do I place your snippet and how or where do I name the table?
<table width="100%">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
Many thanks
Just worth adding that the width and height attributes were deprecated in HTML4.01...
Have a look at the W3C documentation on table cell horizontal and vertical alignment [w3.org].
HTH