abramelin
UNITED STATES
2008-08-12 18:04:45
UNITED STATES
2008-08-12 18:04:45
how can i put a bg image for only index page, like this site?
http://www.adirtyroom.com/
how can i put a bg image for only index page, like this site?
http://www.adirtyroom.com/
You insert the image with the file manager.
can you be more clear i didnt understand sorry also what about css?
he is styling the bg with css like this
Embedded Styles from http://www.adirtyroom.com/
body {
background-image: url(http://www.adirtyroom.com/files/1_background.jpg);
background-repeat: no-repeat;
background-position: 215px 0;
background-attachment: fixed;
}
but i cannot put this to style.css because it shows the bg in all pages. i only want a background image in index page and i want to style it position with css like above
ohh sorry i got it now thank you :)
and sorry for the flood
You need to be logged in to post.