MSgherzi
Member
- Reaction score
- 0
- Location
- Tehachapi, California
I made a custom signature for a customer of mine a couple of months ago and just recently they called me saying that Outlook is no out of nowhere giving them an error saying "Signature too large" and she can click OK and send e-mails, but no signature will be attached. I've searched online and apparently MS actually lowered the maximum size from 300k to like 4k in Outlook. I don't know, unfortunately, what version of Outlook she has, but how do you think I can solve this issue? I don't particularly want to ask others to help me do a job I should be doing, but I don't want to leave her without anything.
When I made the signature, I saved it in an .html file using notepad. Here's the code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Letterhead</TITLE>
<META content="text/html; charset=windows-1252" http-equiv="Content-Type">
<meta name="robots" content="none">
</head>
<body bgcolor="#ffffff" style="margin-top:0px;">
<!-- <table align="center" bgcolor="#ffffff" background="bear_emboss7.gif" border="0" cellpadding="0" cellspacing="0" style="height:275.4mm; width:100mm;"><tr> -->
<!-- <table align="center" bgcolor="#ffffff" background="bear_emboss7.gif" border="0" cellpadding="0" cellspacing="0" style="height:250mm; width:100mm;"><tr> -->
<table align="center" bgcolor="#ffffff" background="bear_emboss7.gif" border="0" cellpadding="0" cellspacing="0" style="height:300px; width:390px;"><tr>
<td valign="top" style="padding:0px 0px 0px 0px">
<style type="text/css"><!--
.all {font-family:verdana; color:#000000; font-size:15px;}
.company {font-family:verdana; color:#000000; font-size:14px;}
.name {font-family:verdana; color:#000000; font-size:16px;}
.title {font-family:verdana; color:#000000; font-size:14px;}
--></style>
<TABLE border="0" style="width:100%">
<tr><td>
<img src="Terri.jpg" height="200" width="150"></td></tr>
<TR valign="bottom"><TD class="all"><font face="vivaldi" size="5"><b><i>Terri Juergens</a></b></i> <font size="1" face="verdana">"...on the go, making things happen."</font><br> <font size="2" face="verdana"><i><b>Broker Associate</b></i><br><img src="bvs_logo2.gif" width="40" height="40"> Bear Valley Springs Realty<br><b>(661) 303-6868</b><br><a href="http://www.bvsrealty.com">www.bvsrealty.com</a><br></td></tr></TABLE>
</td></tr></table>
</body></html>
I remember modifying just the location of the pictures and files after using this code. Otherwise, that's it. My only solution is to try and it out her signature and make a picture out of it and try that (not that I suspect that would be any smaller in file size).
When I made the signature, I saved it in an .html file using notepad. Here's the code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Letterhead</TITLE>
<META content="text/html; charset=windows-1252" http-equiv="Content-Type">
<meta name="robots" content="none">
</head>
<body bgcolor="#ffffff" style="margin-top:0px;">
<!-- <table align="center" bgcolor="#ffffff" background="bear_emboss7.gif" border="0" cellpadding="0" cellspacing="0" style="height:275.4mm; width:100mm;"><tr> -->
<!-- <table align="center" bgcolor="#ffffff" background="bear_emboss7.gif" border="0" cellpadding="0" cellspacing="0" style="height:250mm; width:100mm;"><tr> -->
<table align="center" bgcolor="#ffffff" background="bear_emboss7.gif" border="0" cellpadding="0" cellspacing="0" style="height:300px; width:390px;"><tr>
<td valign="top" style="padding:0px 0px 0px 0px">
<style type="text/css"><!--
.all {font-family:verdana; color:#000000; font-size:15px;}
.company {font-family:verdana; color:#000000; font-size:14px;}
.name {font-family:verdana; color:#000000; font-size:16px;}
.title {font-family:verdana; color:#000000; font-size:14px;}
--></style>
<TABLE border="0" style="width:100%">
<tr><td>
<img src="Terri.jpg" height="200" width="150"></td></tr>
<TR valign="bottom"><TD class="all"><font face="vivaldi" size="5"><b><i>Terri Juergens</a></b></i> <font size="1" face="verdana">"...on the go, making things happen."</font><br> <font size="2" face="verdana"><i><b>Broker Associate</b></i><br><img src="bvs_logo2.gif" width="40" height="40"> Bear Valley Springs Realty<br><b>(661) 303-6868</b><br><a href="http://www.bvsrealty.com">www.bvsrealty.com</a><br></td></tr></TABLE>
</td></tr></table>
</body></html>
I remember modifying just the location of the pictures and files after using this code. Otherwise, that's it. My only solution is to try and it out her signature and make a picture out of it and try that (not that I suspect that would be any smaller in file size).
Last edited by a moderator: