my website will not work in IE...can someone please help!

MacPC

New Member
Check your closing </td>s.

You missed one here in this section (second <tr><td>):

<tr>
<td>
..............
onMouseOver="MM_swapImage('store','','Graphics/storebuttonover.jpg',1)" onMouseOut="MM_swapImgRestore()"></a><a href="mailto: [email protected]" target="_blank"><img src="Graphics/menu-right.jpg" width="405" height="25" border="0"></a></p>

</td>


</tr>

One good thing to do is to take out all content, leave only <table><tr><td> pairs, read carefully and count all <table><tr><td> and </td></tr></table> make sure they have the same number, if not, you miss something.

M
 
Last edited:
Top