Link to home
Start Free TrialLog in
Avatar of MickeC
MickeCFlag for Sweden

asked on

Windows Mail signatures in Iphone

Hi!

Can somebody tell me why our logotype dont appears in the mail client at my Iphone?

It works fine on our computers but not on our phones!

The code is:

<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=iso-8859-1">
<HTML><HEAD>
<style type="text/css">
a.aa {
	color: #0000ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	line-height: 12px;
}

.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 12px;
}
</style>
</HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<br><br><br>
<table cellSpacing="0" cellPadding="2" width="50%" align=left border="0">
  <tbody>
    <tr>
    <td><a class="aa" href="http://www.printagon.se" target="_blank"><img height=43 alt="Printagon Graphics" src="C:\signatur\sign_logga.gif" width=175 border=0></a>
</td></tr>
  <tr>
    <td>
      <div><a class="aa" href="mailto:mcarlsson@msn.com">mcarlsson@msn.com</a></div>
	  <div class="text2">Hemsida: <a class="aa" href="http://www.printagon.se" target="_blank">www.printagon.se</a></div>
	  </td></tr>
</tbody></table>
<div>&nbsp;</div>
</DIV></DIV></BODY></HTML>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Andy M
Andy M
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial