External CSS doesn't load images? {o_O }
Permalink
CSS within the template .php loads just fine IF i supply a full url AND if that url is in quotation marks.
example:
background:url(images/Pic.png); - doesn't work
background:url(http://../images/Pic.png) - doesn't work
background:url("http://../images/Pic.png") - WORKS!
that however, does not work when i <link> to an external .css file. Can't figure it out. I know the CSS is loading, cuz the text styles/colors work. Just not the images.
any ideas?
PS. this looks great, but don't y'all think it's a bit thin? even for a 1024x768 resolution.
example:
background:url(images/Pic.png); - doesn't work
background:url(http://../images/Pic.png) - doesn't work
background:url("http://../images/Pic.png") - WORKS!
that however, does not work when i <link> to an external .css file. Can't figure it out. I know the CSS is loading, cuz the text styles/colors work. Just not the images.
any ideas?
PS. this looks great, but don't y'all think it's a bit thin? even for a 1024x768 resolution.
Yes it is thin... I would have changed it a long time ago..