View Single Post
  #2  
Old 06-01-2007, 11:12 AM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default Re: Trying to insert image into welcome txt

change
Code:
<img src=" align="left" border="0" chef_th.jpg? {$ImagesDir} />
to
Code:
<img src="{$ImagesDir}\chef_th.jpg" align="left" border="0" />
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote