![]() |
fixed widths
hi
i recently came across a problem where a form was submitted but the text was one continuous string with no spaces.The html table treated it like one word and promptly expanded the table width as necesarry(two feet off the screen).Is there a fail safe way to avoid this, ie break the string so that it just wraps down the table as it would if it contained spaces cheers |
For more information you can follow the link:
http://www.vanseodesign.com/css/3-column-layout-code/ |
Give your table a fixed with
|