Overriding system html.css file - Joomla! Forum - community, help and support


hi
see test client site @ http://billboard.eziedit.com/contact-us

the table shows border don't want , can't seem override it. system html.css (identified through firebug) not physical file.

table {
-moz-box-sizing: border-box;
border-collapse: separate;
border-spacing: 2px;
display: table;
margin-bottom: 0;
margin-top: 0;
text-indent: 0;
}

in jce editor had set cellpadding=10 cellspacing=0 border=0.

appreciate here.
cheers
chris

chrisinoz wrote:...the system html.css (identified through firebug) not physical file.
...

yes http://billboard.eziedit.com/templates/ ... system.css

but if add code default template's css override system css because loaded after , therefore after , override.





Comments