Replies

Apr 7, 2011 15 years ago
Reuben
User Avatar

EDIT: You can lock this, but I'm leaving it up in case someone had the same question as me &;

So, I been coding Fatihs and Muhammeds profile.

http://subeta.net/pets/Fatih+Muhammed

I disabled scrolling and id like to keep it that way, however when I want to link to a certain section on the page via

<a href=""> Click Here </a>

to

<a name="TEST"> Derp </a>

It wont budge :'c any ideas how to fix this? tried removing the ", replaced with ', tried to switch the two around is a desperate attempt thinking that maybe I had it backwards(LOL) but nothing. I'm just lost.

Apr 8, 2011 15 years ago
boogleloo
is a pumpkin punisher
User Avatar
DeHavilland

if i remember correctly you need to include the url too... so try this...

<a href="http://subeta.net/pets/Fatih+Muhammed#TEST"> Click Here </a>

Apr 8, 2011 15 years ago
Reuben
User Avatar

Thanks, I tried that but it didn't work OTL. I tried sticking it in a name too just to make sure and no avail. I have no idea whats wrong with this hnn....

Apr 8, 2011 15 years ago
Hongske
is lost in space
User Avatar

: You can't use the name property on a link here, by my knowledge. You can instead do it by putting your whole section into a div and then linking to the div id. :]

Apr 8, 2011 15 years ago
Reuben
User Avatar

Actually the div id idea is working for me OTL thanks so much. I'm kind of hitting myself in the head for not thinking of it before LOL.

You're a sweetheart, if I could give you a pat on the back for this I would but you'll have to settle for some virtual love instead it seems ;v; /patpat.

Please log in to reply to this topic.