View Full Version : how do you keep the links on each pages without having to keep adding them


katattack
10-21-2003, 06:29 AM
how do you keep the links on each pages without having to keep adding them all the time?
sorry if its a stupid question

knudddel
10-21-2003, 08:39 AM
Huh? YOu do the

<A HREF="http://www.heregoestheurl.com "><P ALIGN=CENTER/RIGHT/LEFT >NAME OF LINK </P></A>

and normally they don't disappear

Loren
10-21-2003, 01:20 PM
I think they mean without having to add them to each page.

You can use frames or server side includes.

katattack
10-21-2003, 05:05 PM
can it be done with proper buttons too?

knudddel
10-21-2003, 05:51 PM
You can take two iframes, one without border and put in the buttons there. Then you add the <A HREF="http://wheredyouwannago.com" target="the name of your iframe"> thingy :) I hope you know what I mean. I'd like to know if it works with the CSS thingy. What would happen, if you include an <A HREF=""> tag to the CSS sheat?


Oh, talking (writing) about A HREF, does sum1 here know how you link without using that thing? Neopets has forbidden it... Awww

katattack
10-21-2003, 05:54 PM
thanks

knudddel
10-21-2003, 06:30 PM
No prob :) Hope it works.