Quote:
Originally Posted by Attitude5ire
Well if i read it right i believe your Vbulletin style is overwriting the HTML CSS. If thats the case then yes you have to edit the CSS for HTML but when you edit the CSS for colors or important stuff you dont want to clash with VB style use !important.
for ex:
td {
color:crimson !important;
}
By adding this it will overwrite all previous classification and use the one which is specified next to it.. Duno if it helps but give it a shot.
|
Thanks for your reply, but I can't use the '!important' rule to override the vBulletin CSS because apparently this rule does not work in some versions of Internet Explorer.