| View previous topic :: View next topic |
| Author |
Message |
red Not too shy to talk
Joined: 09 Sep 2008 Posts: 5 Location: Hilversum
|
| Posted: Tue Sep 09, 2008 2:02 pm Post subject: Preview in Cockpit shows signature centered,outlook does not |
|
|
Hi (Jesper
When I view my signature inside the Cockpit it is centered. When I check the settings in Outlook I am looking at the correct signature and it shows me a left centered signature.
This is the code in Cockpit:
<DIV align=center><FONT face=verdana size=2><IMG src="http://www.dmwmedia.com/sites/default/files/images/sony-bmg-logo.gif"><BR><BR>((First_name)) ((Last_name))<BR>((Description))<BR>((Company))<BR>((Address)) . ((ZIP/Postal_Code)) . ((City))<BR>((Telephone_number)) . ((Fax_number))</DIV></FONT>
Previewing the signature in Cockpit shows it correctly, centered to the middle of the window.
Any idea where I'm going wrong? I have even deleted and created a complete new signature, but the problem persists.
Hope you can help me out.
Thanks,
Arjan. |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
| Posted: Tue Sep 09, 2008 4:46 pm Post subject: Outlook 2007 - No support for floats |
|
|
Hi Arjan,
Welcome to the user forum ...
Outlook 2007 does not support floats - you'd need to use a table to position the elements instead.
I have added a TABLE around your email signature, and your signature is now centered in Outlook 2007.
Copy this code in code view. Then run Sign.exe and test in Outlook:
| Code: | <table border="0" cellspacing="0" cellpadding="0" width="100%" summary="Arjan.Peen@sonybmg.com">
<tr>
<td align="center"><font face="Verdana, Sans-Serif" color="#000000" size="2">
<IMG src="http://www.dmwmedia.com/sites/default/files/images/sony-bmg-logo.gif"width="191" border="0"><BR><BR>
((First_name)) ((Last_name))<BR>
((Description))<BR>
((Company))<BR>
((Address)) . ((ZIP/Postal_Code)) . ((City))<BR>((Telephone_number)) . ((Fax_number))
</font></td>
</tr>
</table> |
OK? _________________ </Jesper> | Test Email Signature | Showcase |  |
|
| Back to top |
|
 |
red Not too shy to talk
Joined: 09 Sep 2008 Posts: 5 Location: Hilversum
|
| Posted: Fri Sep 12, 2008 11:21 am Post subject: |
|
|
Hi Jesper,
Yes, I've finally found out where I posted this item.
Thanks for the code, this one works. Strange though that the old script worked fine until the moment I inserted the new license key.
Anyway, it looks good now!
Thanks again.
Arjan.
Did I say thanks already?  |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
|
| Back to top |
|
 |
red Not too shy to talk
Joined: 09 Sep 2008 Posts: 5 Location: Hilversum
|
| Posted: Fri Sep 12, 2008 11:53 am Post subject: |
|
|
| You too! |
|
| Back to top |
|
 |
|