Posted by Neredbojias on 04/25/06 06:14
To further the education of mankind, dorayme
<doraymeRidThis@optusnet.com.au> vouchsafed:
> nowrap is deprecated in HTML 4.01 What are folk using to achieve
> the same effect in a table cell for some text; for example, a
> column of phone numbers that one does not want wrapped. I think I
> am asking if there is any specific equivalent rather than any
> workarounds like 08 531 5555 or giving plenty of cell
> width in px or ems. Seem to have forgotten or don't know?
Css.
td {
white-space:nowrap;
}
--
Neredbojias
Infinity has its limits.
Navigation:
[Reply to this message]
|