HTML question

L-A

New Member
Joined
Oct 19, 2004
Messages
21
I want to create a link in frontpage that goes to another page, but when it reaches that page it automatically scrolls half way down the page.
What do i need to do?
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
One thing you can do is use a name tag to mark the point where you want the page to scroll to.

So where you want the page to automatically go to, you put

Code:
<A NAME="scroll_here">
(note: you can name it whatever you want.

Then when you link to that page, you would use
http://fulladdress of page/thispage.html#scroll_here

just put whatever the name is after the # sign.

I've used it in one of the posts here; if you want to look it's here: http://www.mrexcel.com/board2/viewtopic.php?t=92622

If you mouseover the "Jump to" links, you can see the URL including the #name. It will go to the portion of the page where I have indicated in code.
 
Upvote 0
Doesn't seem to be working. will it still work even though the page isnt actually online and just created in Frontpage?

It just comes up with page cannot be displayed.
 
Upvote 0
That I'm not sure of. I have never used Frontpage.

Although if you have the files saved to your hard drive, it should work as long as you use the full address of the file as the link. Something like

Rich (BB code):
 
Upvote 0
Tho this isnt the cause of your problem, I would NOT use frontpage as its TERRIBLE. I suggest using DreamWeaver if you have to use a WYSIWYG editor.

As for your problem, post your HTML code for the page thats acting up and maybe we can help a bit more (so long as the code isnt very long)(use code tags)
 
Upvote 0

Forum statistics

Threads
1,224,836
Messages
6,181,251
Members
453,027
Latest member
Lost_in_spreadsheets

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top