Here is fast hack. If you want to change the background on your wordpress theme you don’t need to use the css (very useful for non tech users) .You just need to do the following.
1. Open functions.php file from your theme folder
2. Copy paste this line of code ” <?php add_custom_background(); ?> ” at the end of the file.
3. Save and go to into admin, appearance tab. A Background menu should be there.
Ps : this works only if you have wordpress 3.0 or higher.
