Fred Yates
Jul 26 2009, 05:56 PM
I wasn't sure if this was a CSS problem or something that is wrong with my HTML so I've posted in both forums. Thank you!
http://forums.htmlhelp.com/index.php?showtopic=9378
pandy
Jul 26 2009, 06:02 PM
Unlucky for you I noticed you had double posted and happened to choose to delete the thread you refer to before I read this one.
See
http://www.w3.org/TR/CSS2/text.html#propdef-white-space .
Or if yu need to stick to HTML see
http://htmlhelp.com/reference/html40/tables/td.html (not recommended).
Fred Yates
Jul 26 2009, 09:44 PM
eh, it's ok i figured it out with the help of some friends.
if anyone remembers the post and had the same issue white-space: nowrap; did the trick
gigatech
Jul 30 2009, 04:48 PM
<style>
td {text-align:left;white-space:nowrap;}
</style>
hope this helps

Brian...