View Single Post
  #4  
Old 06-01-2007, 11:54 AM
 
balinor balinor is offline
 

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

Default Re: Trying to insert image into welcome txt

You have this:

src="<img src=" align="left" border="0" chef_th.jpg? {$ImagesDir} />

You need this:

<img src="{$ImagesDir}/chef_th.jpg" align="left" border="0" alt="" />
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote