[thelist] table-less?

Amazon Paulo Amazon.Paulo at Amazoniacelular.com.br
Tue May 28 12:32:01 CDT 2002


>> <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.

An alternative is to use the nobr tag, it will always work:

<nobr><a href="anyfile.html">Insert URL Text that won't wrap no matter how
long it is</a></nobr>

/Paulo Guedes



More information about the thelist mailing list