[thelist] table-less?

Craig Saila crsaila at yahoo.ca
Tue May 28 09:14:00 CDT 2002


Nik Schramm wrote:
> <a style="white-space:nowrap;" href="anyfile.html">Insert URL Text that
> won't wrap no matter how long it is</a>

Be careful with this. Though it *may* work, it shouldn't as the
"white-space" property is only supposed to work on block level elements
(like the DIV below) but not the A unless its "display" property is set
to block.

> <div style="white-space:nowrap;"><a href="file1.html">File 1</a> | <a
> href="file2.html">File 2</a> | <a href="file3.html">File 3</a></div>

For more info on "white-space":
<http://www.w3.org/TR/REC-CSS2/text.html#propdef-white-space>

--
Cheers,

Craig Saila
------------------------------------------
craig at saila.com  :  http://www.saila.com/
------------------------------------------


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




More information about the thelist mailing list