coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: sidlovestina on June 20, 2007, 12:13:43 AM

Title: CSS problem, remove border
Post by: sidlovestina on June 20, 2007, 12:13:43 AM
Hello

i have a theme installed and i'm editing the Css file
Now
on the main ,the tables are all with borders ( in white )
in want to remove them all but i can't seem to find the right tag.

Anybody got an idea?

http://www.wildestdreams.be/topbouw/photoalbum/index.php (http://www.wildestdreams.be/topbouw/photoalbum/index.php)


( there is the gallery , only for testing ;)

help is much appreciated


sid

Title: Re: CSS problem, remove border
Post by: Joachim Müller on June 25, 2007, 08:49:59 AM
All over your style sheet you have set for the attribute border-width the value of 0px (or similar crap like border: 0px solid black;), which doesn't make sense at all. Specify border:none; if you don't want borders for particular classes.