cheerleader_401
12-26-2004, 03:12 AM
I need help i am working on a petpage on neopets and i can't figure out how to do that Page anchor thing. I used that layout template that Lissa had on her neopet part of the HTML Help page. Here is the link to the page so you can see what my problem is just go to http://home.neopets.com/templates/homepage.phtml?pet_name=holyg1tener I made that background all on my own with imsperation from Lissa's background design. you can tell I love Harry Potter. LOL
i do not see where you are using page anchors.
they are links that will jump down (or up) to a specific spot on a page.
you should fix this part...
<img style="position:absolute; top:20px; left:20px; width:255px;
height:77px
src="http://www.neopets.com/banner.gif>
so it looks like this...
<img style="position:absolute; top:20px; left:20px; width:255px;
height:77px" src="http://www.neopets.com/banner.gif">
you are missing two " there.
cheerleader_401
12-26-2004, 04:22 AM
i do not see where you are using page anchors.
they are links that will jump down (or up) to a specific spot on a page.
you should fix this part...
<img style="position:absolute; top:20px; left:20px; width:255px;
height:77px
src="http://www.neopets.com/banner.gif>
so it looks like this...
<img style="position:absolute; top:20px; left:20px; width:255px;
height:77px" src="http://www.neopets.com/banner.gif">
you are missing two " there.
how do i make it so that thetwo places link together.
if you are referring to linking the left yellow area to change the right yellow area contents, you will need to enter an iframe into the right area and target the link to it.
http://www.lissaexplains.com/frames.shtml#inline
cheerleader_401
12-26-2004, 05:02 AM
if you are referring to linking the left yellow area to change the right yellow area contents, you will need to enter an iframe into the right area and target the link to it.
http://www.lissaexplains.com/frames.shtml#inline
How do i do that. I looked at the script on the link that you gave me but i couldn't understand it. can you please script it for me>
luvhartz
12-26-2004, 09:57 PM
ok as far as i can tell you just need the code for page anchors and what to put into it..
page anchors:
<a href="#codeword">whatever words you want to use</A>
from this code i put this:
<A href="http://www.freewebs.com/angelic101/hilaryduff.htm#yesterday"</A>
all i changed was :
<A href="your url#codeword">whatever words you want to use</A>
_____________________________________________
Once you have the first code set up you then need the second code so it knows where to link to. where ever you put this next code, is where the first code will take you.
<A name="codeword"></A>
from this code i put this:
<A name="yesterday"></A>
all i changed was the codeword this time.
if you would like to see how it works then just visit my site, No advertising i used mine on the lyrics page, hilary duff
hope i was of help :)
K
x
ps let me know how it goes :)