Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

image on welcome.tbl

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 11-25-2007, 01:48 AM
 
davej2k davej2k is offline
 

Advanced Member
  
Join Date: Sep 2007
Posts: 47
 

Default 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)
__________________
www.qcum.co.uk
version: 4.1.8
Reply With Quote
  #2  
Old 11-25-2007, 04:37 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: image on welcome.tbl

Make sure the file name is exact (i.e. lowercase if it is lowercase).
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #3  
Old 11-25-2007, 05:43 AM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default 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.
Reply With Quote
  #4  
Old 11-25-2007, 07:22 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default 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...
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #5  
Old 11-26-2007, 10:57 PM
 
davej2k davej2k is offline
 

Advanced Member
  
Join Date: Sep 2007
Posts: 47
 

Default 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.
__________________
www.qcum.co.uk
version: 4.1.8
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 11:09 PM.

   

 
X-Cart forums © 2001-2020