macro...in html? how do i do somthing like that?

liunx

Guest
On some sites they have a contents at the top like...<br />
<br />
basketball<br />
hockey<br />
baseball<br />
tennis<br />
footballl<br />
<br />
Then those are all links..and when one is clicked..it scrolls u automatically down the page to where u can find the information according to the link you clicked.<!--content-->What i think you are talking about is anchors,<br />
<br />
IF you look each link has a "pagename.html#name" all you need to do is but <A=Basketball> or <a=football> to get to the link all you do is link to pagename.html#football<br />
<br />
<br />
Thinks thats what your after ...<!--content-->Um, it needs a name and the attribute value ought to be in quotes, so you'll need:<br />
<br />
<a name="basketball"><br />
<br />
The value is case sensitive.<!--content-->D'oh - knew i needed something else - name <br />
<br />
=:O<!--content-->
 
Back
Top