Click to See Complete Forum and Search --> : image alignment problem


HackerX
07-16-2003, 04:41 PM
I am having trouble getting both images on the same line. heres my page:

http://www15.brinkster.com/zonewebdesign/index.html

heres my script:

<BODY background="http://image.com.com/gamespot/shared/pc_bg.gif">
<table width="100%" border="0">
<tr>
<td>
<div align="left">
<a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','http://www15.brinkster.com/zonewebdesign/images/web.gif',1)"><img src="http://www15.brinkster.com/zonewebdesign/images/web1.gif" border="0" name="Image2">
<center><IMG SRC="http://www15.brinkster.com/zonewebdesign/images/zoneweb_logo3.gif" border="0"></a>
</div>
</td></tr>
</table>

<script language="javascript1.2" src="menu.js"></script>
</BODY>

starrwriter
07-17-2003, 02:39 AM
The two images are on the same line in my browser (IE 6)