Re: IE not recognising media url

2010-03-06 Thread timdude
The depth of your generosity is overwhelming. Thank you for your help. Crisis averted! Tim -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group,

Re: IE not recognising media url

2010-03-06 Thread Sam Lai
I managed to reproduce it even when the JPG is saved locally, so it is something to do with the JPG format. Google tells me this - "the reason that two images don't show in IE is that they have been saved in CYMK format instead of RGB format."

Re: IE not recognising media url

2010-03-06 Thread timdude
Hey thanks Sam, the full URL is: http://media.bluecaravan.net/bluecaravan/view-cart.jpg I'm testing it on IE7, and this URL just brings up a red cross. Cheers, Tim -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

Re: IE not recognising media url

2010-03-06 Thread Sam Lai
On 7 March 2010 12:17, timdude wrote: > Yoyo, > > Why would IE not be able to see images served from templates that use > img src="{{ MEDIA_URL }}buttons/home.png" ...when they are visible in > other browsers...other than the fact that IE is crap. > > .but seriously,

IE not recognising media url

2010-03-06 Thread timdude
Yoyo, Why would IE not be able to see images served from templates that use img src="{{ MEDIA_URL }}buttons/home.png" ...when they are visible in other browsers...other than the fact that IE is crap. .but seriously, why would this be happening? Cheers, Tim -- You received this message