X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   image on welcome.tbl (https://forum.x-cart.com/showthread.php?t=35685)

davej2k 11-25-2007 01:48 AM

image on welcome.tbl
 
I'm having problems with an image that's not shwoing in firefox / mozilla but it does work in Internet explorer. I've uploaded screenshots below to show the difference:
http://img225.imageshack.us/img225/3327/frontieiz3.jpg (IE)
http://img232.imageshack.us/img232/8590/frontfirefoxmj5.jpg (firefox)

balinor 11-25-2007 04:37 AM

Re: image on welcome.tbl
 
Make sure the file name is exact (i.e. lowercase if it is lowercase).

TelaFirma 11-25-2007 05:43 AM

Re: image on welcome.tbl
 
Looks like you are using something other than jpeg or gif file - something that FF needs a plugin to display.

You should stick to either .jpg or .gif files for the web.

carpeperdiem 11-25-2007 07:22 AM

Re: image on welcome.tbl
 
Quote:

<a href="http://www.qcum.co.uk/Superdry-mid-10-p-1.html"><IMG src="/skin1/images/homepages/superdry.gif" border="0"></a>

...is not valid xhtml

Valid xhtml would be:
Quote:

<a href="/Superdry-mid-10-p-1.html"><img src="/skin1/images/homepages/superdry.gif" border="0" /></a>

And you probably should include width="x" height="y" as well...

Notice the closing /> on the image? You probably need to do this for your entire site.

This may fix things.

[edited -- I removed the http://www.qcum.co.uk from the link]

HOWEVER -- a good practice for calling images (but we can't tell from viewing source) is to use src="{$ImagesDir}/path/image.gif" -- and you may have used this -- but I thought I'd share while I'm on a roll...

davej2k 11-26-2007 10:57 PM

Re: image on welcome.tbl
 
Sorted now, firefox was reading it as notes and just pretending it wasnt there because of some of the </----- around it. IE obviously doesnt just reads it anyway.


All times are GMT -8. The time now is 10:54 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.