Просмотр поста

.
Koenig
(\/)____o_O____(\/)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">                                          
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Lang" content="ru" />
<title>Test</title>
<link rel="stylesheet" href="css/css.css" type="text/css" />
</head>
<body>

<style type="text/css">
body {
font-weight: normal;
font-size: medium;
font-family: sans-serif;
background-color: black;   
max-width : 1000px; 
margin : auto;     
background-attachment : fixed; 
text-align : center; 
}
tr {
width : 900px;    
height : 150px;
}    
td {
width : 300px;    
height : 150px;
}    
table {
border-collapse: collapse; 
border: 0px;
background-color : black;    
text-align : center;    
color: black;    
width : 900px;    
margin: auto;    
}
.gr {
background-color : white;        
}
</style>

<table>
   <tr>
      <td class="gr">
         <div>1 ячейка</div>
      </td>
      <td class="gr">
         <div>2 ячейка</div>
      </td>
      <td class="gr">
         <div>3 ячейка</div>
      </td>
   </tr>
   <tr>
      <td class="gr">
         <div>4 ячейка</div>
      </td>
      <td>
         &nbsp;
      </td>
      <td class="gr">
         <div>5 ячейка</div>
      </td>
   </tr>
   <tr>
      <td>
         &nbsp;
      </td>
      <td class="gr">
         <div>6 ячейка</div>
      </td>
      <td>
         &nbsp;
      </td>
   </tr>
</table>
</body>
</html>