|
LINK TO US, IT'S EASY!
Just pick a graphic, right click, save, then insert the proper code.
More graphics and sample code coming soon.
Here's an example of how the link might look in your HTML document:
<A HREF="http://www.hannabery.com">IMAGE HERE</A>
In other words, using the first graphic below, the code would look like this:
<A HREF="http://www.hannabery.com">IMG WIDTH=116 HEIGHT=24 BORDER="0" SRC="7hanani.gif" ALT="Hannabery HVAC"</A>
Here's an example of how the link might look if you are using frames. This should make the link open in a new window.
<A HREF="http://www.hannabery.com" target="_top">IMG WIDTH=116 HEIGHT=24 BORDER="0" SRC="7hanani.gif" ALT="Hannabery HVAC"</A>
To create a text link only, (no graphics involved), like this: Hannabery HVAC the source code would be:
<A HREF="http://www.hannabery.com" target="_top">Hannabery HVAC</A>
|