Forum Moderators: phranque

Message Too Old, No Replies

Load of web page - changing the default vertical scroll

         

djtaverner

11:41 am on Mar 22, 2004 (gmt 0)

10+ Year Member



Hello,

Is there any way of making a web page load so that the vertical scroll is not set to the top of the page, but is set further down.

So that the page loads with the lower halp of the page visible?

Dave

Andrew Thomas

11:58 am on Mar 22, 2004 (gmt 0)

10+ Year Member



Im not quite sure what you mean, but if i understand you correctly:-

Using frames and a target link will produce the effect you are after, or use an iframe.

added [forgot also to mention anchor tags to go directly to the required text]

[edited by: Andrew_Thomas at 2:04 pm (utc) on Mar. 22, 2004]

benihana

12:12 pm on Mar 22, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



you could try putting:

<a name="bottom"></a>

at the bottom of the page , and then link to it like:

<a href="mypage.htm#bottom">

djtaverner

3:04 pm on Mar 22, 2004 (gmt 0)

10+ Year Member



cheers benihana, thats done it.

Dave