
|
Manage Email Signatures Centrally - For All Users extend your brand and promote your products, services, special events and news
|
| View previous topic :: View next topic |
| Author |
Message |
robert.connor Just can't stay away
Joined: 13 Feb 2008 Posts: 40
|
| Posted: Mon Dec 01, 2008 5:08 pm Post subject: Justify lists |
|
|
Hi
Please can you advise how you can justify conditional text pulled from active directory so that it is inline against the descriptions e.g
DDI:
Tel:
Mob:
Fax:
The information needs to start at the furtheset point and everything else be inline beneath it. At present it comes out as below all out of line and I have to use to get it in-line but this never looks quite right.
DDI: 111111111 (Info pulled from AD)
Tel: 111111111
Mob: 11111111
fax: 11111111
I can input my actual code if required.
Hope you can help.
Many thanks |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
| Posted: Tue Dec 02, 2008 6:27 am Post subject: Conditional text i table design |
|
|
Your design must be based on html table. In this template example you can see how rows are removed when conditional text is used.
In your example I do not know which field in your AD contains DDI, so I used Home_phone, Arial font, aligned left and used width=50 in the first column and table width=400.
Using conditional text, you will have to preview to see the result.
Paste in Cockpit code view and DDI row will only be visible when Home_phone contains information:
| Code: | <table border="0" cellspacing="0" cellpadding="0" width="400" summary="jf@officeaddon.com">
{$$NULL(Home_phone)$$VALUE(<tr>
<td align="left"><font face="Arial, Helvetica, Geneva, Sans-Serif" color="#000000" size="2">DDI:</font></td>
<td align="left"><font face="Arial, Helvetica, Geneva, Sans-Serif" color="#000000" size="2">((Home_phone))</font></td>
</tr>)$$}
<tr>
<td align="left" width="50"><font face="Arial, Helvetica, Geneva, Sans-Serif" color="#000000" size="2">Tel:</font></td>
<td align="left"><font face="Arial, Helvetica, Geneva, Sans-Serif" color="#000000" size="2">11111111</font></td>
</tr>
<tr>
<td align="left"><font face="Arial, Helvetica, Geneva, Sans-Serif" color="#000000" size="2">Mob:</font></td>
<td align="left"><font face="Arial, Helvetica, Geneva, Sans-Serif" color="#000000" size="2">11111111</font></td>
</tr>
<tr>
<td align="left"><font face="Arial, Helvetica, Geneva, Sans-Serif" color="#000000" size="2">fax:</font></td>
<td align="left"><font face="Arial, Helvetica, Geneva, Sans-Serif" color="#000000" size="2">11111111</font></td>
</tr>
</table> |
Is this what you require? _________________ </Jesper> | Test Email Signature | Showcase |  |
|
| Back to top |
|
 |
robert.connor Just can't stay away
Joined: 13 Feb 2008 Posts: 40
|
| Posted: Tue Dec 02, 2008 3:21 pm Post subject: Justify text |
|
|
Hi Jesper
Yes solution was right on the money.. I now have it looking exactly as I want. Thank you for all your help.
Rob |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|