| View previous topic :: View next topic |
| Author |
Message |
megan_howes Just popping in
Joined: 04 Sep 2008 Posts: 1 Location: New Zealand
|
| Posted: Tue Oct 21, 2008 7:08 pm Post subject: Linked Image in Signature shrinks when on Outlook 2007 |
|
|
Hi,
I have recently upgraded to Outlook 2007.
Our signature has a linked image and on upgrading to Outlook 2007 every now and then the linked image shrinks in size (almost two thirds). To fix this we exit outlook and go back in to get the image back to it's normal size.
Any ideas why this is happening?
Thanks
Megan[/img] |
|
| Back to top |
|
 |
nathan.page Certified Professional


Joined: 23 Jul 2008 Posts: 21 Location: Kansas City, MO USA
|
| Posted: Tue Oct 21, 2008 8:23 pm Post subject: |
|
|
the easiest way to resolve this issue is to put in height and width parameters into you signature HTML for the image.
For example if you have an image that is 325 pixels wide by 76 pixels high, then you image code would look like this:
| Quote: | | <img src="http://www.yoursite.com/images/yourimage.gif" width="325" height="76"></img> |
Using this method tells the HTML that no matter what the image will always be that height and width.
Hope this helps!! _________________ Sincerely,
Nathan Page
AACo Technology Consulting Group
http://www.aacotechonline.com
 |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
|
| Back to top |
|
 |
|