Hi there, first post!!
I'm totally new to web design and CSS, so bear with me.
How do I add tiled background throughout the whole page in Thematic?
I tried doing this by adjusting the style on #wrapper, but no go.
#wrapper {
background:url(images/paper.png);
background-repeat: repeat-x;
background-repeat: repeat-y;
}
Thanks!