There are two ways:
1) linking an image and 2) with a text link.
1) Use this to link an image to a second page.
<a href="Your URL" title="SUBJECT" target="WHERE YOU WANT IT TO OPEN"><img border="0" src="IMAGE URL" alt="TITLE" /></a>
Now change:
YOUR URL with the url of the page you want to link;
SUBJECT with the subject of the page, could be the same as the TITLE;
WHERE YOU WANT IT TO OPEN where you want the page to be opened;
IMAGE URL with the url of your image;
TITLE with whatever you want it to appear when someone over the image with the mouse in IE or when the image can’t be loaded for any reasons.
I’ll use an ‘enter’ image, over it with the mouse and it’ll say ‘Enter my site… Hurry up’; if you click on it, this page again will appear again because I linked the image to this page:
I suggest to leave border=”0″ because if you take it away there will be that nasty and bad looking blue border around the image like this:
See the differance with the one above? Then it becomes purple when you visited the link (if you don’t have a style code).
2) It’s the same only you don’t have the image but a text. Use this:
<a href="Your URL" title="SUBJECT" target="WHERE YOU WANT IT TO OPEN">TEXT</a>
Now change:
YOUR URL with the url of the page you want to link;
SUBJECT with the subject of the page
WHERE YOU WANT IT TO OPEN where you want the page to be opened;
TEXT with the text you want.
This is an example with TEXT=Link Tutorial (as before it is linked to this page):
Mine isn’t purple because I have a css but if I didn’t have it, it would be purple.