Author Topic: .tn.jpg type not found in ie 7  (Read 394 times)

0 Members and 1 Guest are viewing this topic.

Offline ldb358Topic starter

  • Enthusiast
  • Posts: 199
  • Gender: Male
    • View Profile
    • My Portfolio
.tn.jpg type not found in ie 7
« on: March 18, 2010, 02:31:08 PM »
im creating an image gallery that generates thumbnails and html for a portfolio but ive run into an issue with images saved as image.tn.jpg they have an unknown file type when loaded in ie7. does any one know how to fix it so that i can still have a .tn in the file name(make it easier to check if the image is a tn)?

example of project:
Code: [Select]
<div class='portfolioitem'><img src='pics/book01.tn.jpg' alt='image:book01.jpg' title='book01' /></div>
My Portfolio - lanesportfolio.com

Offline haku

  • Guru
  • Freak!
  • *
  • Posts: 5,707
  • Old Man
    • View Profile
Re: .tn.jpg type not found in ie 7
« Reply #1 on: March 18, 2010, 09:35:33 PM »
I'm speaking without really knowing what I'm talking about, as I have no idea what a .tn.jpg is, but are you sure the path is correct? The name of the file shouldn't really matter.

Offline ldb358Topic starter

  • Enthusiast
  • Posts: 199
  • Gender: Male
    • View Profile
    • My Portfolio
Re: .tn.jpg type not found in ie 7
« Reply #2 on: March 18, 2010, 10:01:00 PM »
yeah i just found a bug in my thumbnail script it was creating a gif instead of a jpg where is should have and all the browsers except ie 7 were able to display it correctly despite this, so it wasn't an ie issue but an script issue
My Portfolio - lanesportfolio.com