View Single Post
  #9  
Old 01-14-2009, 08:07 PM
atholon is offline atholon
"ath-hole"

Join Date: Jan 2003
Location: Failville.
Posts: 11,357

Send a message via MSN to atholon
dude just make a container div and stick the border as 1.

<div id="sitecontainer">
your stuff
</div>

#sitecontainer
{
border: 1px solid #C0C0C;
}
__________________
Reply With Quote