body ul.ow_newsfeed {}
I can add a color to the background but when trying with different images it will not work. What would stop it from working with images if it can take a color background?
Any help would be appreciated.
Ian
body ul.ow_newsfeed {}
I can add a color to the background but when trying with different images it will not work. What would stop it from working with images if it can take a color background?
Any help would be appreciated.
Ian
body ul.ow_newsfeed {
background-images:url('images/cage.png');
}
Using the Darklets theme.
I have also tried adding it to the head code in the global page settings. like this:
<style type="text/css">body ul.ow_newsfeed {background-images:url('images/cage.png');}</style>
If I just do:<style type="text/css">body ul.ow_newsfeed {background:#000000;}</style>
it shows up correct as a black background. So i dont really understand why it would not show an image. I have also tried using other images in the theme image folder and they are not showing in the newsfeed background either.
I have also tried a absolute url and that didnt seem to work.
Might be something small I am overlooking. You can check out the site at www.ringicon.com , it is not finished yet but you are welcome to look through the code.
Thank you!
Ian