Text Links Ads : Marketing Tips Store : Search Engine Optimization Strategies
WebPosition Gold Pro : Domain Registration Bank : Optilink Software : GoDefy
Mike's Marketing Tools : Mike's Ecommerce Software : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML Codes > Anchors and Links > Back Link

Back Link: As An Image

The back link script can also create a back link using an image. set the type property to image and the src property to the source for the image. You can also optionally set the width and height properties. The text property is used as the alternate text for the image. For example, this code creates a back link image with a source of getback.gif, text of get back, width of 100 and height of 17.

<SCRIPT TYPE="text/javascript">
<!--
var gb = new backlink();
gb.type = "image";
gb.src = "getback.gif";
gb.text = "get back";
gb.width = 100;
gb.height = 17;
gb.write();
//-->
</SCRIPT>

Drop Down Menu Tutorial >>>

Copyright © 2002-8 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com