PDA

View Full Version : links on same page


lisabella3686
08-03-2002, 12:59 AM
Hello Everyone

I have a page on my site that I am putting articles on that I have written.

My question is:

How do I create links at the top of my page for each article so that the person doesn't have to scroll to find the articles, they can just click on it. I don't particularly want to create individual pages for each article, but I would like people to have a chance to see all of the titles up front.

here is my site as of now

http://lisabella.isfabulous.com

if this doesn't work for u, here is the link to my old site (the links go to the same places, the menu bar is just different.)

http://lisabella.narlhosting.co.uk/lisahome.htm

Gordo
08-03-2002, 01:17 AM
Anchors?
http://www.lissaexplains.com/html4.shtml#anchor

lisabella3686
08-03-2002, 01:25 AM
Originally posted by Gordo
Anchors?
http://www.lissaexplains.com/html4.shtml#anchor

Great :) Thanx a lot

Only one question:

How do I make multiple page anchors when the script is this:

<A name="codeword">1st article</A> (link bar)




<A name="codeword"></A>(where link appears)

justame
08-03-2002, 02:34 AM
lis...
thattt last coding you just a posted® wont work...youve got <a name..etc twice...
just a try® this...
<a href="#one">title one</a>
<a href="#two">title two</a>
n' then wherrre ya want the viewer to just a end® up is like...
<a name="one">just a rticle® ones title</a>
yadda yadda yadda...
<a name="two">just a rticle® twos title</a>

thattts how you do it ifin' the just a rticles® are on the same page...
'cept lets say just a rticle® one is reallly long??? so you put the second one on just a nother® page???
thennn your coding would be...
<a href="#one">title one</a>
<a href="whateverpage.html#two">title two</a>
just a however® your <a name...etc remains the same in both cases...:O)))

just a hoping® that helps...goodluck