X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   border around pic? (https://forum.x-cart.com/showthread.php?t=17147)

Wambli 10-07-2005 04:53 PM

border around pic?
 
I know this must be easy but I can't find where I need to go. I want to put a simple 1px red border around my image on my product.tpl page?

instinctual 10-07-2005 05:25 PM

Just do a "border=1" tag with a style on the thumbnail <img src> tag located in that product.tpl file.

mffowler 10-07-2005 05:36 PM

Or if your images are differentlly sized and you want consistency, use DIV tags and fixed size with a border width, style and color.

- Mike

shan 10-08-2005 05:03 AM

or make a new class in the stylesheet

Code:

.PicBorder
{
        border: 1px solid #FF0000;
}


now assign it to the img

[img]blahblahblah[/img]


All times are GMT -8. The time now is 01:25 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.