PDA

View Full Version : Wrong link for images


fairchange
02-17-2009, 07:43 PM
Hi There

I do have a small problem. The link for images seems to be wrong. There are a extra space in the image link...

http://www.my-domain.com/images/ my-image.jpg

It's supposed to be...

http://www.my-domain.com/images/my-image.jpg

I've been putting a extra space in my image_template.html...

<img src="images/ <IMAGE_NAME>"....>

It's working, but I'll like to know, why I got that problem?

Best Regards,
Thomas

Dennis
02-18-2009, 05:02 AM
<img src="images/<IMAGE_NAME>"....>

Don't use the space in the template file.

fairchange
02-18-2009, 07:32 PM
I did find the problem...

../images/ <- I got a space here

Now itd working, and that with no space at my template

Thanks

Dennis
02-19-2009, 05:06 AM
Good to see you found it. Happy blogging!