OK, so my client wants to change up a bit. They like the idea of a 'business card' style block. The problem is that they have multiple offices, and some people work from more than one office. I'd like to be able to add a second card with their alternate address, based on if that field in AD has anything in it. Is there a way for the second block below to only show up if the field isn't blank? As always, many thanks!
<br><br>
<span style="FONT-SIZE: 8pt; COLOR: rgb(165,165,165); FONT-FAMILY: 'Ariel'" >{#Print Class="OA" Name="company" Pattern=".+" IfMatch="$*<br>"}</span>
<br>
<table width="330" border="2" cellpadding="0" cellspacing="0">
<tr>
<td width="115"><div align="left"><A HREF="http://www.domain.com/"><img src="inline:picture.bmp" BORDER="0"></a></div></td>
<td width="215">
<font face="Arial" size="2" color="#888888">
<b>{#Print Class="OA" Name="displayName"}</b><br>
</font>
<font face="Arial" size="1" color="#999999">
<i>{#Print Class="OA" Name="title" Pattern=".+" IfMatch="$*"}</i><br><br>
{#Print Class="OA" Name="streetAddress"}<br>
{#Print Class="OA" Name="postOfficeBox" Pattern=".+" IfMatch=", $* ,"}
{#Print Class="OA" Name="l"}, {#Print Class="OA" Name="st"} {#Print Class="OA" Name="postalCode"} <br>
{#Print Class="OA" Name="telephoneNumber" Pattern=".+" IfMatch="Main: $*"}<br>
{#Print Class="OA" Name="homePhone" Pattern=".+" IfMatch="Direct: $*"}<br>
{#Print Class="OA" Name="mobile" Pattern=".+" IfMatch="Cell: $*"}<br>
Fax: {#Print Class="OA" Name="facsimileTelephoneNumber"}<br>
Email: <a href="mailto:{#Print Class="OA" Name="mail"}">{#Print Class="OA" Name="mail"}</a><br>
</font>
</td>
</tr>
</table>
<br>
REM Only show from here down if the field 'info' isn't blank
<table width="330" border="2" cellpadding="0" cellspacing="0">
<tr>
<td width="115"><div align="left"><A HREF="http://www.domain.com/"><img src="inline:picture.bmp" BORDER="0"></a></div></td>
<td width="215">
<font face="Arial" size="2" color="#888888">
<b>{#Print Class="OA" Name="displayName"}</b><br>
</font>
<font face="Arial" size="1" color="#999999">
<i>{#Print Class="OA" Name="title" Pattern=".+" IfMatch="$*"}</i><br><br>
{#Print Class="OA" Name="info" Pattern=".+" IfMatch="$*"}<br>
{#Print Class="OA" Name="postOfficeBox" Pattern=".+" IfMatch=", $* ,"}
{#Print Class="OA" Name="l"}, {#Print Class="OA" Name="st"} {#Print Class="OA" Name="postalCode"} <br>
{#Print Class="OA" Name="telephoneNumber" Pattern=".+" IfMatch="Main: $*"}<br>
{#Print Class="OA" Name="homePhone" Pattern=".+" IfMatch="Direct: $*"}<br>
{#Print Class="OA" Name="mobile" Pattern=".+" IfMatch="Cell: $*"}<br>
Fax: {#Print Class="OA" Name="facsimileTelephoneNumber"}<br>
Email: <a href="mailto:{#Print Class="OA" Name="mail"}">{#Print Class="OA" Name="mail"}</a><br>
</font>
</td>
</tr>
</table>
<br>