image aligning?

liunx

Guest
I have 2 images and i want to align the 1st one to the topleft corner of the page and the 2nd to the bottom left corner and i want exaclty align not even one pixel to be lost so that the picture can be align to the pictures from the other frames.i m using only IE<br />
<br />
tried that but i m loosing some pixels can anyone help<br />
<br />
<body leftmargin=0 topmargin=0><br />
<table border="0" cellpadding="0" cellspacing="0" height="100%"><br />
<tr><br />
<td height="268" width="135"><br />
<img src=http://www.htmlforums.com/archive/index.php/"toolbar.gif" width="135" height="268" border="0" alt=""><br />
</td><br />
</tr><br />
<tr><br />
<td height="100%" width="135"><br />
<img src=http://www.htmlforums.com/archive/index.php/"pixel.gif" width="1" height="1" border="0" alt=""><br />
</td><br />
</tr><br />
<tr><br />
<td height="139" width="135"><br />
<img src=http://www.htmlforums.com/archive/index.php/"toolbarbottom.gif" width="135" height="139" border="0" alt=""><br />
</td><br />
</tr><br />
</table><br />
<br />
<br />
</body><!--content-->I'm not sure I understand but I will give it a shot:<br />
<br />
<body leftmargin=0 topmargin=0 bottommargin=0><br />
<table border="0" cellpadding="0" cellspacing="0" height="100%"><br />
<tr><br />
<td height="268" width="135"><img src=http://www.htmlforums.com/archive/index.php/"toolbar.gif" width="135" height="268" border="0" alt=""></td><br />
</tr><br />
<tr><br />
<td width="135"><img src=http://www.htmlforums.com/archive/index.php/"pixel.gif" width="1" height="1" border="0" alt=""></td><br />
</tr><br />
<tr><br />
<td height="139" width="135"><img src=http://www.htmlforums.com/archive/index.php/"toolbarbottom.gif" width="135" height="139" border="0" alt=""></td><br />
</tr><br />
</table><br />
</body><br />
<br />
<br />
Regards,<br />
Kevin<!--content-->this attachemnt haev the above images and code run it and concetrate on the bottom left conrner <br />
<br />
thnks<!--content-->hmmm.......did you try the code I posted for you?<br />
<br />
Kevin<!--content-->
 
Back
Top