HTML formatting question.

Star of Penumbra

Literotica Guru
Joined
May 28, 2002
Posts
5,106
Basically I need to know how to link to a page in basic html. I know to link to an image you type <img src="(URL HERE)">, and I'm assuming all you do to link to apage is replace img with url. Can I get confirmation on this?
 
To link the code is <a href="URL">WHAT YOU WANT THE LINK TO SAY</a> I hope that helps.

Also, if you want to link the image the code would actually be <a href="URL"><img src="URL OF IMAGE"></a>

If a border shows up around the linked image you can get rid of it by useing this: <a href="URL"><img src="URL OF IMAGE"border=0></a>

PM me if you have any questions :)
 
Last edited:
Back
Top