Thread: Welcome
View Single Post
  #6  
Old 05-20-2007, 05:41 AM
 
pnm pnm is offline
 

Advanced Member
  
Join Date: Jun 2006
Posts: 99
 

Default Re: Welcome

Thanks Balinor, but I am definately no code expert. I tried looking up some examples of the float right <div> but I'm not sure on how to apply it in order to split the image and then the text. How would I add it to the welcome.tpl below:-

{* $Id: welcome.tpl,v 1.23.2.1 2005/04/23 08:32:48 max Exp $ *}
{if ($active_modules.Greet_Visitor ne "") and ($smarty.cookies.GreetingCookie ne "") and $logout_user eq ''}
<H3>{$lng.lbl_welcome_back}, {$smarty.cookies.GreetingCookie|replace:"\'":"'"} </H3>
{else}
<H3><img src="skin1/images/Hsboy2.jpg" alt="Hugs and Stitches Boy"><br>{$lng.lbl_welcome_to} </H3>
{/if}
{$lng.txt_welcome}
<P>
{if $active_modules.Bestsellers ne "" and $config.Modules.bestsellers_menu ne "Y"}
{include file="modules/Bestsellers/bestsellers.tpl"}
{/if}
<P>
{include file="customer/main/featured.tpl" f_products=$f_products}
__________________
version 4.018 xcart
Reply With Quote