I tried that but it didn’t work. Thank you for the suggestion. Here is what I have found, when I inspect a broken image in the browser, I see that the relative URL to the images are incorrect. For example, the image URL is:
src=”wp-content/uploads/p2/flashheader1_1247349667.jpg?92″
when I change it to the following, the image shows up correctly:
src=”../wp-content/uploads/p2/flashheader1_1247349667.jpg?92″
Ideas?
Thanks,
Aaron