Sun Feb 26, 2012 8:44 pm
<html>
<head>
<title>Table colspan 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 colspan attribute</caption>
<tr>
<td colspan="2" > Spaned column</td>
<td colspan="3" > Spaned column</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.