Thread: Product Box
View Single Post
  #8  
Old 04-16-2005, 03:35 PM
 
mmaner mmaner is offline
 

Advanced Member
  
Join Date: Apr 2003
Location: Florence, AL
Posts: 50
 

Default

finally got it...

Code:
{* $Id: dialog.tpl,v 1.19 2004/06/24 09:53:29 max Exp $ *} {if $printable ne ''} {include file="dialog_printable.tpl"} {else} <TABLE border="0" cellpadding="0" cellspacing="0" {$extra}> <TR> <TD height="15" width="732" class="DialogTitle" background="{$ImagesDir}/dialog_bg_n.gif" valign="bottom">б═б═:: {$title}</TD> </TR> <TR><TD class="DialogBorder"><TABLE border="0" cellpadding="10" cellspacing="0" width="732"> <TR><TD class="DialogBox">{$content} <TR> <TD height="7" width="732" class="DialogTitle" background="{$ImagesDir}/dialog_bot.gif" valign="top"></TD> </TABLE> {/if}

Now I just have to do the buttons, the CSS Text entries, etc . Thanks for the help
__________________
***
X-Cart Gold 4.0.13 on Linux RedHat 9 i686
Reply With Quote