Code Search for Developers
 
 
  

border_test.html from Group-Office groupware at Krugle


Show border_test.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 {
  border-spacing: 5px;
  margin: 5em auto 5em auto;
}
td {
  border-width: 5px;
  padding: 1em;
}

td.dotted { border-style: dotted; color: maroon;}
td.dashed { border-style: dashed; color: orange; }
td.solid  { border-style: solid; color: yellow; }
td.double { border-style: double; color: olive; }
td.groove { border-style: groove; color: green; }
td.ridge  { border-style: ridge; color: lime; }
td.inset  { border-style: inset; color: teal; }
td.outset { border-style: outset; color: blue; }
</style>
</head>

<body>
<table>
  <tr>
    <td class="dotted">dotted</td>
    <td class="dashed">dashed</td>
    <td class="solid">solid</td>
    <td class="double">double</td>
  </tr>
  <tr>
    <td class="groove">groove</td>
    <td class="ridge">ridge</td>
    <td class="inset">inset</td>
    <td class="outset">outset</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