Click to See Complete Forum and Search --> : CSS for nowrap


gemini
08-20-2003, 10:14 AM
Hi! I'm trying to figure out how to implement "nowrap", typically used with the <TD> tag, using CSS. Can anyone help?

TIA.

Robert Wellock
08-20-2003, 10:22 AM
Maybe:

<style type="text/css">
<!--
td {
white-space: nowrap;
}
-->
</style>

gemini
08-27-2003, 12:54 PM
Thanks, I'll try that out. BTW, sorry for the long delay in responding. The MSBlast worm caused mayhem in the last few days around here.