Показать сообщение отдельно

  #11  
Старый 10.04.2010, 18:23
DiHWO
Участник форума
Регистрация: 23.10.2009
Сообщений: 103
С нами: 8710432

Репутация: 7
По умолчанию

Код:
<head>
<style>
#lol{
border-width: 1px;
border-style: solid;
border-color: black;
}
#lolik{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: black;
}
</style>
</head>

<body>
<table id="lol" cellspacing="0">
<tr>
<td height="30" width="390">
<table id="lolik" cellspacing="0">
<tr>
<td height="30" width="130"><center>Текс</center></td>
<td height="30" width="130"><center>Текс</center></td>
<td height="30" width="130"><center>Текс</center></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="300" valign="top">Текс</td>
</tr>
</table>
</body>
ыыыы

Последний раз редактировалось DiHWO; 10.04.2010 в 18:28..
 
Ответить с цитированием