View Full Version : i just started and i need help putting...


Jeff1990
02-23-2004, 10:23 PM
OK maybe this might sound dumb but i just started this html and javascript stuff and its really fun and everything making your own website but here is the Problem:

Everybody knows that a website has links, that if you click on them they will take you to another part of the website. I dont know how to make a link that will take you to another part of my website. :confused:

i really need help with this if anybody has any info on how to help me please help!

darckasasin
02-23-2004, 10:32 PM
Ok, this is how you do it. By the way, change the things in bold.

<a href="website.html">Image or Text</a>

For the image part:

<a href="whatever's up there"><img src="name.pic type"></a>



Note: if the image is in a different folder than the page, specify the webfolder it's in.

This should help. If you need me to explain it clearer, I can.