EX H1 background image not working?

Aimee A

New member
Hi,
I've been making a website using html and css.
Using Firefox, I was not aware that my background image wasn't working for EX.
I tested it for all the other web browsers and they all worked. Is it just someone wrong with EX, if so how can I fix it?
Heres the code for it:
Html <h1> </h1>
Css
h1 {
font-size: x-large;
background-color:navy;
color: white;
padding-top: 3.7em;
padding-left: 30%;
margin: 0;
background: url(orangutans.gif);
}

Please, please help!

Thanks,
Aimee
Thanks for the answer... but you didn't understand me quiet that well.
I was using CSS after the <h1> tags.

I wasn't showing all the html because that would just bore you, I was asking about the CSS which doesn't have <> thanks for the answer though!
 
Back
Top