View Single Post
  #2  
Old 06-16-2008, 04:07 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default 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.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote