Forum Moderators: open

Message Too Old, No Replies

How to insert navigation bars without using <nobr>

and without using FP

         

reddevil

12:01 pm on Feb 4, 2004 (gmt 0)

10+ Year Member



Hi,
I have just learnt how to validate my pages with W3C but get many <nobr> errors that have been caused by using FP2000 Page Include function for my navigation bars.
If it isn't too difficult, I would like to learn how to include navigation bars without using FP Page Include - although I don't seem to find many sites that explain this in laymans terms - can anybody recommend a good site?
Thanks.

gethan

12:11 pm on Feb 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Two methods:

<div style='white-space: nowrap'>Your navigation</div>

or

Replace all white spaces with &nbsp; - stands for non-breaking space.

The second method gives you more control - eg. navigation like "blue widgets" will always be on one line.

(Apologies if this is not useful to FP users)