Results 1 to 6 of 6
Related
-
Linking image at the bottom of another page Forum: HTML Forum
Replies: 2 -
How to make the page load at the bottom? Forum: HTML Forum
Replies: 11 -
Why is my background repeating at the bottom of my page? Forum: HTML Forum
Replies: 4 -
redirect to the same page if the user wishes to Forum: Javascript Forum
Replies: 2 -
How to make a page open at the bottom after refreshing. Forum: HTML Forum
Replies: 9
-
11-30-2003, 06:23 PM #1
redirect a page to the bottom of the same page
hi.. i need help on some html, its sort of like what fluke needed help on, "How to make a page open at the bottom after refreshing." but i wanted to know if it is possible to click on a link, and make it REDiRECT to the BOTTOM of the same page? anyone please help me! thanks a lot!
-
11-30-2003, 06:29 PM #2
Hi there, welcome to the forums.
Yes, its called anchoring.
Make an anchor like this -
Code:<a name="myAnchor">I am at the bottom</a>
Code:<a href="#myAnchor">Go to bottom</a>
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
11-30-2003, 07:30 PM #3
hey thanks for the help! and thanks for the welcome! it took me awhile to figure out how to use the anchor you gave me O_o.. haha but yeah.. it only goes to the bottom if the person clicks on it, is there any way for them to be redirected AUTOMATiCALLY to the bottom? and have nothing written like "i am at the bottom" and "go to bottom"? well please try to help me.. hehe thanks again! =)
-
11-30-2003, 07:34 PM #4
when you say 'automatically', what event do you wish to trigger this? It would make no sense to never allow your visitor to see the top of the page.
if you mean when the page loads, you can use the anchor in a link, like
Code:<a href="http://www.mywebsite.com/index.html#myAnchor"> go to the bottom of a different page </a>
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
11-30-2003, 07:49 PM #5
well its because the top has a advertisement, but all my stuff in is a frame and that scrolls so if the page goes to the way bottom, the ad doesnt show unless the person scrolls up. i dont know if it has to be redirected, but i just want the person to see everything except the ad at the top when they first enter the page. is that possible to make the page go to the way bottom when u just click on the link?
-
11-30-2003, 07:51 PM #6
How to cheat a free web host 101? Not here!