Images don't display in Firefox

User 418644 Photo


Registered User
9 posts

Not sure if this is the place to post but here goes -

I've created a project in The new HTML editor. I have inseted one image.

The Image displays in Firefox when I view it using 'Test in Browser'

but when I upload it to my website it displays in IE but not Firefox.

You can view it at osel.com.au

Any suggestions anyone?
Kent
User 418644 Photo


Registered User
9 posts

well it seems that I used a backslash instead of a forward slash in my image path.

images\Image.jpg instead of images/image.jpg

Either will work in IE, it seems, and either will work in Firefox, when the page is local, but a backslash won't work in firefox on the server.

Kent
User 345577 Photo


Registered User
373 posts

Looking at your source, I see this for your Access logo image:

<img src="images\Access_Logo.png" width="200" height="200"/>


It should read:

<img src="images/Access_Logo.png" width="200" height="200"/>


Don't know why it's a backslash instead of a slash. That usually happens when the HTML references a local file on a Windows system.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.