I have the following html code and would like to have some help formatting it.
i need it to be in this format
Paul Jean
Mat Frank
Instead of Paul Jean Mat Frank.
I needs to be done without using the <tr> tag again.
<tr id="_1_1_37" style="display:none">
<TD CLASS="label" NOWRAP VALIGN="MIDDLE">Paul </TD>
<td width="10" align="right"><input CLASS="valueEditable"type="text" name="_1_1_37_1" ID="_1_1_37_1" value="[LL_FormTag_1_1_37_1 /]"></td>
<TD CLASS="label" NOWRAP VALIGN="Right"></TD>
<TD CLASS="label" NOWRAP VALIGN="MIDDLE">Jean</TD>
<td width="10" align="right"><input CLASS="valueEditable"type="text" name="_1_1_65_1" ID="_1_1_65_1" value="[LL_FormTag_1_1_65_1 /]"> <br /></td>
<TD CLASS="label" NOWRAP VALIGN="Right"></TD>
<TD CLASS="label" NOWRAP VALIGN="MIDDLE">Mat </TD>
<td width="10" align="right"><input CLASS="valueEditable"type="text" name="_1_1_64_1" ID="_1_1_64_1" value="[LL_FormTag_1_1_64_1 /]"></td>
<TD CLASS="label" NOWRAP VALIGN="Right"></TD>
<TD CLASS="label" NOWRAP VALIGN="MIDDLE">Frank </TD>
<td width="10" align="right"><input CLASS="valueEditable"type="text" name="_1_1_63_1" ID="_1_1_63_1" value="[LL_FormTag_1_1_63_1 /]"></td>
<TD CLASS="label" NOWRAP VALIGN="Right"></TD>
</tr>


Reply With Quote
Bookmarks