私は以下のようなhtmlコードを持っています:
<table class="table_inscription">
<tr>
<td colspan="2"><label class="social fb"><p class="nonetext">Facebook</p></label> <input class="text social" type="text" name="facebook" value="<?=$facebook;?>" /></td>
<td colspan="2"><label class="social socialright sk"><p class="nonetext">SoundClick</p></label> <input class="text social" type="text" name="soundclick" value="<?=$soundclick;?>" /></td>
</tr>
</table>
そして、私はそれを次のように変更したい:
<table class="table_inscription">
<tr>
<td colspan="2"><label class="social fb"><p class="nonetext">Facebook</p></label> <input class="text social" type="text" name="facebook" value="<?=$facebook;?>" /></td>
</tr>
<tr>
<td colspan="2"><label class="social socialright sk"><p class="nonetext">SoundClick</p></label> <input class="text social" type="text" name="soundclick" value="<?=$soundclick;?>" /></td>
</tr>
</table>
CSS JQUERYと他の方法を使用して、誰かが私を助けてください、ありがとう