Цитата:
Как писал enot
Самое простое...
<body>
<table align="right" width="50%" border="1" celspacing="6" celpadding="5">
<tr>
<td>19.10.02</td>
<td>Our web site launched but still there is long way to finish it </td>
</tr>
<tr>
<td>19.10.02</td>
<td>Our newsletters <br>is ready!</td>
</tr>
</table>
</body>
|
ЧЕЛОВЕК! ТЫ НЕ ПРАВ!
сделать нужно так!
<table align="right" border="1" celspacing="6" celpadding="5">
<tr>
<td width="50%" >19.10.02</td>
<td width="50%" >Our web site launched but still there is long way to finish it </td>
</tr>
<tr>
<td width="50%" >19.10.02</td>
<td width="50%" >Our newsletters <br>is ready!</td>
</tr>
</table>
Я думаю все поняли что это он хотел чтобы колнки были одинаковые?
Последний раз редактировалось AleXXXSoft; 20.10.2002 в 09:44.
|