PDA

View Full Version : Category Location


ciscoguy24
May-08-2007, 12:19 PM
Hey guys. My site is @ http://backatchaphoto.smugmug.com/ and I am wanting to know how I can center the category "portfolio" so it is centered below my text? Also is there a trick to get rid of the "gray" box that the category sits in? I need it to be black not grey.

Thanks for any help with this
adam

ciscoguy24
May-08-2007, 05:06 PM
Anyone?

Dna
May-08-2007, 05:24 PM
The first bit should be this...
.miniBox {
margin-left: auto;
margin-right: auto;
width: 200px; }

but it doesn't seem to respond to it correctly. :scratch

The second is this.
.boxBottom{background-color:black;}


Andrew

ciscoguy24
May-08-2007, 05:34 PM
The first bit should be this...
.miniBox {
margin-left: auto;
margin-right: auto;
width: 200px; }

but it doesn't seem to respond to it correctly. :scratch

The second is this.
.boxBottom{background-color:black;}


Andrew

hmm your right I am trying it too. Not working:scratch