Announcement

Collapse
No announcement yet.

Border colour

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Border colour

    Hi
    Just a quickie, is it possible to change the border colour of a product image, I can see where you can change the size of the border, but not sure where the html is re the colour, or am I missing the obvious.

    #2
    Border color

    Hello

    Either you can add a style to a stylesheet and apply it to an image via a class (find the tag in the template such as <IMG SRC="NETQUOTEVAR:IMAGEFILE......" and add a class="images" to it.

    Or in that template you can also say <IMG SRC="NETQUOTEVAR:IMAGEFILE..... style="border: 1px solid #CCCCCC"> to add a grey border.

    You could even add a "onmouseover='this.className="(some-new-class-with-a-different-border-color)'" to create a rollover effect.

    Don't forget to remove any BORDER="0" in the IMG tags.

    Let me know if you need a hand further.

    DavyT.
    http://www.johnsons-seeds.com - Actinic plugins, remote add to cart and custom CMS
    http://www.dtbrownseeds.co.uk - More seeds and plants....
    http://www.mr-fothergills.co.uk - Well it used to be Actinic...

    Comment

    Working...
    X