Reply
navigation bar question
Old 03-06-2008, 01:08 AM navigation bar question
Skilled Talker

Posts: 65
I inserted a Spry navigation bar. However, when I make a textual change to the bar on one page...why isn't it affecting the bar on all the pages? Do I have to go through every single instance of the bar and change the text? What if I had 1000 pages?
missingtime is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 03-06-2008, 03:19 AM Re: navigation bar question
Gilligan's Avatar
Dead Like Me

Posts: 1,608
Name: Stefan
Location: London, UK
afraid so, you could use a server-side include such as php.

make a page called 'nav.php' containing your bar ONLY...no html tags, only divs or whatever.

then in every page you want do use this bar, do this where you want it to appear

PHP Code:
<?php include 'nav.php' ?>
Gilligan is offline
Reply With Quote
View Public Profile
 
Old 03-06-2008, 02:22 PM Re: navigation bar question
LadynRed's Avatar
Super Moderator

Posts: 6,562
Location: Tennessee
Gilligan, you really cannot assume that everyone knows PHP, nor that they WANT to.

However, Gilligan is correct, you'll need server-side includes, in whatever language you choose to use.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 03-07-2008, 07:53 AM Re: navigation bar question
Skilled Talker

Posts: 65
Well, that answers my question! Thank you.
missingtime is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to navigation bar question
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11790 seconds with 12 queries