jbingman Posted September 1, 2007 Share Posted September 1, 2007 I have an image here http://fresnosar.com Its the top left image which should be a logo. it shows up fine in safari but not in firefox and im not sure if it does work in other browsers either. no special code just an <img> tag and everything. but it just doesnt work on firefox. do you know why this is? Quote Link to comment Share on other sites More sharing options...
peeps Posted September 1, 2007 Share Posted September 1, 2007 Is there a reason you don't give permission to request the images? This may be part of the problem. Also double check that the picture is in that folder. Quote Link to comment Share on other sites More sharing options...
jbingman Posted September 2, 2007 Author Share Posted September 2, 2007 what do you mean permission? and yeah its there. it works on safari. Quote Link to comment Share on other sites More sharing options...
mosey Posted September 2, 2007 Share Posted September 2, 2007 Permission: For instance - if I try and load the image directly (http://fresnosar.com/logotrans3.gif), there's a 403 permission denied error. If you haven't set this up yourself, it could be that your host has turned this off automatically using .htaccess. People often use this to prevent e.g. hot linking of images etc. Quote Link to comment Share on other sites More sharing options...
AndyB Posted September 2, 2007 Share Posted September 2, 2007 and yeah its there. it works on safari. On Safari for you, or Safari for every user. If it's the former, the image you see is probably a cached version not drawn from the server. Quote Link to comment Share on other sites More sharing options...
Crew-Portal Posted September 3, 2007 Share Posted September 3, 2007 Try: <img src="logotrans3.gif" alt="logoSAR" width="118" height="126" border="0" /></a> Quote Link to comment Share on other sites More sharing options...
mosey Posted September 3, 2007 Share Posted September 3, 2007 If it's the former, the image you see is probably a cached version not drawn from the server. Good point! I hadn't thought of that. Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted September 3, 2007 Share Posted September 3, 2007 Safari is a bit of a caching freak - it has a VERY aggressive caching policy - which has caused me no end of problems in the past. Quote Link to comment Share on other sites More sharing options...
Azu Posted September 3, 2007 Share Posted September 3, 2007 I have an image here http://fresnosar.com Its the top left image which should be a logo. it shows up fine in safari but not in firefox and im not sure if it does work in other browsers either. no special code just an <img> tag and everything. but it just doesnt work on firefox. do you know why this is? That images does not show up in any browser. The URL you put in the img is invalid. It returns error code 403, in HTML format. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.