CSS problem, remove border CSS problem, remove border
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

CSS problem, remove border

Started by sidlovestina, June 20, 2007, 12:13:43 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sidlovestina

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


( there is the gallery , only for testing ;)

help is much appreciated


sid


Joachim Müller

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.