Hello vseven,
I tried not to change too much of your original ... didn't test it in an email though so no idea if it works -
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<TITLE>Test HTML</TITLE>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type>
<style type="text/css">
#wrap { width: 600px; }
a.logo {
margin: 6px;
float: right;
text-align: center;
width: 260px;
height: 60px;
}
font.name {
font-family: arial, Verdana, sans-serif;
font-size: 110%;
color: black;
font-weight: bold;
}
font.info {
font-family: arial, Verdana, sans-serif;
font-size: 80%;
color: black;
font-weight: normal;
}
a:visited { color:#FF3333; }
a:link { color:#0000FF; }
</style>
</HEAD>
<BODY lang=EN-US link=blue vLink=purple>
<div id="wrap">
<A href="http://www.google.com/" class="logo"><IMG src="http://support.whgardiner.com/temp/SampleImage.jpg" alt="Hello" border=0></a>
<FONT class="name">Name of Person</FONT><BR>
<FONT class="info">
Address City State Zip<BR>
Phone 000-000-0000 Fax 000-000-0000<BR>
<A href="mailto:Email@none.com">Email@nonenone.com</A>
<A href="http://www.google.com/">www.google.com</A><BR>
</FONT>
<!--end wrap--></div>
</BODY>
</HTML>