This is part of my style.css file, I want that image to show as the title.
/* Titles - such as table headers.*/
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
color: black;
font-style: normal;
background-color: url(/images/back_bar.gif);
}
Whats wrong with it? Why isint the image showing as the title, (the title is pictureless now, white.)
Wasn't it suppose to be 'background-image:' instead of 'background-color:' ???
Got it thanks.
Yes it was background image and I also needed the full URL. Thanks for the help.