added new format for address

This commit is contained in:
bettina 2002-01-05 16:24:45 +00:00
parent fe3e41b100
commit 896daebd26
3 changed files with 17 additions and 0 deletions

View File

@ -19,4 +19,7 @@
<tr>
<td><font face="{font}">{zip}</font></td>
</tr>
<tr>
<td><font face="{font}">{country}</font></td>
</tr>
</table>

View File

@ -0,0 +1,7 @@
<!-- $Id$ -->
<table border="0" cellpadding="2" cellspacing="2">
<tr>
<td><font face="{font}" size="{fontsize}">{company}&nbsp;-&nbsp;{street}&nbsp;-&nbsp;{zip}&nbsp;{city}{county}</font></td>
</tr>
</table>

View File

@ -0,0 +1,7 @@
<!-- $Id$ -->
<table border="0" cellpadding="2" cellspacing="2">
<tr>
<td><font face="{font}" size="{fontsize}">{company}&nbsp;-&nbsp;{street}&nbsp;-&nbsp;{city},&nbsp;{state}&nbsp;{zip}{country}</font></td>
</tr>
</table>