I just come off reading through the forum about how to add custom background images to each page, a bit short and it looks like there are not many plugins that actually work for WP3.0.1.
I found a brief post that explained how to simply add a new line of CSS for each page ID, but my template has different CSS code , so i am confused on how to write the right css.
This is the actual CSS that currently displays one and the same background image for all pages:
/* LAYOUT */
#container {width:100%; margin:0 auto; background: #0D0E10 url(images/astro-zodiac-on-our-solar-system.jpg) top left no-repeat;}
..... and i do not know how i would - for instance - add a seperate different image to the ABOUT page with page ID 2 for instance
Can anyone point this out to me please?