CSS for nowrap

liunx

Guest
Hi! I'm trying to figure out how to implement "nowrap", typically used with the <TD> tag, using CSS. Can anyone help?<br />
<br />
TIA.<!--content-->Maybe:<br />
<br />
<style type="text/css"> <br />
<!-- <br />
td { <br />
white-space: nowrap; <br />
} <br />
--> <br />
</style><!--content-->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.<!--content-->
 
Back
Top