View Single Post
Old 03-15-2012, 02:52 PM   #3
mmat1
Berti
mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.
 
mmat1's Avatar
 
Posts: 1,196
Karma: 4985964
Join Date: Jan 2012
Location: Zischebattem
Device: Acer Lumiread
Quote:
Originally Posted by jezzad View Post
Hi all
I have a problem that I was wondering(hoping) that there is a simple answer to.
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 ??

Note:
- theDucks is right, an overall paragraph format should be defined
- you should only use width OR height, never both, or your pictures will be distorted, especially on devices which can rotate the contents.
mmat1 is offline   Reply With Quote