Hi
I'm on the verge of pulling my hair out![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
simple table code:
But I want the table to always be fixed. If you fill up the cell with text, the widths will then start to increase. So instead of the table cell's height increasing so to speak, its widfth starts to increase.
I never want the table to be wider than 775px.
Any suggestions would be wholeheartedly appreciated![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Thanks
I'm on the verge of pulling my hair out
simple table code:
Code:
<table width=775 border="1">
<tr>
<td width="200">sasasasasasasasadddddffffdddddd </td>
<td width=300>sasasasasssssssss</td>
<td width=275>dsdsdsdsduuuuuuuuuuuuuuuuuuuuuuuuuuuuds</td>
</tr>
</table>
But I want the table to always be fixed. If you fill up the cell with text, the widths will then start to increase. So instead of the table cell's height increasing so to speak, its widfth starts to increase.
I never want the table to be wider than 775px.
Any suggestions would be wholeheartedly appreciated
Thanks