![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| Hi All, I am trying to put a link into a page whereby if a viewer of the page is way down the screen a link takes him/her back to the top of the page. I know this is very simple but it is a link I have not used for years and cannot for the life of me think of how I used to do it or find any help in dreamweaver. OK I am getting old and maybe the brain is going. Can someone answer this simple question and reply with the source code. Thank you Eddie |
#3
| |||
| |||
|
|
"eddie" <eddiej (AT) dsl (DOT) pipex.com> wrote in message news:41a5f781$0$370$cc9e4d1f (AT) news (DOT) dial.pipex.com... Hi All, I am trying to put a link into a page whereby if a viewer of the page is way down the screen a link takes him/her back to the top of the page. I know this is very simple but it is a link I have not used for years and cannot for the life of me think of how I used to do it or find any help in dreamweaver. OK I am getting old and maybe the brain is going. Can someone answer this simple question and reply with the source code. Thank you Eddie 2 quick ways - there are others. a href="#">Top</a> will take the user to the top of the page or a href="#top">Top</a> is a named anchor and can be positioned at the start of your content, which is not necessarily at the very top of the page. HTH Terry |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
...assuming, of course, that you have positioned a named anchor at the start of your content or whatever. a name="top" id="top"></a>Content blah blah blah |
#6
| |||
| |||
|
|
Hi All, I am trying to put a link into a page whereby if a viewer of the page is way down the screen a link takes him/her back to the top of the page. I know this is very simple but it is a link I have not used for years and cannot for the life of me think of how I used to do it or find any help in dreamweaver. OK I am getting old and maybe the brain is going. Can someone answer this simple question and reply with the source code. Thank you Eddie |
#7
| |||
| |||
|
|
Named anchors should not be empty. Micha |
#8
| |||
| |||
|
| Hi All, I am trying to put a link into a page whereby if a viewer of the page is way down the screen a link takes him/her back to the top of the page. I know this is very simple but it is a link I have not used for years and cannot for the life of me think of how I used to do it or find any help in dreamweaver. OK I am getting old and maybe the brain is going. Can someone answer this simple question and reply with the source code. Thank you Eddie |
![]() |
| Thread Tools | |
| Display Modes | |
| |