Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



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

Posts: 83
Location: Athens, Greece
Trades: 0
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
 
 
Register now for full access!
Old 03-06-2008, 03:19 AM Re: navigation bar question
Gilligan's Avatar
Website Designer

Posts: 1,670
Name: Stefan
Location: London, UK
Trades: 0
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
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
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 !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 03-07-2008, 07:53 AM Re: navigation bar question
missingtime's Avatar
Skilled Talker

Posts: 83
Location: Athens, Greece
Trades: 0
Well, that answers my question! Thank you.
missingtime is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to navigation bar question
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB 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.92960 seconds with 12 queries