shvonne
August 12th, 1999, 11:18 PM
i code as below so that the optional.gif appear at the bottom of separate1.gif... it works well in IE.. but in netscape, the optional.gif appear at the top of separate1.gif... why is this happen? any idea how to solve it??
<center><img alt ="" height="11" src="images/separate1.gif" style ="HEIGHT: 11px; WIDTH: 510px" width="510">
</center>
<div><IMG alt="" height="50" src="images/optional.gif" style="HEIGHT: 50px; WIDTH: 108px" width=108>
</div>
<center><img alt ="" height="11" src="images/separate1.gif" style ="HEIGHT: 11px; WIDTH: 510px" width="510">
</center>
<div><IMG alt="" height="50" src="images/optional.gif" style="HEIGHT: 50px; WIDTH: 108px" width=108>
</div>