Hi
I am looking for a way to add a background image to my website. so far all I have found is a way to change the color.
Thanks James
http://shop.nilandsplace.com/camp/index.php?main_page=
Hi
I am looking for a way to add a background image to my website. so far all I have found is a way to change the color.
Thanks James
http://shop.nilandsplace.com/camp/index.php?main_page=
Scroll down this page to the similar threads section - More than likely one of those threads will help.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
I have added lines like ittybittykittly's thread but it is not working. here is what I have:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #e5edf5;
background-image: url(../images/back.jpg);
background-repeat: no-repeat;
background-position: center top;
}
Where do you have your image? It needs to be in /includes/templates/YOUR_TEMPLATE/images
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
that worked Thanks James
Well It looks great in firefox but the header and sidebox do not line up in internet explorer