Is there any limitation with SPAN tag, JTIDY

Hi All
I am working with JTidy and DOM,
I want add another SPAN tag in the Span tag that exist.
Is there any limitation with SPAN tag
I have
.. 
   <TR>
   	<TD>
         <SPAN>
              <TABLE>
                    <TBODY>
             		<TR>
                	        <TD>
                   	    <FONT>
                      	 	<A ></A>
				    </FONT>
				   </TD>
				 </TR>
				...
			</TBODY>
             </TABLE>
          </SPAN>
	</TD>
   </TR>
I want add another SPAN tag like this:
 <TR>
   	<TD>
         <SPAN>
              <TABLE>
                    <TBODY>
             		<TR>
                	        <TD>
                           <FONT>
I want add -->    		 <SPAN>
                      	 	      <A></A>
					 </SPAN>
				    </FONT>
				   </TD>
				 </TR>
				...
			</TBODY>
             </TABLE>
          </SPAN>
	</TD>
   </TR>
 		
Any help
Thanks
Massoud
		

Received on Thursday, 4 January 2001 13:53:22 UTC