|
Hi Muzz,
Thanks for the help. However, I'd like to know what changes you made? I was trying the following in my css:
h3 {
background: url(Images/v1/HeadingBG1.png);
.....
}
I tried putting the path within single / double quotes, using ../ in the path, and all other tricks that I could think of, but it won't show!
Are you suggesting I use background('images/v1/HeadingBG1.png') directly in the heading? However, I would like to use CSS. Is what you suggest valid CSS?
Thanks for the help.
Ajay
|