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)
-   -   Trying to add a border.. stuck! (https://forum.x-cart.com/showthread.php?t=40537)

pixeldust 06-16-2008 01:40 AM

Trying to add a border.. stuck!
 
You think you have it under control, and then the simplest things you can't figure out!

I'm trying to add a border to the whole main area of my site to make it pop clear of the background. Try as I might though I can't figure out what will let me change that.

See here: http://www.craftfetish.co.nz/home.php?shopkey=UAT

balinor 06-16-2008 04:07 AM

Re: Trying to add a border.. stuck!
 
If you have a container <div> around the content, just add a border class to it and then define the class in skin.css. For example:
<div class="siteborder">

then

.siteborder {border: 1px solid #000000;}

Chnage 000000 to whatever color you want.

pixeldust 06-16-2008 02:19 PM

Re: Trying to add a border.. stuck!
 
All Greek to me! I'll give it a miss :)


All times are GMT -8. The time now is 11:20 AM.

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