Borders?? Borders??
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Borders??

Started by JSantucci81, September 03, 2008, 05:02:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JSantucci81

I've tried to put a border around the whole gallery area and the only sections I can get it around are the indivdual sections....not the entire thing from below the home page to above the bottom links.

Any help is appreciated and here is a link to the page:

http://www.jeffandraina.com/gallery/index.php

Also, I tried addting:

   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: none;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;

to a whole bunch of places but can only get it around the individual areas....not the entire body.

Thanks

Nibbler

Add a div that wraps around the entire content in your template.html and style it.