That space is not editable, but may be collapsible in a browser
If you have 4 nav bar images at 100px wide each, try trapping the nav bar in a table / single table cell of 400px (or less)
PS
If using FP2003 the new Interactive buttons are more controllable
See
http://sbrenjoy.bizland.com/frontpage/resources.htm
_____________________________________________
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
_____________________________________________
| Thanks
|
| The problem however is still due to a space appearing in the created code by the BOTs.
|
| you can see it below after the <A ..... </a> pairing before the next buttons <script starts.
|
| <a href="../june.htm" language="JavaScript" onmouseover="if(MSFPhover) document['MSFPnav1'].src=MSFPnav1h.src"
onmouseout="if(MSFPhover) document['MSFPnav1'].src=MSFPnav1n.src"><img src="../_derived/up_cmp_newascot010_hbtn.gif" width="100"
height="24" border="0" alt="Up" align="middle" name="MSFPnav1"></a> <script language="JavaScript">
|
| I am hoping that there is a file similar to navbar.ini that controls how the graphical navbars are created.
|
| If anyone has an idea of where this might be I would appreciate the help.
|
| thanks again for you time
|
|
|
| "Stefan B Rusynko" wrote:
|
| > Those are usually in the actual images (transparent part of the button gif as a "border")
| > - you need to create new or modified images and modify the theme
| >
| > --
| >
| > _____________________________________________
| > 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
| > _____________________________________________
| >
| >
| > | Stefan,
| > |
| > | thanks for the info. I should have been more specific, the problem is with spacse between graphical buttons, which are taken
from
| > the pages theme. Is the definition of these types of navigation bars held somewhere else ? I have searched other ini but so far
to
| > no avial.
| > |
| > | Thanks for your help,
| > |
| > | Neil
| > |
| > | "Stefan B Rusynko" wrote:
| > |
| > | > You can edit the formats used for navbars to remove the spaces
| > | > The formats for the Nav bars are stored In the file NAVBARS.INI in the folder
| > | > C:\Program Files\Microsoft Office\OFFICE11\1033\BOTSTYLE
| > | > or for FP2002 in
| > | > C:\Program Files\Microsoft Office\Office10\1033\botstyle
| > | >
| > | > Make a copy of the file (for backup)
| > | > Add your own format using one of the existing styles as a template
| > | >
| > | > For example, Copy the 1st one
| > | >
| > | > [Bars]
| > | > Name=Bars
| > | > Description=An HTML style where each link is separated by a vertical line.
| > | > Button="<A HREF="#URL#" TARGET="#TARGET#" STYLE="{text-decoration: none;}">#LABEL#</A>"
| > | > Selected="#LABEL#"
| > | > H-Separator=" | "
| > | > V-Separator="<br>"
| > | > Preview="bars.gif
| > | >
| > | > And edit it to be a new format per below
| > | >
| > | > [MyBars]
| > | > Name=MyBars
| > | > Description=MY HTML style where each link is separated by a vertical line without spaces.
| > | > Button="<A HREF="#URL#" TARGET="#TARGET#" STYLE="{text-decoration: none;}">#LABEL#</A>"
| > | > Selected="#LABEL#"
| > | > H-Separator="|"
| > | > V-Separator="<br>"
| > | > Preview="bars.gif
| > | >
| > | >
| > | > --
| > | >
| > | > _____________________________________________
| > | > 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
| > | > _____________________________________________
| > | >
| > | >
| > | > | Hi,
| > | > |
| > | > | I'm trying to find out if it is possible to stop the spaces that are
| > | > | embedded within the code created for a horizontal navigation bar from
| > | > | appearing. When viewing source it is possible to see them between one button
| > | > | and the next.
| > | > |
| > | > | thanks for any help
| > | > |
| > | > | Neil
| > | > |
| > | > |
| > | >
| > | >
| > | >
| >
| >
| >