Sat Feb 25, 2012 2:17 pm
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Table with colored background</title>
<style rel="stylesheet" type="text/css">
table {
background-color: #CCEEBB;
width: 400px;
border: 2px dashed #CC3311;
font-family: arial, verdana, sans-serif;
}
table caption {
font-size: 0.8em;
}
</style>
</head>
<body>
<table>
<caption>Table with colored background </caption>
<tr>
<th>Column 1 header</th>
<th>Column 2 header</th>
</tr>
<tr>
<td>Row 1 data1</td>
<td>Row 1 data2</td>
</tr>
<tr>
<td>Row 2 data1</td>
<td>Row 2 data2</td>
</tr>
<tr>
<td>Row 3 data1</td>
<td>Row 3 data2</td>
</tr>
<tr>
<td>Row 4 data1</td>
<td>Row 4 data2</td>
</tr>
</table>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.