Code Search for Developers
 
 
  

table.html from Group-Office groupware at Krugle


Show table.html syntax highlighted

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
<style>

table {
  margin-top: 2em;
}

thead {
  background-color: #eeeeee;
}

tbody {
  background-color: #ffffee;
}

th,td {
  padding: 3pt;
}

table.separate {
  border-collapse: separate;
  border-spacing: 5pt;
  border: 3pt solid #33d;
}

table.separate td {
  border: 2pt solid #33d;
}

table.collapse {
  border-collapse: collapse;
  border: 1pt solid black;  
}

table.collapse td {
  border: 1pt solid black;
}
</style>

</head>

<body>

<table class="separate"> 
<thead>
  <tr>
    <th>head 1</th>
    <th>head 2</th>
    <th>head 3</th>
    <th>head 4</th>
  </tr>
</thead>
  <tr>
    <td rowspan="2">cell 1</td>
    <td>cell 2</td>
    <td colspan="2">cell 3</td>
  </tr>
  <tr>
    <td style="border: 4px double black" colspan="2">cell 4</td>
    <td rowspan="2">cell 5</td>
  </tr>
  <tr>
    <td colspan="3">cell 6</td>
  </tr>
  <tr>
    <td colspan="4">cell 7</td>
  </tr>
</table>

<table class="collapse"> 
<thead>
  <tr>
    <th>head 1</th>
    <th>head 2</th>
    <th>head 3</th>
    <th>head 4</th>
  </tr>
</thead>
  <tbody>
  <tr>
    <td>cell 1</td>
    <td>cell 2</td>
    <td>cell 3</td>
    <td>cell 4</td>
  </tr>
  <tr>
    <td colspan="2">cell 5</td>
    <td>cell 6</td>
    <td>cell 7</td>
  </tr>
  <tr>
    <td>cell 8</td>
    <td>cell 9</td>
    <td colspan="2">cell 10</td>
  </tr>
  </tbody>
  <tr>
    <td colspan="4">cell 11</td>
  </tr>
</table>


</body> </html>




See more files for this project here

Group-Office groupware

Group-Office is a powerfull modular Internet/Intranet application framework. It features calendaring, project management, e-mail, tasks, addressbook, file management.

Project homepage: http://sourceforge.net/projects/group-office
Programming language(s): JavaScript,Pascal,PHP
License: other

  anchor.html
  anchor_link.html
  background_image.html
  baseline.html
  border_test.html
  common.css
  demo_01.html
  dompdf_simple.png
  entities.html
  gif_test.html
  html_attributes.html
  image.html
  latin1.html
  long_table.php
  margin.html
  pages.html
  php_test.php
  print_static.css
  simple_ul.html
  special.html
  symbols.html
  table.html
  table_01.html
  table_image.html
  ul.html
  unicode.html