Topic: Microsoft Outlook Signature
I've created an outlook signature using HTML. It seems to work except for the graphic logo. I'm using an older version of outlook (2000). Any help would be great. Here is the code I wrote:
<html>
<head>
<link href="root.css" rel="stylesheet" type="text/css">
</head>
<body>
<style type="text/css">
p {
width: 550px;
color: 818181;
font-family: arial;
font-size: 10px;
}
li {
color: Red;
}
.sizeA {
font-size: 300px;
}
.bold {
font-weight: bold;
}
.blackColor {
color: black
}
.greenColor {
color: 6ed92e
}
#centerDoc {
position: absolute;
left: 41px;
top: 83px;
padding: 15px; /*bottom left*/
}
</style>
<p><span style="font-weight: bold"><span style="color: black">Damon Thomas</span> - Designer, CEO, LEED AP, NOMA<br>
dthomas@centricdesignstudio.com<br>
dir 313.595.4914<br>
Centric Design Studio<br>
click on the CDS icon to view our website:
</p>
<a href="http://www.CentricDesignStudio.com">
<img src="emailIcon.gif" border="0" alt="www.centricdesignstudio.com">
</a>
<div id="centerDoc">
<p>P.O. Box 4148 - Southfeild, MI 48037<br>
ph 248.943.7177 - fx 248.436.3401<br>
www.centricdesignstudio.com
</p>
</div>
<br>
<p class="greenColor">Please consider the envionment before printing this email, thanks.
</p>
</body>
</html>
Thanks,
mrdamon
