Posted by Neredbojias on 12/19/06 06:24
To further the education of mankind, "Slick50" <spam@yahoo.com>
vouchsafed:
> I don't mean to imply that it is better. I am just trying to learn how
> to do different things.
The css style for preventing words from wrapping is:
white-space:nowrap;
'Natch, there could be problems if the line-length exceeds the container
width. One solution is to set:
overflow:hidden;
....on the container, but then the user wouldn't see the excess.
--
Neredbojias
Infinity has its limits.
Navigation:
[Reply to this message]
|