Forum Moderators: not2easy
It would seem the only way around this is to have the css file in the same folder as the html in order for everything to work correctly in NN4. I don't want to have to do this, but I need the background image to display properly in NN4.
Any thoughts?
there may be some other reason it's not displaying in NN4..
but I've forgotten all it's quirks..;)
try removing any quotes from around the image
try using the full path
Maybe someone else knows other NN4 background quirks..
Suzy
<added>..actually I think NN4 needs background properties as full properties so if you've got shorthand e.g. background: color image position.. etc try putting them into longhand form.. </added>
Here's the css:
body {background-image: url(images/bgcolor.gif); background-repeat: repeat; }
I'm stumped...