| View previous topic :: View next topic |
| Author |
Message |
dave.eagle Just can't stay away
Joined: 02 Apr 2008 Posts: 23 Location: dave.eagle
|
| Posted: Tue Oct 05, 2010 10:56 am Post subject: Suppressing blank lines |
|
|
HI. I am about to roll out the below sig. However when I have users who do not have any info in the AD fields web_page and Address my logo gets shifted down 2 lines. Can I get the logo to shift up when these fields are blank?
Here is the code for the sig
| Code: | <DIV>
<TABLE border=0 cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD><A href="http://www.withyking.co.uk/"></A></TD></TR></TBODY></TABLE>
<TABLE border=0 cellSpacing=0>
<TBODY>
<TR>
<TD><FONT size=2><FONT face=Arial><FONT color=#008080 colour="#408080"><STRONG>((First_name)) ((Last_name))</STRONG></FONT> </FONT></FONT></TD>
<TD style="BORDER-RIGHT: #808080 1px solid"><FONT size=2 face=Arial> </FONT></TD>
<TD><FONT size=2 face=Arial> </FONT></TD>
<TD><FONT size=2><FONT face=Arial><FONT color=#008080 colour="#408080"><STRONG>T</STRONG></FONT></FONT></FONT></TD>
<TD><FONT size=2><FONT face=Arial><FONT colour="#000000"><STRONG></STRONG><FONT color=#808080>((Pager))</FONT> </FONT><FONT color=#008080 colour="#408080"><FONT color=#408080><STRONG>Ext</STRONG></FONT><FONT color=#808080> ((Fax_number))</FONT></FONT></FONT></FONT></TD></TR>
<TR>
<TD><FONT color=#008080 size=2 face=Arial colour="#408080"><STRONG>((Description))</STRONG></FONT></TD>
<TD style="BORDER-RIGHT: #808080 1px solid"><FONT size=2 face=Arial> </FONT></TD>
<TD><FONT size=2 face=Arial></FONT></TD>
<TD><FONT size=2><FONT face=Arial><FONT colour="#408080"><FONT color=#008080><STRONG>DD </STRONG></FONT></FONT></FONT></FONT></TD>
<TD><FONT size=2><FONT face=Arial><FONT colour="#000000"><FONT color=#808080>((Telephone_number))</FONT> </FONT></FONT></FONT></TD></TR>
<TR>
<TD><FONT color=#808080 size=2 face=Arial colour="#000000">((Office))</FONT></TD>
<TD style="BORDER-RIGHT: #808080 1px solid"><FONT size=2 face=Arial> </FONT></TD>
<TD><FONT size=2 face=Arial></FONT></TD>
<TD><FONT size=2><FONT face=Arial><FONT color=#008080 colour="#408080"><STRONG>M</STRONG></FONT></FONT></FONT></TD>
<TD><FONT size=2><FONT face=Arial><FONT colour="#000000"><FONT color=#808080>((Mobile_number))</FONT></FONT></FONT></FONT></TD></TR></TBODY></TABLE><FONT color=#808080 size=2 face=Arial>{$$NULL(Address)$$VALUE(<BR><EM>((Address))</EM> )$$}<BR>{$$NULL(web_page)$$VALUE(<BR><A href="http://((web_page))/"><FONT size=2><FONT face=Arial><FONT color=#408080><STRONG>View my profile</STRONG></FONT> </FONT></FONT></A><FONT size=2 face=Arial><FONT color=#808080>)$$}</FONT></FONT><BR></FONT><BR><IMG border=0 alt="Visit our website" src="http://www.withyking.co.uk/cms/photo/system/signature_logo.gif" width=135 height=31><BR><FONT color=#008080><BR><A href="http://((city))/"><IMG border=0 alt="Connect with me on LinkedIn" src="http://www.withyking.co.uk/cms/photo/system/linkedin_logo_sm.jpg" width=25 height=25></A><FONT color=#000000> </FONT><A href="http://((state/Province))"><FONT color=#000000><IMG border=0 alt="Follow Withy King on Twitter" src="http://www.withyking.co.uk/cms/photo/system/twitter_sm.png" width=25 height=25></FONT></A> <BR></FONT><FONT color=#c0c0c0 size=1 face=Arial><BR>For a complete list of offices and contact details please see </FONT><A href="http://www.withyking.co.uk/"><FONT color=#c0c0c0 size=1 face=Arial>www.withyking.co.uk</FONT></A><BR><FONT color=#008000 size=1 face=Arial>Please consider the environment before printing this email.</FONT></DIV> |
Many thanks. |
|
| Back to top |
|
 |
Bjarne Mess Certified Professional


Joined: 01 May 2007 Posts: 735 Location: Copenhagen
|
| Posted: Wed Oct 06, 2010 6:09 am Post subject: |
|
|
Yup. You need to put the <br> inside the VALUE( ... ) code.
Thanks,
Bjarne |
|
| Back to top |
|
 |
Bjarne Mess Certified Professional


Joined: 01 May 2007 Posts: 735 Location: Copenhagen
|
| Posted: Thu Oct 07, 2010 7:48 am Post subject: |
|
|
| Did it work for you, Dave? |
|
| Back to top |
|
 |
dave.eagle Just can't stay away
Joined: 02 Apr 2008 Posts: 23 Location: dave.eagle
|
| Posted: Thu Oct 07, 2010 8:00 am Post subject: |
|
|
No sorry. Could you point out exactly where I need the <BR> please?
Thanks |
|
| Back to top |
|
 |
Bjarne Mess Certified Professional


Joined: 01 May 2007 Posts: 735 Location: Copenhagen
|
| Posted: Thu Oct 07, 2010 8:04 am Post subject: |
|
|
Sure it works.
Example:
{$$NULL(Address)$$VALUE(<BR><EM>((Address))</EM> )$$}<BR>
change to:
{$$NULL(Address)$$VALUE(<BR><EM>((Address))</EM><br>)$$} |
|
| Back to top |
|
 |
dave.eagle Just can't stay away
Joined: 02 Apr 2008 Posts: 23 Location: dave.eagle
|
| Posted: Mon Oct 11, 2010 2:32 pm Post subject: |
|
|
Thanks I got this working now!
I have another issue, should I start a new thread?
Since rolling out this new sig (font is arial 10) users who have Word as the editor (Outlook 2003) are getting the sig font change to Times New Roman 12.
This didn't happen before?! |
|
| Back to top |
|
 |
Bjarne Mess Certified Professional


Joined: 01 May 2007 Posts: 735 Location: Copenhagen
|
| Posted: Mon Oct 11, 2010 3:15 pm Post subject: |
|
|
| Continuing this issue coff-thread. Will revert with the conclusion. |
|
| Back to top |
|
 |
|