Home Forums Theme support Table border = 0 also displays a border Reply To: Table border = 0 also displays a border

I use the theme paris.

http://www.hetdorpshuys.be/fietsen-wandelen/fietsen

In wordpress editor: I set the border at “0”.
The default CSS of the theme =

#content table {
width: 100%;
border-spacing: 0;
border: 1px solid #dcdcdc;
}

I should add

#content table {
border: 0px;
}

as “extra css content” for not displaying the border..

Thanks in advance!