View Single Post
  #6  
Old 06-12-2004, 09:18 AM
 
Ryano Ryano is offline
 

Senior Member
  
Join Date: Jun 2004
Posts: 192
 

Default

Thanks Carrie! I entered this into the dialog tpl, but it's not working on my side. I probably did something wrong:

Code:
{* $Id: dialog.tpl,v 1.15 2003/11/14 07:28:30 svowl Exp $ *} <TABLE border=0 cellPadding=0 cellSpacing=0 {$extra}> <TR> <TD height=15 {if $title eq $lng.lbl_featured_products } class=NewDialogTitle {else} class=DialogTitle {/if}background="{$ImagesDir}/dialog_bg_n.gif"*} valign=bottom>{$title}</TD> </TR> <TR><TD class=DialogBorder><TABLE border=0 cellPadding=10 cellSpacing=1 width="100%"> <TR><TD class=DialogBox>{$content} </TD></TR> </TABLE></TD></TR> </TABLE>

here is a cutout from my skin1css:
Code:
} .VertMenuItems:active { COLOR: #081589; TEXT-DECORATION: none; } .VertMenuHr { COLOR: #999999; } .CategoriesList { FONT-SIZE: 13px; } .NewDialogTitle { BACKGROUND-COLOR: #000000; COLOR: #ff0000; FONT: bold 19px; } .DialogBox { BACKGROUND-COLOR: #FFFFFF; } .DialogBorder { BACKGROUND-COLOR: #000000;

I put spaces in between the code so that I could find it easier. Did I do something wrong here? Thanks a lot for your help.
__________________
xcart v3.5.8 (Unix)
and
xcart v4.0.13
Reply With Quote