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
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.