View Single Post
  #3  
Old 07-08-2005, 07:49 AM
  Bling's Avatar 
Bling Bling is offline
 

Senior Member
  
Join Date: Apr 2005
Posts: 162
 

Default

got'er...it was the welcome.tpl..thanks!

in case anyone else sees this,

replace
--------------------
[img]{$ImagesDir}/customer_images/welcome.jpg[/img]
--------------------

with, (for example, one cell split in 2)

--------------------

<table cellpadding="0" cellspacing="0" width="537" height="262">

<tr>
<td width="269" height="262" valign="top">This a test </td>
<td width="268" height="262" valign="top">This is a test</td>
</tr>
</table>
--------------------

Just needed a nudge.
__________________
Thanks...Bling

4.4.2
Reply With Quote