| Author |
Addiing Several (more than 2 navigation bars
|
|
| mscustomerpgh 2007-01-10, 6:57 pm |
| I have added two navigation bars - -
Adding a third with its own name (nav bar 3, i.e.) results in changes to one
of the earlier nav bars - - can the new bar be separated from previous bars
created?
| |
| Steve the Trumpet 2007-01-10, 6:57 pm |
| I recommend DavidF's method when he replied to my questin about navigation
bars (12/27/2006). He told me to build my own without using the wizard and
gave me this link:
http://msmvps.com/blogs/dbartosik/a...1/16/81255.aspx
But unlike the example, use the *.*htm extensions.
I hope this helps.
"mscustomerpgh" wrote:
> I have added two navigation bars - -
> Adding a third with its own name (nav bar 3, i.e.) results in changes to one
> of the earlier nav bars - - can the new bar be separated from previous bars
> created?
| |
| mscustomerpgh 2007-01-10, 6:57 pm |
| So - - I did what that link suggested - - how do I turn that stuff into
buttons, and hyperlinks??
"Steve the Trumpet" wrote:
[color=darkred]
> I recommend DavidF's method when he replied to my questin about navigation
> bars (12/27/2006). He told me to build my own without using the wizard and
> gave me this link:
> http://msmvps.com/blogs/dbartosik/a...1/16/81255.aspx
> But unlike the example, use the *.*htm extensions.
> I hope this helps.
>
> "mscustomerpgh" wrote:
>
| |
| mscustomerpgh 2007-01-10, 6:57 pm |
| I inserted the HTML code fragment - copied his stuff into the fragment,
changing to the site & file names (*.htm), and I am guessing the last items
are screen names - - but it did not do anything - - is there more to do??
"Steve the Trumpet" wrote:
[color=darkred]
> I recommend DavidF's method when he replied to my questin about navigation
> bars (12/27/2006). He told me to build my own without using the wizard and
> gave me this link:
> http://msmvps.com/blogs/dbartosik/a...1/16/81255.aspx
> But unlike the example, use the *.*htm extensions.
> I hope this helps.
>
> "mscustomerpgh" wrote:
>
| |
| Steve the Trumpet 2007-01-10, 6:57 pm |
| I only got this tip last week and found no problem in implementing it if you
follow his instructions exactly. It produces a text only navigation bar – see
mine at www.cinqueportmusic.com I think this is much more superior than using
the wizards as you can choose which pages you need. The code used to produce
my nav bar is this:
<a href="http://www.cinqueportmusic.com/index.htm">Home</a> |
<a href="http://www.cinqueportmusic.com/INDEX_files/cd_page_1_index.htm">CD
recordings page one</a> |
<a
href="http://www.cinqueportmusic.com/INDEX_files/mountbatten_festival_2004_5.htm">The Mountbatten Festival of Music</a> |
<a
href="http://www.cinqueportmusic.com/INDEX_files/great_marches_vol_1.htm">The
Great Marches</a> |
<a
href="http://www.cinqueportmusic.com/INDEX_files/video_index.htm">Videos</a> |
<a href="http://www.cinqueportmusic.com/INDEX_files/DVD_Titles.htm">DVDs</a> |
<a
href="http://www.cinqueportmusic.com/INDEX_files/gift_shop_page_1.htm">Books</a> |
<a
href="http://www.cinqueportmusic.com/INDEX_files/about_cinque_port_music.htm">About Cinque Port Music</a> |
<a
href="http://www.cinqueportmusic.com/INDEX_files/termconditions.htm">Terms
and Conditions/Postage</a> |
<a
href="http://www.cinqueportmusic.com/INDEX_files/reciprocallinks.htm">Reciprocal Links</a> |
<a
href="http://www.cinqueportmusic.com/INDEX_files/ordering_information.htm">Ordering Information/Contact us</a> |
NOTES: enter 'return' only after the pipe symbol. The web address must point
to the page on your server not on your computer and the text between > and <
is what you want to appear on your published page.
This is inserted as a HTML code fragment. It doesn't matter what it looks
like on your Publisher page, just make sure your box is big enough to hold
the finished product.
I hope this helps.
"mscustomerpgh" wrote:
[color=darkred]
> I inserted the HTML code fragment - copied his stuff into the fragment,
> changing to the site & file names (*.htm), and I am guessing the last items
> are screen names - - but it did not do anything - - is there more to do??
>
> "Steve the Trumpet" wrote:
>
| |
| mscustomerpgh 2007-01-10, 6:57 pm |
| I see that your nav bar works - - but, how do you gtet it into a graphical or
button form - - any thing special other than covering with a hypertexted
object box??
"Steve the Trumpet" wrote:
[color=darkred]
> I only got this tip last week and found no problem in implementing it if you
> follow his instructions exactly. It produces a text only navigation bar – see
> mine at www.cinqueportmusic.com I think this is much more superior than using
> the wizards as you can choose which pages you need. The code used to produce
> my nav bar is this:
> <a href="http://www.cinqueportmusic.com/index.htm">Home</a> |
> <a href="http://www.cinqueportmusic.com/INDEX_files/cd_page_1_index.htm">CD
> recordings page one</a> |
> <a
> href="http://www.cinqueportmusic.com/INDEX_files/mountbatten_festival_2004_5.htm">The Mountbatten Festival of Music</a> |
> <a
> href="http://www.cinqueportmusic.com/INDEX_files/great_marches_vol_1.htm">The
> Great Marches</a> |
> <a
> href="http://www.cinqueportmusic.com/INDEX_files/video_index.htm">Videos</a> |
> <a href="http://www.cinqueportmusic.com/INDEX_files/DVD_Titles.htm">DVDs</a> |
> <a
> href="http://www.cinqueportmusic.com/INDEX_files/gift_shop_page_1.htm">Books</a> |
> <a
> href="http://www.cinqueportmusic.com/INDEX_files/about_cinque_port_music.htm">About Cinque Port Music</a> |
> <a
> href="http://www.cinqueportmusic.com/INDEX_files/termconditions.htm">Terms
> and Conditions/Postage</a> |
> <a
> href="http://www.cinqueportmusic.com/INDEX_files/reciprocallinks.htm">Reciprocal Links</a> |
> <a
> href="http://www.cinqueportmusic.com/INDEX_files/ordering_information.htm">Ordering Information/Contact us</a> |
>
> NOTES: enter 'return' only after the pipe symbol. The web address must point
> to the page on your server not on your computer and the text between > and <
> is what you want to appear on your published page.
> This is inserted as a HTML code fragment. It doesn't matter what it looks
> like on your Publisher page, just make sure your box is big enough to hold
> the finished product.
> I hope this helps.
>
>
> "mscustomerpgh" wrote:
>
| |
| Steve the Trumpet 2007-01-10, 6:57 pm |
| How about using just any graphic you like, even make your own in a graphics
program and add the relevant words to it and just assign a hypetext link to
it. Then you can use any typeface you like (because it is a graphic).
Perhaps you could construct a table with shaded cells (and words), one
column for a vertical bar or one row for a horizontal one, and again assign
links to it
Or use the nav bar wizard but you must make sure only the pages you want,
have the box ticked in Web Page Options.
"mscustomerpgh" wrote:
[color=darkred]
> I see that your nav bar works - - but, how do you get it into a graphical or
> button form - - any thing special other than covering with a hypertexted
> object box??
>
> "Steve the Trumpet" wrote:
>
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |