Thats right along the line I was thinking.
I commented out the areas you deleted.
Here is what my code ended up looking like for the dialog.tpl
Code:
{* $Id: dialog.tpl,v 1.14 2002/10/22 10:27:05 olga Exp $ *}
<TABLE border=0 cellPadding=2 cellSpacing=0 {$extra}>
{*<TR> *}
{*<TD height="20" class="contents-blue" valign=bottom>{$title}</TD> *}
{*</TR> *}
<TR><TD class="contents-blue"><TABLE border=0 cellPadding=10 cellSpacing=0 width="100%">
<TR><TD class="contents-blue">{$content}
</TD></TR></TABLE></TD></TR></TABLE>
Why did this seem like such a hard ting to do?
It wasnt hard at all.
Thanks for your inspiration.
JOhn