Forum Moderators: not2easy
<html>
<head>
<style type="text/css">
* {
padding: 0;
margin: 0;
border-collapse: collapse;
}
img
{
border-style: none;
padding: 0px;
margin: 0px;
}
</style>
</head>
<body bgcolor="000000">
<img src="print_page.png">
<!--Text to position-->
<DIV STYLE="position:absolute; top:146px; left:640px; width:200px; height:10px">
<FONT SIZE="2" FACE="Verdana" COLOR="000"><b>Example text</b></FONT>
</DIV>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<style type="text/css">
div{
position:absolute;
top:146px;
left:640px;
width:200px;
height:10px;
font-size:2em;
font-family: Verdana;
color:#000
}
</style>
</head>
<body>
<img src="1.gif">
<!--Text to position-->
<div>
<b>Example text</b>
</div>
</body>
</html>