Sun Feb 26, 2012 8:26 pm
<html>
<head>
<title>Table rowspan usage</title>
<style type="text/css">
table {
border-collapse: separate;
border:1px solid red;
}
table td
{
border: 1px solid #EEFF11;
}
</style>
</head>
<body>
<table>
<caption>Table with rowspan attribute</caption>
<tr>
<td rowspan="3" > Spaned row</td>
<td rowspan="3" > Spaned row</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>
</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.