Kod: Zaznacz cały
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>SSKL</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
<link rel="stylesheet" href="styl.css" type="text/css" />
</head>
<body bgcolor="#f3f3f3">
<table class="tabela_glowna">
<tr>
<th class="komorka_top" colspan="2"></th>
</tr>
<tr>
<td class="komorka_hr" colspan="2"></td>
</tr>
<tr>
<td class="komorka_menu"></td>
<td class="komorka_news"></td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
</table>
</body>
</html>Kod: Zaznacz cały
.tabela_glowna { margin-left: auto; margin-right: auto; width: 800px; height: 1200px; padding: 0px; cellspacing: 0px; border-width: 1px; border-style: dotted; border-collapse: collapse;}
.komorka_top {width: 800px; height: 150px; background-image: url(logo.jpg);}
.komorka_menu {width: 150px; height: 1000px; background-image: url(grad_menu.jpg); cellpadding: 0px; cellspacing: 0px; border-width: 1px; border-style: dotted; border-collapse: collapse;}
.komorka_news {width: 650px; height: 1000px; cellpadding: 0px; cellspacing: 0px; background-image: url(bgnews.jpg); border-width: 1px; border-style: dotted; border-collapse: collapse;}
.komorka_hr {width: 800px; height: 20px; cellpadding: 0px; cellspacing: 0px; background-image: url(hr.jpg); border-width: 1px; border-width: 1px; border-style: dotted; border-collapse: collapse;}border-collapse: collapse
