ice78991
Programmer
- Nov 20, 2006
- 216
I am designing a table and want to specify the exact dimensions of each cell so that I can insert some images.
I am going to set the width of a major cell as follows
<td colspan="2" height="550" width="973">
Is this figure ok for the width and can I guarantee that the cell will be of this width in all browsers or will some browsers collapse the cell? If I set its background attribute to a 1 pixel .gif will this act as a spacer?
I am going to set the width of a major cell as follows
<td colspan="2" height="550" width="973">
Is this figure ok for the width and can I guarantee that the cell will be of this width in all browsers or will some browsers collapse the cell? If I set its background attribute to a 1 pixel .gif will this act as a spacer?