Comment dupliquer une ligne ?
Bonsoir
l'exemple : http://gspeed007.ifrance.com/
Je voudrais dupliqué des lignes supplémentaires mais quand je fait copier coller du code la nouvelle ligne est décalé et quand je supprime aussi il y a une ligne qui se décale la ligne que je veux copier est celle qui se trouve dans " Mémoire 1 Go DDR2 667 MHz" et voila comment je fait pour copier :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| <tr>
<td bgcolor="#8697C2" height="14"> </td>
<td colspan="22" bgcolor="#8697C2" height="14">
<font color="#FFFFFF">Mémoire 1 Go DDR2 667 MHz</font></td>
<td height="14"> </td>
<td colspan="9" bgcolor="#576A95" height="14">
<p align="center"></td>
<td height="14">
<img src="images/spacer.gif" width="1" height="14" alt=""></td>
</tr>
<tr>
<td colspan="33" height="4">
<img src="images/spacer.gif" width="1" height="1" alt=""></td>
<td height="4">
<img src="images/spacer.gif" width="1" height="4" alt=""></td>
</tr> |