|
Post by FireIndy on Mar 9, 2007 0:17:49 GMT
Ok, is it possible to set a table's absolute width. Meaning that when text reaches the end, the text does a line break? Because my text dynamically updates. It frustrating seeing a table stretched the whole way across something.
|
|
Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Mar 9, 2007 18:45:14 GMT
Have you tried doing something like:
<div id="myDiv" style="width: 250px!important; overflow: auto;">Text Here</div>
|
|
|
Post by FireIndy on Mar 11, 2007 21:09:50 GMT
Thanks Ross, that works
|
|