4th Jun 2012, 4:24 AM #761
CrackaWindow:
Nope. Still didn't do anything... I even tried several images to see if any of them showed up. Do I need to add anything to the HTML to indicate that I've edited the CSS? Or something like that? Cause I haven't touched the HTML, at least not for the background reason.
TheOneBlueGecko:
I think it needs to be a double " not a '.
So
For example my code looks like this:
I think it needs to be a double " not a '.
So
background-image:url("http://augustos.thecomicseries.com/files/site_layout_stuff/bg_augustos_whole.jpg");For example my code looks like this:
body {
margin: 10px;
background-color: #151515;
background-image:url("http://ValTemp.thecomicseries.com/files/layoutimages/background_black.jpg");
background-position: bottom left;
background-repeat:repeat-x;
background-attachment:fixed;
font-size: 62.5%;
font-family: helvetica, arial, sans-serif;
color: #000000;
text-align: center;
min-width:650px; Nope. Still didn't do anything... I even tried several images to see if any of them showed up. Do I need to add anything to the HTML to indicate that I've edited the CSS? Or something like that? Cause I haven't touched the HTML, at least not for the background reason.
Umm... try this?
I copy/pasted it into my comic and it seems to work fine... I'll be glad to help out if it still doesn't work...
body {
background-image: url('http://augustos.thecomicseries.com/files/site_layout_stuff/bg_augustos_whole.jpg');
background-repeat: no-repeat;
background-position: right top;
background-attachment: fixed;
}
margin: 0px
padding: 0px;
background: #FAFAFA;
font-family: arial;
color: #292929;
text-align: center;
}











