Link Codes   

You can use the codes below to make links on your html pages. Just copy and paste the codes below into your html editor and edit the parts of them in capital letters with your own information.


Text Link:
<a href="http://YOURSITE.COM">TEXT HERE</a>


Image Link:
<a href="http://YOURSITE.COM"><img src="IMAGE.gif" border="0"></a>


Targeted Link (opens in new window):
<a href="http://YOURSITE.COM" target="_blank">TEXT HERE</a>


Targeted Link (opens on top of current window):
<a href="http://YOURSITE.COM" target="_top">TEXT HERE</a>


Targeted Link (for frames):
<a href="http://YOURSITE.COM" target="FRAMENAME">TEXT HERE</a>
NOTE: If you need to learn how to target links in your frames, click here.


*To add an image to a link code, put an image code in the text here area.



Be sure to read the Terms of Use.
Copyright © 5/2006 juleha.com. All rights reserved.