ID:184101
 
I am having trouble with my BYOND page's CSS. I cant seem to get an image to appear heres what I got as my link.
#headbar {
font-family:verdana;
font-size:10pt;
position: absolute;
top: 0pt;
right: 0pt;
left: 0pt;
text-align: center;
height: 210pt;
width: 100%;
background:#000000;
url(http://files.byondhome.com/X6kid222/header.gif)
border: 3px double black;
}

Anyone mind telling me what im doing wrong? I have the image uploaded.
Try:

background-image: url(http://files.byondhome.com/X6kid222/header.gif);
In response to DarkCampainger
OK that works thank you. :)