Makes a button linking to whatever url you put in.
Code:
Code: Select all
[clickhere]{URL}[/clickhere]
Code: Select all
<!-- STEP ONE: Insert this code into the HEAD section of your HTML document -->
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
loadImage1 = new Image();
loadImage1.src = "http://i432.photobucket.com/albums/qq44/luigimario97/button2.gif";
staticImage1 = new Image();
staticImage1.src = "http://i432.photobucket.com/albums/qq44/luigimario97/button1.gif";
// End -->
</script>
<!-- STEP TWO: Insert this code into the BODY of your HTML document -->
<a href="{URL}" onmouseover="image1.src=loadImage1.src;" onmouseout="image1.src=staticImage1.src;">
<img name="image1" src="http://i432.photobucket.com/albums/qq44/luigimario97/button1.gif" border=0></a>
Code: Select all
Click Here: [clickhere]Url here[/clickhere]
