FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

CSS Help

 


YellowShadow
I need some help with CSS.

Here is the CSS code:

Code:
#header {
background-image: url(/imgaes/titlebar.png);
width="880"
height="70"

    }


And in the PHP file I have this:

Code:
<div id="header"> <span class="text"></span>&nbsp;&nbsp;
<br style="clear: left;" />


But the image won't show up. What can I do?
DanielXP
Code:
#header {
background-image: url(imgaes/titlebar.png);
width:880px;
height:70px;
}


Try that.

If not its probly the image location. Remember your location is in the "imgaes" folder. Make sure its there!
Azmo
DanielXP wrote:
Code:
#header {
background-image: url(imgaes/titlebar.png);
width:880px;
height:70px;
}


Try that.

If not its probly the image location. Remember your location is in the "imgaes" folder. Make sure its there!


Code:
#header {
background-image: url('imgaes/titlebar.png');
width:880px;
height:70px;
}


this will work, you forgot the ' ' that is around the path to the image.. also you might want to add start location and if it's gonna repeat or not..
YellowShadow
Thanks!!!

It worked Smile
Azmo
no problem Smile
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.