Jump to content

[Resolved] Logo not showing in Firefox story front


oneplace2u

Recommended Posts

In the browser's View Page Source, you see the HTML code (which is probably correct) that the browser uses to send a follow-on request to your site for that page resource (images, css, javascript).

Your site may be having a problem delivering that image. It could be that IE already has a copy of that image in its internal cache.

Construct the URL for the image file and have Firefox make specific request for it. For example:

Page Source:
<a href="http://www.example.com/store" class="main-logo"><img src="/store/images/logos/my_store_logo.png" alt="Welcome to CubeCart 5"></a>

Image URL:
http://www.example.com/store/images/logos/my_store_logo.png

The next step is determined by what Firefox has to say about this request for the actual image.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...