mshirk
Nov-20-2009, 05:56 AM
I am just starting to try customizing my site before I put much stuff on it.
I wanting to change the body background and put this in my CSS section.
it is not showing up like I expected but I can see the css in the browser when I view the CSS. Do I need additional code. My site is www.mshirk.com
Any help is appreciated.
body {
background-image: url (/photos/715111004_CTpTx-O.jpg);
background-repeat: repeat-x;
background-color: #161616;
font-family: Helvetica, Arial;
font-size: 14px;
}
I wanting to change the body background and put this in my CSS section.
it is not showing up like I expected but I can see the css in the browser when I view the CSS. Do I need additional code. My site is www.mshirk.com
Any help is appreciated.
body {
background-image: url (/photos/715111004_CTpTx-O.jpg);
background-repeat: repeat-x;
background-color: #161616;
font-family: Helvetica, Arial;
font-size: 14px;
}