I am still trying to add a background image to my cutline blog and have pulled almost all of my hair out. Since I am over half bald anyway, it didn't take long.
I followed everything (I think) in the cutline-blue custom.css info but the image only shows at the top - around the header area. If I eliminate the image reference, the color shows all the way around the blog as it should. Until I can figure this out, I have deleted the image reference and only show background color. I inserted this into my custom-css:
body { background-image: url('images/mbr_bgd.jpg') background-repeat: repeat; color: #333; font: 62.5% Georgia, "Times New Roman", Times, serif; text-align: center; }
Color only:
body { background: #d5e5f8 /* url('images/mbr_bgd.jpg') repeat-x */ ; color: #333; font: 62.5% Georgia, "Times New Roman", Times, serif; text-align: center; }
My blog is http://muscle-building-reviews.com
Can anyone point me in the right direction and let me know what I am missing (doing wrong)?
Thanks!
Gerry
not resolved