Frequently Asked Questions:
How to find background images for your blog
Some people have asked me about where and how to find good background images for their blogs. Here’s a couple thoughts:
This website: http://squidfingers.com/patterns/ has a bunch of cool backgrounds that are free to download. They are all small, lightweight, tiling GIFs, which are perfect for blog backgrounds, because they follow the guidelines of my #1 all-time blog tip.
Another place you might check is http://www.sxc.hu/. That’s where I found the cool paisley background for my wife’s blog, although I had to pay a buck for it. I found it by searching for “paisley.”
To add a background image to your ProPhoto blog, save your background image as “bg.gif” and upload it into the “images” folder of the “prophoto” theme folder, overwriting the existing “bg.gif” file. If you are using a “.jpg” instead of a “.gif” for your background image , you’ll need to modify line 29 of the “Stylesheet” (style.css) so that it says “bg.jpg” instead of “bg.gif.”
Finally, I was hoping some of you knew of some additional resources. Where do you find cool free or cheap backgrounds? Post them in the comments so we can all benefit. Thanks!
Questions? Instead of emailing for support, leave a comment below so everyone can benefit from any clarification.

Great links! Could you be anymore helpful?! My gosh…your customer service is da bomb!
i use http://www.istockphoto.com for alot of stuff as well…there stuff is a buck too!
you have to look around a it, but http://www.eosdev.com/ has a ton of options…
Jared!!! if you have a sec to help me with this that would be great! I have followed your instructions but still cannot get the background image to show up. Any ideas?
Chantelle » I checked your code, and your problem is that you installed ProPhoto incorrectly. You uploaded the entire download folder into your themes folder instead of uploading the folders and files inside into the right spot.
You’ll need to re-read the top part of this page and watch the first video:
http://www.professionalphotographertheme.com/tutorials/installing-prophoto.html
When you have it uploaded correctly, things should work fine.
How can I make the background image not repeat? I don’t want it to move when I scroll down and I believe I’ve already got the right size image for that but I’m not sure what line of code I need to input in the style.css
Figured it out! I added:
background-attachment: fixed;
after the background image line in the style.css
@phototristan: yup, that’s right. glad you got it figured out!