Quote:
Originally Posted by Lynne
Using firebug:
HTML Code:
.wgo_block .blockbody { background: url("http://www.thetradersden.org/vb4_suite/images/gradients/gradient-greytowhite.png") repeat-x scroll 0 0 #FFFFFF; border: 1px solid #C4C4C4;}
Quick search in templates:
HTML Code:
.wgo_block .blockbody {
border: {vb:stylevar secondarycontent_border};
background: {vb:stylevar secondarycontent_background};
_background-image: none;
}
|
I used firebug too, and it tells me the same, but it isn't true. If i change the block body background or border, change the color of the quick answer:

--------------- Added [DATE]1326913068[/DATE] at [TIME]1326913068[/TIME] ---------------
Quote:
Originally Posted by Lynne
Using firebug:
HTML Code:
.wgo_block .blockbody { background: url("http://www.thetradersden.org/vb4_suite/images/gradients/gradient-greytowhite.png") repeat-x scroll 0 0 #FFFFFF; border: 1px solid #C4C4C4;}
Quick search in templates:
HTML Code:
.wgo_block .blockbody {
border: {vb:stylevar secondarycontent_border};
background: {vb:stylevar secondarycontent_background};
_background-image: none;
}
|
It was the secondary content! Thanks!!!
Solved!