Forum Moderators: not2easy
<body style="width : 100%; height : 100%; margin : 0; padding : 0;">
<img src="logo.gif" width="567" height="379" alt="This is my LOGO!" border="0" style="width : 567px; height : 379px; margin-top : -190px; margin-left : -284px; position : absolute; top : 50%; left : 50%;">
</body>
did not test this but should work imho.
[edited by: Moby_Dim at 4:14 pm (utc) on Feb. 20, 2007]
[edited by: SuzyUK at 4:35 pm (utc) on Feb. 20, 2007]
[edit reason] removed smiley from code [/edit]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Test</title>
<style type="text/css">
/* <![CDATA[ */
body
{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}div.centerer
{
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}img.centered
{
margin: 0;
padding: 0;
width: 320px;
height: 155px;
margin-left: -160px;
margin-top: -77px;
position: absolute;
top: 50%;
left: 50%;
}
/* ]]> */
</style>
</head>
<body>
<div class="centerer">
<img class="centered" src="images/DSC_1200.JPG" />
</div>
</body>
</html>