Removing dashed lines
I personally like the borders, I think they add a sense of organization to a very busy (yet informative) interface. But here is the code to get rid of them, cut and paste it in your CSS section of customize.
This will turn the horizontals off:
.top_border, .bottom_border {
border: 0px;
}
This will get rid of the vertical lines in smugmug (aka elegant):
.right_border, .left_border {
border: 0px;
}

August 16th, 2005 at 5:13 pm
hi, does this apply to only for power or pro users? i am a standard users but i would like to customise the sites so that i’m able to change the background colours of each galleries. am i able to do that?
August 16th, 2005 at 7:58 pm
Yes, sorry but you must be a power/pro user to use custome CSS on your galleries. We may open up limited customization options to standard level accounts in the future, but no idea if or when that would happen.