Hi B1gft,
Do you have a link to the WordPress installation where the photographs aren’t displaying? If not, is it possible to view a screenshot of the error or a snippet of the theme and CSS code for the content area of your theme?
🙂
Hi simplymother,
To get your background image to centre on the page, open your CSS file and, in the body {} tag, call your background image like this:
background: #A17FFF url(images/bg.gif) repeat-y scroll center top;
This should set the alignment of the image to the center and starting from the top. 🙂