Here is my code snippit:
<table width="650" height="100" border="0" cellspacing="0" cellpadding="0">
<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>
<a href=" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image51','','images/services.bmp',1)"><img name="Image51" border="0" src="images/buttonservice.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>
On the main page it looks like this:
image2
image1 image3
I want it to look like this:
image1 image2 image3
How do I do that with the above code?
Thanks..
<table width="650" height="100" border="0" cellspacing="0" cellpadding="0">
<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>
<a href=" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image51','','images/services.bmp',1)"><img name="Image51" border="0" src="images/buttonservice.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>
On the main page it looks like this:
image2
image1 image3
I want it to look like this:
image1 image2 image3
How do I do that with the above code?
Thanks..