Skip to main content

Replies sorted oldest to newest

To duplicate the click-to-supersize images we insert in templates but with your own colors,
try adding something like this at the top of your template (replacing all the instances of "red" with whatever color you want the border/links to be):

<STYLE> a.imagelink {color:red;} a:hover.imagelink {color:red;} a:visited.imagelink {color:red;} a.imagelink img.auctionimage { border: 2px solid red; } a:visited.imagelink img.auctionimage { border: 2px solid red; } </STYLE>

Then each of your images could look like this:

<table><tr><td align="center"><a href="[IMAGE1_URL]" target="_blank" class="imagelink"><img class ="auctionimage" src="[IMAGE1_URL400x300]"><br>Click to supersize</a></td>lt;/tr></table>

Hope that helps!

Note: If you are using our [DESCRIPTION_AND_IMAGES] tag or don't otherwise want to individually place each image like this, you can always just completely remove the borders by disabling the Image Border option from the Images tab.

Add Reply

Copyright © 1999-2018 Auctiva.com. All rights reserved.
×
×
×
×
Link copied to your clipboard.
×