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
tried that but i m loosing some pixels can anyone help
PHP Code:<body leftmargin=0 topmargin=0>
<table border="0" cellpadding="0" cellspacing="0" height="100%">
<tr>
<td height="268" width="135">
<img src="toolbar.gif" width="135" height="268" border="0" alt="">
</td>
</tr>
<tr>
<td height="100%" width="135">
<img src="pixel.gif" width="1" height="1" border="0" alt="">
</td>
</tr>
<tr>
<td height="139" width="135">
<img src="toolbarbottom.gif" width="135" height="139" border="0" alt="">
</td>
</tr>
</table>
</body>




Reply With Quote