Temperence
02-08-2005, 02:31 AM
I've read up on everything concerning tables on this site, but what I didn't find is how to make a blank cell. I was told to do this:
<table>
<tr>
<td></td>
<td>text here</td>
<td></td>
</tr>
</table>
That is if I want three cells and something writen in the middle, but when I tried it, it didn't work. The text still showed up on the top left hand side.
What am I doing wrong?
<table>
<tr>
<td></td>
<td>text here</td>
<td></td>
</tr>
</table>
That is if I want three cells and something writen in the middle, but when I tried it, it didn't work. The text still showed up on the top left hand side.
What am I doing wrong?