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.

Coding Forum


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



Reply
I need update one link on a page and have it update all my pages
Old 05-10-2010, 01:10 PM I need update one link on a page and have it update all my pages
Junior Talker

Posts: 2
Name: Baraq
Trades: 0
Currently I have a several existing links that I wrote to all the pages on my site but I want to be able to add more without editing each page.

Is there a way to do this in my style sheet or is there a link someone could refer me to?
bisbell is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-10-2010, 03:02 PM Re: I need update one link on a page and have it update all my pages
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
You can't do it with plain html or css. Server-side includes will do what you want.
__________________
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 05-10-2010, 03:15 PM Re: I need update one link on a page and have it update all my pages
lynxus's Avatar
Awesomeo-Maximo

Posts: 1,618
Location: UK
Trades: 1
Yeah if you have php installed.

You can do something like.

links.php
<?php
echo'
<a href="google.com">Google</a><br>
<a href="webmaster-talk.com">Webmaster Talk</a><br>
<a href="bing.com">bing</a><br>
';
?>


Then in your index.php etc.

you would have
<?php include('links.php'); ?>
__________________

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

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


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

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


lynxus is offline
Reply With Quote
View Public Profile Visit lynxus's homepage!
 
Old 05-11-2010, 12:46 AM Re: I need update one link on a page and have it update all my pages
Junior Talker

Posts: 2
Name: Baraq
Trades: 0
Thanks guys,

SSI is working great!!
bisbell is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to I need update one link on a page and have it update all my pages
 

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