<tr>
<td class="menu" id="choice4" style="background-color:#d4d4d4;border-color:#d4d4d4;cursor:hand;" onmouseover="movein(this,'Resources to build your site')" onmouseout="moveout(this)">
<div align="center"><font color="#CCCCCC" face="Arial, Helvetica, sans-serif"><a href="../html/salesRepres.htm">Sales Representatives</a></font></div>
</td>
</tr>
<tr>
<td class="menu" id="choice5" style="background-color:#d4d4d4;border-color:#d4d4d4;cursor:hand;" onmouseover="movein(this,'Resources to build your site')" onmouseout="moveout(this)">
<div align="center"><font color="#CCCCCC" face="Arial, Helvetica, sans-serif"><a href="../html/prRelease.htm">Press Release</a></font></div>
</td>
</tr>
<tr>
<td class="menu" id="choice6" style="background-color:#d4d4d4;border-color:#d4d4d4;cursor:hand;" onmouseover="movein(this,'Resources to build your site')" onmouseout="moveout(this)">
<div align="center"><font color="#CCCCCC" face="Arial, Helvetica, sans-serif"><a href="../html/literature.htm">Literature</a></font></div>
</td>
</tr>
<tr>
<td class="menu" id="choice7" style="background-color:#d4d4d4;border-color:#d4d4d4;cursor:hand;" onmouseover="movein(this,'Resources to build your site')" onmouseout="moveout(this)">
<div align="center"><font color="#CCCCCC" face="Arial, Helvetica, sans-serif"><a href="../html/emc_traction.htm">EMC
traction </a></font></div>
</td>
</tr>
<tr>
<td class="menu" id="choice8" style="background-color:#d4d4d4;border-color:#d4d4d4;cursor:hand;" onmouseover="movein(this,'Resources to build your site')" onmouseout="moveout(this)">
<div align="center"><font color="#CCCCCC" face="Arial, Helvetica, sans-serif"><a href="../html/contact_us.htm">Contact
Us </a></font></div>
</td>
</tr>
<tr>
<td class="menu" id="choice9" style="background-color:#d4d4d4;border-color:#d4d4d4;cursor:hand;" onmouseover="movein(this,'Resources to build your site')" onmouseout="moveout(this)">
<div align="center"><font color="#CCCCCC" face="Arial, Helvetica, sans-serif"><a href="../html/projects.htm">Projects</a></font></div>
</td>
</tr>
<tr>
<td class="menu" id="choice10" style="background-color:#d4d4d4;border-color:#d4d4d4;cursor:hand;" onmouseover="movein(this,'Resources to build your site')" onmouseout="moveout(this)">
<div align="center"><font color="#CCCCCC" face="Arial, Helvetica, sans-serif"><a href="../html/photo_gallery.htm">Photo
Gallery </a></font></div>
</td>
</tr>
<tr>
<td class="menu" id="choice11" style="background-color:#d4d4d4;border-color:#d4d4d4;cursor:hand;" onmouseover="movein(this,'Resources to build your site')" onmouseout="moveout(this)">
<div align="center"><font color="#CCCCCC" face="Arial, Helvetica, sans-serif"><a href="../html/site_map.htm">Site
Map </a></font></div>
</td>
</tr>
<tr>
<td align="center"><hr /><p class="style6"><font face="Arial, Helvetica, sans-serif" color="#003399">Quality Policy<br />
<br />
The purpose of our business<br />
is to provide continuous electrical power to keep
people moving. <br />
</font><font face="Arial, Helvetica, sans-serif" color="#003399">We do this
by helping customers <br />
create
the most economical
power systems in the
transit industry through continuous improvement<br />
</font><font face="Arial, Helvetica, sans-serif" color="#003399"> in the quality of our products <br />
and processes. </font></p>
</td>
</tr>
<tr>
<td><hr /><img src="../art/ul_9001.jpg" alt="UL 9001 Logo" width="177" height="90" />
</td>
</tr>
</table>
KDLA
09-18-2007, 10:35 AM
You need to put the vertical-align setting in the <td> which holds the menu table. Putting vertical align in the menu's table tag will only cause the links in the menu table to vertically align to the top of their holding cells.
<tr>
<td class="menu" id="choice4" style="background-color:#d4d4d4;border-color:#d4d4d4;cursor:hand;vertical-align:top;" onmouseover="movein(this,'Resources to build your site')" onmouseout="moveout(this)">
<div align="center"><font color="#CCCCCC" face="Arial, Helvetica, sans-serif"><a href="../html/salesRepres.htm">Sales Representatives</a></font></div>
</td>
</tr>
<tr>
<td class="menu" id="choice5" style="background-color:#d4d4d4;border-color:#d4d4d4;cursor:hand;vertical-align:top;" onmouseover="movein(this,'Resources to build your site')" onmouseout="moveout(this)">
<div align="center"><font color="#CCCCCC" face="Arial, Helvetica, sans-serif"><a href="../html/prRelease.htm">Press Release</a></font></div>
</td>
</tr>
<tr>
<td class="menu" id="choice6" style="background-color:#d4d4d4;border-color:#d4d4d4;cursor:hand;vertical-align:top;" onmouseover="movein(this,'Resources to build your site')" onmouseout="moveout(this)">
<div align="center"><font color="#CCCCCC" face="Arial, Helvetica, sans-serif"><a href="../html/literature.htm">Literature</a></font></div>
</td>
</tr>
<tr>
<td class="menu" id="choice7" style="background-color:#d4d4d4;border-color:#d4d4d4;cursor:hand;vertical-align:top;" onmouseover="movein(this,'Resources to build your site')" onmouseout="moveout(this)">
<div align="center"><font color="#CCCCCC" face="Arial, Helvetica, sans-serif"><a href="../html/emc_traction.htm">EMC
traction </a></font></div>
</td>
</tr>
<tr>
<td class="menu" id="choice8" style="background-color:#d4d4d4;border-color:#d4d4d4;cursor:hand;vertical-align:top;" onmouseover="movein(this,'Resources to build your site')" onmouseout="moveout(this)">
<div align="center"><font color="#CCCCCC" face="Arial, Helvetica, sans-serif"><a href="../html/contact_us.htm">Contact
Us </a></font></div>
</td>
</tr>
<tr>
<td class="menu" id="choice9" style="background-color:#d4d4d4;border-color:#d4d4d4;cursor:hand;vertical-align:top;" onmouseover="movein(this,'Resources to build your site')" onmouseout="moveout(this)">
<div align="center"><font color="#CCCCCC" face="Arial, Helvetica, sans-serif"><a href="../html/projects.htm">Projects</a></font></div>
</td>
</tr>
<tr>
<td class="menu" id="choice10" style="background-color:#d4d4d4;border-color:#d4d4d4;cursor:hand;vertical-align:top;" onmouseover="movein(this,'Resources to build your site')" onmouseout="moveout(this)">
<div align="center"><font color="#CCCCCC" face="Arial, Helvetica, sans-serif"><a href="../html/photo_gallery.htm">Photo
Gallery </a></font></div>
</td>
</tr>
<tr>
<td class="menu" id="choice11" style="background-color:#d4d4d4;border-color:#d4d4d4;cursor:hand;vertical-align:top;" onmouseover="movein(this,'Resources to build your site')" onmouseout="moveout(this)">
<div align="center"><font color="#CCCCCC" face="Arial, Helvetica, sans-serif"><a href="../html/site_map.htm">Site
Map </a></font></div>
</td>
</tr>
<tr>
<td align="center" style="vertical-align:top;"><hr /><p class="style6"><font face="Arial, Helvetica, sans-serif" color="#003399">Quality Policy<br />
<br />
The purpose of our business<br />
is to provide continuous electrical power to keep
people moving. <br />
</font><font face="Arial, Helvetica, sans-serif" color="#003399">We do this
by helping customers <br />
create
the most economical
power systems in the
transit industry through continuous improvement<br />
</font><font face="Arial, Helvetica, sans-serif" color="#003399"> in the quality of our products <br />
and processes. </font></p>
</td>
</tr>
<tr>
<td style="vertical-align:top;"><hr /><img src="../art/ul_9001.jpg" alt="UL 9001 Logo" width="177" height="90" />
</td>
</tr>
</table>
harumph
09-18-2007, 02:01 PM
The top of what? Is this menu being placed inside something else (another table)?
If not, you may need to put this in the body tag: topmargin="0" leftmargin="0"
impulse
09-19-2007, 07:24 AM
Yes, it is inside of another table.
looks like now
http://www.impulsenc.com/problem/html/salesRepres.htm
suppose to look like
http://www.impulsenc.com/html/salesRepres.htm