I need some help with CSS.
Here is the CSS code:
And in the PHP file I have this:
But the image won't show up. What can I do?
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>
<br style="clear: left;" /> |
But the image won't show up. What can I do?
