Forum Moderators: open

Message Too Old, No Replies

Problem with FP and <nobr> tags

         

reddevil

8:46 am on Apr 30, 2004 (gmt 0)

10+ Year Member



I have FP2000 but there are many errors on my site according to W3C validator.

The FP2000 page-includes, includes <nobr> tags, which are non-vaslidating.

Does anybody know of anyway to change them eg. is there any upgrade available. Or does the newer versions of FP exclude <nobr> tags?

Any advice would be appreciated.

vkaryl

2:23 am on May 1, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Oh.... I guess you cross-posted this?

reddevil

10:58 am on May 1, 2004 (gmt 0)

10+ Year Member



Well I posted a simil;ar question on this forum coz I just wondered whether any FP users could tell me whether newer versions of FP still use <nobr> tags within the Page Includes? Or if FP users knerw of any upgrade that I could use to rectify the problem.

reddevil

10:14 am on May 5, 2004 (gmt 0)

10+ Year Member



Just wondered if anybody who is using FP2000 could tell me if the <nobr> tags are still used with later versions of the software? I look at the code of my page in View Source when the page is shown on the net.
Thanks.

ronin

4:09 pm on May 6, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Just out of curiosity...

What does <nobr> do? >;->

choster

4:19 pm on May 6, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Like the nowrap attribute on table cells, <nobr> prevents word-wrapping ("no break"). Both are deprecated in XHTML.

The equivalent CSS setting is {white-space:nowrap}.