I'm sure this sort of thing has been asked here a lot, but I've been failing at finding answers for about 2 hours, so I thought I'd ask here and see if someone could point me in the right directions.
First off, I can't figure out how to add a background image to the page. Just a gradient to the top. What directory do I upload page graphics to? I'm using a theme (comicpress) so I assume I stick stuff in the images directory for that theme, right? So '/wp-content/themes/comicpress/images' and in this case I have a folder called 'page_gfx' for the static page graphics like buttons and whatever. Assuming that's correct, what is the directory that I need to tell the css file that stuff is in? I've tried background:#A7B7C8 url('page_gfx/top_gradient.png') repeat-x top right; and background:#A7B7C8 url('images/page_gfx/top_gradient.png') repeat-x top right; and neither works.
It's killing me and it's very puzzling to me that I can't find this information anywhere in the FAQ. I mean it seems like this sort of information would be covered on page 1 of "customizing your blog" right?
Also, I went in and edited the main index.php file with some html, then refreshed the blog and nothing happened. What file do I edit if not index.php? Again something you'd think would be high up on the list of things to know when customizing the blog.