Hi, it is really confusing when editing vb 4.x template
If i have this code
HTML Code:
background: {vb:stylevar postbit_userinfo_background.backgroundColor} url(vbseo/resources/images/forum/vbseo_like.png) 5px center no-repeat;
But i want the background color to be white not gray ex see by the heart and the like, the background color is transparent so it is gray
http://forum.nihonomaru.com/site-ann...ts-new.343485/
But i want the color to be white, how can i change this code to make it white? I did this but it removed the heard pic.
HTML Code:
background: #fffff; url(vbseo/resources/images/forum/vbseo_like.png) 5px center no-repeat;
So it is not right i think to write it this way, how can i write it so it is using a white color?
Fixed (: no semicolon