ravenstars
07-23-2004, 05:36 AM
I would like to know if there is a way (and how to do it) to link to a specific part of a page.
|
View Full Version : Linking to a page ancor? ravenstars 07-23-2004, 05:36 AM I would like to know if there is a way (and how to do it) to link to a specific part of a page. salomeyasobko 07-23-2004, 05:40 AM http://www.lissaexplains.com/html4.shtml#anchor :) ravenstars 07-23-2004, 11:34 PM I guess I didn't make myself clear - I know how to make a page ancor, but I would like to know how to link to a specific part of a page from another page. starlet 07-23-2004, 11:44 PM 1. Create anchor on Page A pointing to "here" on page B <a href="PageB.html#Here">Go to Here on Page B</a> 2. Place a named anchor on PageB.html <a name="here">Here</a> |