swimmergirl127
04-17-2003, 03:47 AM
Does anyone know how make the links on a page that lead you to a certain part of a page? Like what Lissa did with all of the html help pages (the pink links) Anyone?
|
View Full Version : links to a part of your page swimmergirl127 04-17-2003, 03:47 AM Does anyone know how make the links on a page that lead you to a certain part of a page? Like what Lissa did with all of the html help pages (the pink links) Anyone? epolady 04-17-2003, 04:19 AM http://www.lissaexplains.com/html4.shtml#anchor Shaneo 04-17-2003, 05:12 AM Where you want the ancor to be put <a name="pink"> and when you want to link to it it's <a href="#pink">Pink Part Of My Page</a> The <a name="pink"> will not show up on the page.. Only in ur HTML :) |