Quote:
Originally Posted by mmat1
Maybe it is this simple:
Code:
<head>
<title></title>
<style type="text/css">
/*<![CDATA[*/
body { border: 0; margin: 0; padding: 0 }
p { text-align: center; margin: 0; padding: 0; text-indent: 0 }
/*]]>*/
</style>
</head>
<body>
<p><img alt="" height="100%" src="../Images/det.JPG" /></p>
</body>
</html>
How does it look for you ??
|
You don't need padding. And it looks like really poor code as the styles should be in the CSS and not in the XML.