Forum Moderators: phranque

Message Too Old, No Replies

Problem with Blog Hack...

         

The_Doctor

10:31 am on Mar 30, 2005 (gmt 0)



I just installed the "How can I create expandable post summaries?" Hack from the Blogger website on to one of my Blogs. The problem I am having is that the images are not showing up properly on my post pages. The background image and the rest of the images are just X's. Everything else is working fine. Does anybody know how to remedy this?

werty

6:56 am on Mar 31, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



It seems like the location of your images are off, the x's indicate dead image links.

I would suggest looking at the code you put on there and make sure the locations are in the correct spot.

Also folder/file/imagename.jpg in the code turns into 2001/03/12/folder/file/imagename.jpg when it is called from an archive page. Make sure you use a leading / (/folder/file/imagename.jpg) in the code to indicate the file path from the root.