I have a site that has three images centered on the main page (index.php).
Image1 Image2 Image3
When I replace Image2 with another image (.bmp) it looks like this.
Image1Image2 Image3.
Image2 moves to the left and is no longer centered between Image1 and Image3.
Here is the code snipit.
--------Start of Snipit-----------------------
<td bgcolor="ffffff" width="217" height="28" >
<a href=" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image50','','images/specials_over_01.gif',1)"><img name="Image50" border="0" src="images/specials_01.gif" align="middle" ></a>
</td>
<td bgcolor="ffffff" width="214" height="28" >
<a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image51','','images/wrenchincomputer.bmp',1)"><img name="Image51" border="0" src="images/wrenchincomputer.bmp" align="middle" ></a>
</td>
<td bgcolor="ffffff" width="219" height="28" >
<a href=" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image53','','images/specials_over_03.gif',1)"><img name="Image53" border="0" src="images/specials_03.gif" align="middle" ></a>
</td>
</table>
---------End of Snipit-----------------------
Why is Image2 not centered between Image1 and Image3?
Thanks.
Image1 Image2 Image3
When I replace Image2 with another image (.bmp) it looks like this.
Image1Image2 Image3.
Image2 moves to the left and is no longer centered between Image1 and Image3.
Here is the code snipit.
--------Start of Snipit-----------------------
<td bgcolor="ffffff" width="217" height="28" >
<a href=" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image50','','images/specials_over_01.gif',1)"><img name="Image50" border="0" src="images/specials_01.gif" align="middle" ></a>
</td>
<td bgcolor="ffffff" width="214" height="28" >
<a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image51','','images/wrenchincomputer.bmp',1)"><img name="Image51" border="0" src="images/wrenchincomputer.bmp" align="middle" ></a>
</td>
<td bgcolor="ffffff" width="219" height="28" >
<a href=" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image53','','images/specials_over_03.gif',1)"><img name="Image53" border="0" src="images/specials_03.gif" align="middle" ></a>
</td>
</table>
---------End of Snipit-----------------------
Why is Image2 not centered between Image1 and Image3?
Thanks.