Hi, I'm new and still learning how to use the basic framework. I'd like to drop in a background image but without changing the structure of the css stylesheet. Can someone tell me where in the following code I would place the path for the background? I've created an image file with my background in it, but every time I try to set a path it either doesn't work or it restructures my whole page.
I've looked up other topics, but the code suggested doesn't work--and I don't know where to place it anyway. Any suggestion would be appreciated!
Thanks in advance. :)
*/
/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );
/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );
/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );
/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );
/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}