Skip to main content

Replies sorted oldest to newest

I am using Auctivas click to supersize. I have no backround in writing HTML but will write in /add this portion of HTML code if it will allow me to have colored borders.



quote:
Originally posted by Auctiva David:
Hi braceletsbycheryl,

Are you using Auctiva's 400x300 "click to supersize" images in your template, or writing your own image HTML using the [IMAGE1_URL],
[IMAGE2_URL], etc. tags?

-- Auctiva David
Try putting the following CSS code at the bottom of your template, just replace each instance of #000000 with the color you want your image borders to be. This is the hexadecimal representation of the color.. if you aren't familiar with that, check out:
HTML colors

<style type="text/css">
a.supersizelink {color:#000000;
}

a:hover.supersizelink {color:#000000;
}

a:visited.supersizelink {color:#000000;
}

a.supersizelink img.auctionimage { border: 2px solid #000000;
}

a:visited.supersizelink img.auctionimage { border: 2px solid #000000;
}

.auctionimage A:link{
border-width: 1px;
border-color: #000000;
}

.auctionimage A:visited{
border-width: 1px;
border-color: #000000;
}
</style>

Add Reply

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