Ximik_rus
Новичок
Код:
<html>
<head>
<style type="text/css">
a.cell {
display: block;
border: outset 2px #ccc;
text-decoration: none;
text-align: center;
font-weight: bold;
color: #000;
padding: 3px 0px 3px 0px;
}
</style>
</head>
<body>
<table width="100%">
<tr>
<td width="50%">
<a class="cell" href="/">Ссылка</a>
</td>
<td width="50%">
<a class="cell" href="/">Ссылка</a>
</td>
</tr>
</table>
</body>
</html>
Так и должно быть?