i need help w adding a link

cola

New Member
i'm sure this is a really basic problem but i'm stuck. i'm making changes to an existing site. there is a drop down with links and i need to add one link.
i add the link but now the drop down turns into 2 columns rather than one.
all the links are on the left side except for the bottom link which is on the right. i'v tried several things but everything makes it go bonkers. can anyone give me a clue as to where the problem is? what am i missing? thanks.
 

cola

New Member
is this enough code to show u??? thanks.

<body onload="MM_preloadImages('images/buttons/about_on.gif','images/buttons/safety_on.gif','images/buttons/solutions_on.gif','images/buttons/products_on.gif','images/buttons/services_on.gif','images/buttons/contact_on.gif','images/buttons/products_overview_on.gif','images/buttons/products_scaf_on.gif','images/buttons/products_shor_on.gif','images/buttons/products_ss_on.gif','images/buttons/products_sf_on.gif');P7_Snap('Image19','apDiv1',0,21,'Image22','products',-1,21);P7_Snap('Image19','apDiv1',0,21,'Image22','products',-1,21)">
<div id="apDiv1"><img src="images/spcr.gif" width="633" height="177" onmouseover="P7_autoShowHide(0)" /></div>
<div id="products">
<table width="97" border="0" cellpadding="0" cellspacing="0" class="background_popup">
<tr>
<td rowspan="10"><img src="images/spcr.gif" alt="" width="1" height="1" /></td>
<td><img src="images/spcr.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td><a href="prod.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image231','','images/buttons/products_overview_on.gif',1)"><img src="images/buttons/products_overview_off.gif" alt="Products Overview" name="Image231" width="97" height="33" border="0" id="Image231" /></a></td>
</tr>
<tr>
<td><img src="images/spcr.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td><a href="products/scaf.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image232','','images/buttons/products_scaf_on.gif',1)"><img src="images/buttons/products_scaf_off.gif" alt="Scaffold" name="Image232" width="97" height="21" border="0" id="Image232" /></a></td>
</tr>
<tr>
<td><img src="images/spcr.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td><a href="products/shor.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image235','','images/buttons/products_shor_on.gif',1)"><img src="images/buttons/products_shor_off.gif" alt="Shoring" name="Image235" width="97" height="21" border="0" id="Image235" /></a></td>
</tr>
<tr>
<td><img src="images/spcr.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td><a href="products/swin.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image237','','images/buttons/products_ss_on.gif',1)"><img src="images/buttons/products_ss_off.gif" alt="Swing Stage" name="Image237" width="97" height="33" border="0" id="Image237" /></a></td>
</tr>
<tr>
<td><img src="images/spcr.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td><a href="products/safe.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image239','','images/buttons/products_sf_on.gif',1)"><img src="images/buttons/products_sf_off.gif" alt="Safety Fence" name="Image239" width="97" height="33" border="0" id="Image239" /></a></td>
</tr>
<tr>
<td colspan="3"><img src="images/spcr.gif" alt="" width="1" height="1" /></td>
</tr>
</table>
</div>
 

cola

New Member
oh crap. you'r right. i didnt build it, i'm just having to deal w the changes. that's why it didnt dawn on me. thanks so much for pointing that out.
 

cola

New Member
because i had the td incorrect. all i had to do was adjust the td rowspan to 1 and they all stayed in order like good little soldiers.
 
Top