View Single Post
  #12  
Old 03-30-2010, 02:51 AM
 
tonycch tonycch is offline
 

Advanced Member
  
Join Date: Feb 2008
Posts: 61
 

Default Re: image on Welcome to Page is it bad for seo

This is what helpdesk answer:

2 I've inspected your cart and found out that you added the following code to the value of the 'txt_welcome' language variable:

<img height="480" src="{$ImagesDir}/pilot.jpg" width="640" />

Smarty tags (i.e. "{$ImagesDir}") cannot be used in the values of the language variables.
I replaced the code with this:

<img src="skin1/images/pilot.jpg" width="640" height="480" />

and that solved the issue.
__________________
X-Cart Gold v4.3.1 Neon Lights Music
Reply With Quote