A quick tip: #top
Posted: Tue Apr 08, 2003 6:21 pm
Just noticed this on a few webpages...
Instead of creating a <a name="top"></a> at the top of every single page, you can simply use:
where you want the "up" link/text placed. Correct me if I'm wrong.
Instead of creating a <a name="top"></a> at the top of every single page, you can simply use:
Code: Select all
<a href="javascript:scroll(0,0);"></a>