08-01-2010, 10:53 AM
Hello, i've got something like this in global css of my forum:
.thead {
background: #303B4A;
color: #ffffff;
padding: 8px 8px 8px 15px;
I would like to insert an image to background instead of color, how it can be done?
edit:
I'm sorry for another issue I resolved by myself....
background: url(image_direct_link);
i.e.
.thead {
background: #303B4A;
color: #ffffff;
padding: 8px 8px 8px 15px;
I would like to insert an image to background instead of color, how it can be done?
edit:
I'm sorry for another issue I resolved by myself....
background: url(image_direct_link);
i.e.
Code:[Highlight]
background: url(http://www.someimagehost.com/image.jpg);