09-19-2005, 02:02 AM -
Ok, here's the template:
<table width=100% cellspacing=0 cellpadding=0>
<tr>
<td colspan=3> <font size=-1><b>{displayname}</b></font></td>
</tr>
{ifnotempty:phone1}
<tr>
<td width=16></td>
<td width=16>{img:phonetype1}</td>
<td> {phone1}</td>
</tr>
{endif}
{ifnotempty:phone2}
<tr>
<td width=16></td>
<td width=16>{img:phonetype2}</td>
<td> {phone2}</td>
</tr>
{endif}
</table>
{ifnotempty:notes}
<table width=100% cellspacing=0 cellpadding=0>
</table>
{endif}
<table bgcolor="#6666FF" width=100% cellspacing=0 cellpadding=0 height=2>
<tr><td></td></tr>
</table>
I tried again this morning, but it's still two Displaynames.
<table width=100% cellspacing=0 cellpadding=0>
<tr>
<td colspan=3> <font size=-1><b>{displayname}</b></font></td>
</tr>
{ifnotempty:phone1}
<tr>
<td width=16></td>
<td width=16>{img:phonetype1}</td>
<td> {phone1}</td>
</tr>
{endif}
{ifnotempty:phone2}
<tr>
<td width=16></td>
<td width=16>{img:phonetype2}</td>
<td> {phone2}</td>
</tr>
{endif}
</table>
{ifnotempty:notes}
<table width=100% cellspacing=0 cellpadding=0>
</table>
{endif}
<table bgcolor="#6666FF" width=100% cellspacing=0 cellpadding=0 height=2>
<tr><td></td></tr>
</table>
I tried again this morning, but it's still two Displaynames.