Help - Search - Members - Calendar
Full Version: Table column forces line break
HTMLHelp Forums > Web Authoring > Cascading Style Sheets
Fred Yates
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
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
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
<style>
td {text-align:left;white-space:nowrap;}
</style>

hope this helps smile.gif

Brian...
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.