soundwave164
02-13-2004, 12:17 AM
how do i have a link that goes to a section on my page
|
View Full Version : link help soundwave164 02-13-2004, 12:17 AM how do i have a link that goes to a section on my page kicker91 02-13-2004, 12:34 AM Please be more specific. Iframes? Divs? Iframe tag (this is just a seperate page on one page) <iframe src="yourpage.html" height="300" width="400" name="iframe" frameborder="0" border="0"></iframe> Then, your links would be like this: <a href="bla.html" target="iframe"> kittycat 02-13-2004, 12:58 AM If you want something like on Lissa's pages try page anchors http://www.lissaexplains.com/html4.shtml#anchor |