Click to See Complete Forum and Search --> : Help in Keeping text to one line


IanC
09-02-2004, 01:57 AM
Hi,

Could someone advise me if there is a way to keep my html text on one line.
I am building a site with the top line like this
LIFELONG FINANCIAL SOLUTIONS LTD
This is how it appears in MSIE
However when viewed on AOL in a smaller window it appears like this,
LIFELONG FINANCIAL SOLUTIONS
LTD

Thanks

Fang
09-02-2004, 02:24 AM
<p style="white-space:nowrap;">LIFELONG FINANCIAL SOLUTIONS LTD</p>
or
<p>LIFELONG&amp;nbsp;FINANCIAL&amp;nbsp;SOLUTIONS&amp;nbsp;LTD</p>

IanC
09-02-2004, 03:43 AM
Thanks for that Fang, very helpful.

Cheers

zingmatter
09-02-2004, 06:47 AM
If it doesn't fit in a smaller window maybe you should think about making it smaller, in the name of accessibility.

:)