Here you will find some HTML you can use to spice up your auction.
HTML can be inserted to your auction script under the "Enter your own HTML" tab.
This code will give your auction a BACKGROUND picture :
<HEAD><style type="text/css"><!--
body {background-image:url(YOUR PICTURE URL HERE); background-attachment:fixed;} ></HEAD>
Don`t remove the ( ) before and after the URL !
Place the code at the beginning or end of your auction HTML.
Here is how you create a WATCH LINK.
Replace the item # with your auction number.You will need to insert a picture or text to make the link work.
<A href="http://cgi1.ebay.com/ws/eBayISAPI.dll?MakeTrack&item=000000000000">YOUR PICTURE URL HERE</A>
MARQUEE
The code
<marquee>YOUR TEXT OR PICTURE HERE</MARQUEE>
WILL GIVE YOU THIS :
You can change the setting to have the text move from left to right with this code :
<marquee direction=right>YOUR TEXT OR PICTURE HERE</MARQUUE>
It will look like this :
COPY PROTECTION
This will protect you text and pictures from theft.You can change the text to what ever you want.
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<script language="JavaScript"><!--
//script to protect images from theft
function click()
{if (event.button==2)
{
alert('THANK YOU FOR LOOKING')
}
}document.onmousedown=click
// --></script>
I will continue to add more codes to this page.If you need help with HTML , e-mail me (use the submit your auction link on the main page)