I'm a little ashamed to be posting here asking for help, because when you view the code on my website I'm sure you will be grossly offended! I'm sorry, I'm not a web master, I know the bare minimum in order to get a website up and running, so this is my plea for help!
On the homepage of my website ( www.niteroimission.com) there is a gap that appears in the group photo, but it is only seen on EI and not on Firefox or Safari. I've tried removing line breaks which was suggested in several postings I read, but this does not appear to solve the problem. I'll post a brief snippet of the code and any help would be appreciated!
<table width="626" border="0" cellpadding="0" cellspacing="0" class="hometable">
<tr><td width="389"><img src="index01.jpg" alt="Team Photo" width="389" height="205" /></td> <td width="237"><img src="index02.jpg" alt="Blogs" width="237" height="205" border="0" usemap="#Map3" /> <map name="Map3" id="Map3"> <area shape="rect" coords="9,15,236,203" href="blogs.html"/> </map> <map name="Map2" id="Map2"> <area shape="rect" coords="22,-238,242,-57" href="blogs.html" /> </map></td></tr>
<tr><td width="389"><img src="index03.jpg" alt="Team Photo" width="389" height="211" /></td><td width="237"><img src="index04.jpg" alt="Skype Guide" width="237" height="211" border="0" usemap="#Map4" /><map name="Map4" id="Map4"><area shape="rect" coords="9,2,235,156" href="http://www.skype.com/help/guides/#windows" target="_blank" /></map></td></tr>
</table>
And the relevant CSS:
.hometable {
margin: 0 px;
padding: 0 px;
}
|