Possible Duplicate:
Clone a <form></form> tag and wrap it around existing content?
This is the main HTML structure from Firebug. I didn't include any inside content or anything because there is to much. I asked a previous question similar but it didn't work. I am hoping I can get the following to work. I need to "unwrap" the FORM tag that you see but keep whatever content is inside it where it is. Then I need to take that same FORM tag and make it wrap around the table right underneath the < DIV ID="TOP_NAV">.
<div id="content">
<div id="top_nav">
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td id="nav_menu" class="bgcolor2 colors_background2 colors_background2_text" valign="top">
<td id="main_content" valign="top">
<script type="text/javascript">
<div id="content_area">
<script type="text/javascript">
<script src="/a/j/product_details.js" type="text/javascript">
<script src="/a/j/product_details.js" type="text/javascript">
<script type="text/javascript">
<form id="vCSS_mainform" onsubmit="javascript:return QtyEnabledAddToCart_SuppressFormIE();" action="/ProductDetails.asp?ProductCode=40124" name="MainForm" method="post">
<span class="PageText_L493n"></span>
<br>
</div>
</td>
</tr>
</tbody>
</table>
</div>