View Full Version : Anchor Help?


RavenofNeo
02-05-2005, 08:37 PM
Hello. On my website I've been trying to put anchors, but some have to link to alternate pages along with anchors. I've fiddled around but no go. so any idea how I do this? thanks all.

dudepet39
02-05-2005, 08:47 PM
Your link would be I THINK:

The example coding:

<a href="http://www.yoursite.com/thepagewithanchoronit.html#anchor">Page with Anchor on it-Section 2</a>

That what the coding I think should look like.

RavenofNeo
02-05-2005, 09:02 PM
Hmm, I shall try that, thanx a ton!

dudepet39
02-05-2005, 09:15 PM
No problem tell me if it works :).

xeronia
02-06-2005, 12:29 AM
<a href="http://www.yoursite.com/thepagewith...t.htm l#anchor">Page with Anchor on it-Section 2</a>


Yes, this should work.

RavenofNeo
02-06-2005, 01:21 AM
Eh Thanks guys, it worked, and also let me realize the simplest thing which I over looked, which happened to be quotations in the wrong place. lol

dudepet39
02-06-2005, 02:38 PM
No problem, glad it worked! Yah the quotations are very important aren't they? :P

RavenofNeo
02-06-2005, 06:01 PM
lol Apparently, I'm still rather amzed I missed it.