font embedding

G

Guest

Hello
i tried to put a html file new mail messages in outlook 2007 as a signature
but did not succeed. css code did not work in between head and just below
body tags.
is it possible send this signature by outlook? thanks...

<html>
<head>
<title>Untitled Document</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<STYLE TYPE="text/css">
<!--
@font-face {
font-family: BRADLEY;
src: url(http://www.myserver.com/BRADLEY0.eot);
}
@font-face {
font-family: GILL;
src: url(http://www.myserver.com/GILLSAN0.eot);
}
-->
</STYLE>
<table width="27%" border="0" cellpadding="0" cellspacing="0"
bordercolor="#000000" bgcolor="#FFFFFF">
<tr>
<td colspan="2" nowrap><font face="BRADLEY" color="#000099" size="4">H a
k a n
</font></td>
</tr>
</table>
</body>
</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top