Hello
I make a new design for my email templates for my dolphin site
using style and custom footer etc this is wat i have
--------------------------------------------------------------------------------------------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="imagetoolbar" content="no" />
<link rel="image_src" href="" />
<link rel="icon" type="image/png" href="" />
<link rel="apple-touch-icon" href=""/>
<title>My Domain TiTle</title>
<link rel="stylesheet" type="text/css" href="#" media="screen" />
<link rel="stylesheet" href="http://www.mysite.com/emailstemplate/css/style.css" />
</head>
<body>
<div id="content">
<div align="center">
<h1>
<img src="http://www.mysite.com/emailstemplate/images/logo.png" alt="" width="326" height="94" />
</h1>
</div>
<hr />
<p><b>Dear <OwnerName></b>,</p>
<br />
<div align="left">
<img src="http://www.mysite.com/emailstemplate/images/7_s.jpg" width="75" height="75">
</div>
<br />
<br />
<br />
<p><a href="<PosterLink>"><PosterName></a> is checking you out right now! at <a href="<SiteUrl>"><SiteName></a></p>
<p><b></b></p>
<p>Thank's</p>
<p> The My Domain Team</p>
<hr />
</div>
<br />
<div align="center">
<a href="http://www.mysite.com">Blogs</a> -
<a href="http://www.mysite.com">Classifieds</a> -
<a href="http://www.mysite.com">Events</a> -
<a href="http://www.mysite.com">Games</a> -
<a href="http://www.mysite.com">Musics</a> -
<a href="http://www.mysite.com">Photos</a> -
<a href="http://www.mysite.com">Store</a> -
<a href="http://www.mysite.com">Videos</a>
<p>Copyright 2009 - 2011 My Domain Corporation. All Rights Reserved. </p>
</div>
</div>
</div>
</body>
</html>
---------------------------------------------------------------------------------------------------------------------------------------------------------------
when I go to my email to seethe new look is not reading the style.css but everything is there but my layout is not showing
can some one tell me wat is wrong so I can get the new look working for my email template
This is the real design and how the design look on the member personal email


