How do you get rid of nobr code in Navigation Webbot?

D

dothvader

Does anyone know how to alter the Navigation Webbot code to get rid of the
</nobr> code it inserts after every hypertext link?

Here is the code:

<!--webbot bot="Navigation" S-Type="sequence"
S-Orientation="horizontal" S-Rendering="html" S-Bar="Slashes"
S-Btn-Nml="<A HREF="#URL#" TARGET="#TARGET#"
STYLE="">#LABEL#</A>"
S-Btn-Sel="#LABEL#" S-Btn-Sep="&nbsp;&nbsp;|&nbsp;&nbsp;"
B-Include-Home="FALSE" B-Include-Up="FALSE"
U-Page="sid:1001" -->

I know there is a CSS workaround but I want to get rid of it in the webbot.
 
R

Ronx

Can't be done. The webbot code is fixed.
The only way to remove the <nobr> is to edit the Navbar in notepad, and
never use the FrontPage navigation bot again.
Or use a theme and graphics (which I suspect is not the way you are
going...)
 
M

mark

Can't be done. The webbot code is fixed.
The only way to remove the <nobr> is to edit the Navbar in notepad, and
never use the FrontPage navigation bot again.
Or use a theme and graphics (which I suspect is not the way you are
going...)

I trying to use CSS to get rid of the offending <nobr> code but not
having much success.

I am using .. nobr {white-space: normal;} but it does not seem to
work.

Any suggestions?
 
R

Ronx

Using CSS does not eliminate an HTML tag, it only describes how the tag
should be displayed or rendered. As I said, if you use the FrontPage
navigation bots in non-graphics mode, you are stuck with the <nobr> tag.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top