shadowdancer36
08-07-2006, 08:47 PM
I'm trying to format a table with the following html:
<table>
<tr>
<td width="94" height="81"><img src="http://www.matecmichigan.org/images/DSC01226ss.jpg" width="90" height="120"/></td>
<td width="199" valign="top">Jonathan Cohn, MD, MS
Site Director
Email:<a href="mailto:jcohn@intmed.wayne.edu">jcohn@med.wayne.edu</a>
</td>
</tr>
<tr>
<td><img src="http://www.matecmichigan.org/images/DSC01226ss.jpg" width="90" height="120"/></td>
<td valign="top">Mary Rose Forsyth, MSN, WHNP
Project Manager
Email:<a href="mailto:forsyth@sun.science.wayne.edu">forsyth@sun.science.wayne.edu</a></td>
</tr>
<tr>
<td height="122"><img src="http://www.matecmichigan.org/images/DSC01226ss.jpg" width="90" height="120"/></td>
<td valign="top">Sharon Racicot, BA
Education Coordinator
Email:<a href="mailto:sracicot@sun.science.wayne.edu">sracicot@sun.science.wayne.edu</a></td>
</tr>
<tr>
<td><img src="http://www.matecmichigan.org/images/DSC01226ss.jpg" width="90" height="120"/></td>
<td valign="top">Arthur King
Webmaster/Research Technician
Email:<a href="mailto:ar3431@wayne.edu">ar3431@wayne.edu</a></td>
</tr>
<tr>
<td><img src="http://www.matecmichigan.org/images/DSC01226ss.jpg" width="90" height="120"/></td>
<td valign="top">Elizabeth Pillon, BS
Project Assistant
Email:<a href="mailto:epillon@sun.science.wayne.edu">epillon@sun.science.wayne.edu</a></td>
</tr>
<tr>
<td><img src="http://www.matecmichigan.org/images/DSC01226ss.jpg" width="90" height="120"/></td>
<td valign="top">Raju Bhowmick, MSME
Data Manager
Email:<a href="mailto:ar3957@wayne.edu">ar3957@wayne.edu</a></p> </td>
</tr>
</table>
For whatever reason when the page shows, it's a huge space above the table. Any clue to why this was be? It's like a bunch of BR's in front of it.
Here's the direct link here:
http://www.matecmichigan.org/index.php?page=contactus
<table>
<tr>
<td width="94" height="81"><img src="http://www.matecmichigan.org/images/DSC01226ss.jpg" width="90" height="120"/></td>
<td width="199" valign="top">Jonathan Cohn, MD, MS
Site Director
Email:<a href="mailto:jcohn@intmed.wayne.edu">jcohn@med.wayne.edu</a>
</td>
</tr>
<tr>
<td><img src="http://www.matecmichigan.org/images/DSC01226ss.jpg" width="90" height="120"/></td>
<td valign="top">Mary Rose Forsyth, MSN, WHNP
Project Manager
Email:<a href="mailto:forsyth@sun.science.wayne.edu">forsyth@sun.science.wayne.edu</a></td>
</tr>
<tr>
<td height="122"><img src="http://www.matecmichigan.org/images/DSC01226ss.jpg" width="90" height="120"/></td>
<td valign="top">Sharon Racicot, BA
Education Coordinator
Email:<a href="mailto:sracicot@sun.science.wayne.edu">sracicot@sun.science.wayne.edu</a></td>
</tr>
<tr>
<td><img src="http://www.matecmichigan.org/images/DSC01226ss.jpg" width="90" height="120"/></td>
<td valign="top">Arthur King
Webmaster/Research Technician
Email:<a href="mailto:ar3431@wayne.edu">ar3431@wayne.edu</a></td>
</tr>
<tr>
<td><img src="http://www.matecmichigan.org/images/DSC01226ss.jpg" width="90" height="120"/></td>
<td valign="top">Elizabeth Pillon, BS
Project Assistant
Email:<a href="mailto:epillon@sun.science.wayne.edu">epillon@sun.science.wayne.edu</a></td>
</tr>
<tr>
<td><img src="http://www.matecmichigan.org/images/DSC01226ss.jpg" width="90" height="120"/></td>
<td valign="top">Raju Bhowmick, MSME
Data Manager
Email:<a href="mailto:ar3957@wayne.edu">ar3957@wayne.edu</a></p> </td>
</tr>
</table>
For whatever reason when the page shows, it's a huge space above the table. Any clue to why this was be? It's like a bunch of BR's in front of it.
Here's the direct link here:
http://www.matecmichigan.org/index.php?page=contactus