Is there a way to make the link bar italicized?

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

Guest

I'm working with a two link bars, one for the same level and another that
shows the children. Is there a way to define italics for the second link
bar group?
 
Wrap the link bar webbot code in your font or span style tag

--

_____________________________________________
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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| I'm working with a two link bars, one for the same level and another that
| shows the children. Is there a way to define italics for the second link
| bar group?
 
I'm a little fuzzy about this. Here's the code:

<!--webbot bot="Navigation" S-Orientation="vertical" S-Rendering="graphics"
S-Type="siblings" B-Include-Home="TRUE" B-Include-Up="TRUE" --><p>

<i> <!--webbot bot="Navigation" S-Orientation="vertical"
S-Rendering="graphics" B-FirstInsert="TRUE" S-Type="children" --> </i></p>

I put italics before and after but did I put it in the wrong place? The
page viewed in a browser still looks the same.

Thanks!
 
You are using graphic buttons. You will have to apply the second link bar
using a different style for the buttons - modify the theme you are using
and use the modified theme. The second link bar will have to be applied to
the page on a server running FP2002 extensions, not in a disc based web.
 
The nav bar you are using is graphics so it will never show in Italics using a html tag
- if using a theme you can only have one style of text on your buttons

--

_____________________________________________
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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| I'm a little fuzzy about this. Here's the code:
|
| <!--webbot bot="Navigation" S-Orientation="vertical" S-Rendering="graphics"
| S-Type="siblings" B-Include-Home="TRUE" B-Include-Up="TRUE" --><p>
|
| <i> <!--webbot bot="Navigation" S-Orientation="vertical"
| S-Rendering="graphics" B-FirstInsert="TRUE" S-Type="children" --> </i></p>
|
| I put italics before and after but did I put it in the wrong place? The
| page viewed in a browser still looks the same.
|
| Thanks!
 
Back
Top