Links


This will be a short tutorial since it is all about links, so make this a last minute thing. This is a regular code for links:
<a href="your link here">Your link here </a>

If you want the link to be a pop up, put this code on:

<a href="http://www.yoursitename.com" target="_blank">your text here</a>

If you have iframes and you want it to be in your iframes, use this code:

<a href="yourpagename.htm(l)" target="iframe name">your text here</a>
Note: Do not put the code with the l in the parenthesis. If you page name end with .html make it that. If it is .htm remove it.

If any help or questions, contact us at admin.clgraphics@gmail.com. See ya!