Style of navigation horizontal text?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Have a client who wants horizontal text navigation. No problem, but why does
the format include brackets "[" and "]" around the text. How can I get rid
of the brackets?

Regards,
Larry
2005AG15 18:10
 
Controlled by the type of nav bar you select in styles

The formats for the Nav bars for FP 2003 are stored in the folder
C:\Program Files\Microsoft Office\Office11\1033\botstyle
In the file NAVBARS.INI
Make a copy of the file (for backup)
Add your own style using one of the existing styles as a template

Say as

[NoBars]
Name=NoBars
Description=An HTML style where each link is separated by a space.
Button="<A HREF="#URL#" TARGET="#TARGET#" STYLE="{text-decoration: none;}">#LABEL#</A>"
Selected="#LABEL#"
H-Separator="&nbsp;"
V-Separator="<br>"
Preview="nobars.gif"

Note: You will need to create your own nobars.gif file for the above preview as: nobars.gif
(just edit a copy of the bars.gif in that directory to remove the line)


--




| Have a client who wants horizontal text navigation. No problem, but why does
| the format include brackets "[" and "]" around the text. How can I get rid
| of the brackets?
|
| Regards,
| Larry
| 2005AG15 18:10
 
Stefan,

Thanks. You also answered my next question about spacing between. I notice
that is taken place in the same sequence of code.

Just a quick one - where is this in the earlier versions of FP (2002 and
2000) as I have all 3 on various systems? And I would presume they would all
have to be adjusted?

Regarads,
Larry
2005AG16 06:60
 
In
C:\Program Files\Microsoft Office\Office10\1033\botstyle for 2002
and I think in
C:\Program Files\Microsoft Office\Office\1033\botstyle for 2000

--




| Stefan,
|
| Thanks. You also answered my next question about spacing between. I notice
| that is taken place in the same sequence of code.
|
| Just a quick one - where is this in the earlier versions of FP (2002 and
| 2000) as I have all 3 on various systems? And I would presume they would all
| have to be adjusted?
|
| Regarads,
| Larry
| 2005AG16 06:60
|
| "Stefan B Rusynko" wrote:
|
| > Controlled by the type of nav bar you select in styles
| >
| > The formats for the Nav bars for FP 2003 are stored in the folder
| > C:\Program Files\Microsoft Office\Office11\1033\botstyle
| > In the file NAVBARS.INI
| > Make a copy of the file (for backup)
| > Add your own style using one of the existing styles as a template
| >
| > Say as
| >
| > [NoBars]
| > Name=NoBars
| > Description=An HTML style where each link is separated by a space.
| > Button="<A HREF="#URL#" TARGET="#TARGET#" STYLE="{text-decoration: none;}">#LABEL#</A>"
| > Selected="#LABEL#"
| > H-Separator=" "
| > V-Separator="<br>"
| > Preview="nobars.gif"
| >
| > Note: You will need to create your own nobars.gif file for the above preview as: nobars.gif
| > (just edit a copy of the bars.gif in that directory to remove the line)
| >
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | Have a client who wants horizontal text navigation. No problem, but why does
| > | the format include brackets "[" and "]" around the text. How can I get rid
| > | of the brackets?
| > |
| > | Regards,
| > | Larry
| > | 2005AG15 18:10
| >
| >
| >
 
I'm using FP2000 and would like to remove the brackets around the Navigation
Bar Text. I found the answer below, but being a complete novice, I'm not
getting the results 100% yet...

I edited the Navbars.ini file to include a "nobrackets" style. I refernce
the gif file nobrackets.gif. I tried to edit the brackets.gif file to remove
the brackets, but I'm not sure how to edit this file. I tried opening it in
MS PhotoDraw, but it just comes up as a picture and I can't simply just
delete the brackets.

Once I figure this part out, then what? Where or how do I tell FP2000 that
I want to use my new No Brackets style?
 
Back
Top