~J20a~
01-25-2003, 01:25 AM
Hey first off i love this site! im still new to HTML so im kinda bad at it but i was wondering how do you make a link that is also a page anchor to another page??
ok that doesnt even make sense to me...erm.....i want to make a link which is a page anchor and it takes you to another page
like when you click on one of these episodes and it opens at another page....click here for normal explanation (http://www.chosentwo.com/buffy/main.php?x=quotes/quotes.html)
Lemon Squash
01-25-2003, 01:28 AM
Do you mean like you want it so when you click a link it will open in a new window?
~J20a~
01-25-2003, 01:33 AM
I have no idea..as i said im bad...the only way i can describe it is...click on a link it opens to a new pages then half way down a page due to page anchor
Lemon Squash
01-25-2003, 01:38 AM
so you want to click a link it opens in a new window HALF down the page is that it!
Lemon Squash
01-25-2003, 01:42 AM
gotcha now! Ive seen it on lissaexplains somewhere i think but ive forgott where anyway just go here (http://www.htmlbasix.com/popup.shtml) you fill in that form to how you want the pop-up window to be, its great i use it for a lot of stuff. Then it gives you the script for what you want! :D
~J20a~
01-25-2003, 02:17 AM
another question *sorry* on the bar where it shows the page loading up....what does it mean when it says 'minimize'? what do i have to do?
Lemon Squash
01-25-2003, 02:30 AM
um... well minimize means like you make the window smaller type thing like the window things to the up/right of your browser you click the window thing it goes smaller (minimise) and click again it goes bigger (maxamise) does that help ya? :P
Here's (http://www.lissaexplains.com/html4.shtml#anchor) the link to lissa's page anchors.
On the page you want to link to:
<a name="NAME">
TEXT HERE.
</a>
Then, to link to the page above:
<a href="PAGE.html/#NAME>click</a>