PDA

View Full Version : What is the code to.....


Kevinnaia
12-21-2002, 02:34 PM
What is the code to link to a certain line in an HTML Document????

I want to make my Nav Bars with www.flashbuttons.com, but I don't know if I can make them go to a certain line in my document instead of a new page.

Is this possible??????????

Please Reply!!!!!!!!!

Kevinnaia
12-21-2002, 03:52 PM
Originally posted by Kevinnaia
I want to make my Nav Bars with www.flashbuttons.com, but I don't know if I can make them go to a certain line in my document instead of a new page.

I meant can I do what I quoted????

Please Reply!!!!!

Kevinnaia
12-22-2002, 04:17 PM
Here is a link to the page I am working with (http://www.geocities.com/kevinnaia). It is just something I wanted to test. When I figure out how I want it to look, then I will add more to it.

HZR
12-22-2002, 11:54 PM
You can also use id's when linking inside a document.

<a href="#section1">Section 1</a>

will go to

<div id="section1">...</div>

Kevinnaia
12-23-2002, 04:18 AM
Did you also check out my forum? If you didn't here is a link to it: http://kevinnaia.hyperboards.com/index.cgi
I said I will make one like this one for myself and friends to use. (everyone from this forum is invited anyway)

ByteWizard
12-23-2002, 04:44 AM
Have a look at the Web Tools (http://dev.home.mindspring.com) site. This is one big page with anchors away !!!