Posted by Stefan Mueller on 11/16/05 04:21
Is there any possibility to set a minwidth to a table so if you reduce the
width of the browser window the page gets not smaller but that you get a
horizontal scroll bar?
Stefan
====================================
<html>
<body>
<table width = "100%" border = "0" align = "center">
<tr>
<td width = "50%">
Text left
</td>
<td width = "50%" align = "right">
Text left
</td>
</tr>
</table>
</body>
</html>
====================================
[Back to original message]
|