I have developed a small plugin so any webpage can have the latest auctions shown anywhere they like…
Simply add an IFRAME to yoiur site where you would like the auctions to be shown.. and type the following as the source:
http://www.perc.info/latest.asp?CSS={Link to your CSS}
For example:
http://www.perc.info/latest.asp?CSS=http://www.perc.info/ef.css
or
http://www.perc.info/latest.asp?CSS=http://www.perc.info/price.css
The IFRAME should be 275 px wide.
The following is requiered in your CSS:
body
{
background-color: #c5cbc3;
color: #000000;
font: 10pt verdana, geneva, lucida, ‘lucida grande’, arial, helvetica, sans-serif;
margin: 5px 10px 10px 10px;
padding: 0px;
}
a:link
{
color: #000000;
}
a:visited
{
color: #000000;
}
a:hover, a:active
{
color: #ffffff;
}
td, th, p, li
{
font: 8pt verdana, geneva, lucida, ‘lucida grande’, arial, helvetica, sans-serif;
}