Sat Feb 25, 2012 10:28 pm
<html>
<head>
<title>Table with marked cell</title>
<style type="text/css">
table.collapse {
border-collapse: collapse;
background-color:#657655;
}
td.bordedCell
{
border: 2px solid #CC3311;
}
</style>
</head>
<body>
<table class="collapse">
<caption>Table with marked cell </caption>
<tr>
<td>Row 1 data1</td>
<td> Row 1 data2</td>
</tr>
<tr>
<td class="bordedCell">Row 2 data1</td>
<td>Row 2 data2</td>
</tr>
<tr>
<td>Row 3 data1</td>
<td>Row 3 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.