Hello I have an article with a table in it,
I want to make the table border hidden.
I’ve used firebug to find the code I need to change see below.
<blockquote>element.style {
border-bottom-color:#BBBBBB !important;
border-bottom-style:dashed !important;
border-bottom-width:1px !important;
border-left-color-ltr-source:physical !important;
border-left-color-rtl-source:physical !important;
border-left-color-value:#BBBBBB !important;
border-left-style-ltr-source:physical !important;
border-left-style-rtl-source:physical !important;
border-left-style-value:dashed !important;
border-left-width-ltr-source:physical !important;
border-left-width-rtl-source:physical !important;
border-left-width-value:1px !important;
border-right-color-ltr-source:physical !important;
border-right-color-rtl-source:physical !important;
border-right-color-value:#BBBBBB !important;
border-right-style-ltr-source:physical !important;
border-right-style-rtl-source:physical !important;
border-right-style-value:dashed !important;
border-right-width-ltr-source:physical !important;
border-right-width-rtl-source:physical !important;
border-right-width-value:1px !important;
border-top-color:#BBBBBB !important;
border-top-style:dashed !important;
border-top-width:1px !important;</blockquote>
I cant find this code anywhere within the CSS files so I can change it.
Can anyone help me out please.
🙂
Sorry about all the tongue pulling , wasn’t me promise