spans them. r=bernd, sr=roc, a=schrep git-svn-id: svn://10.0.0.236/trunk@240284 18797224-902f-48f8-a5cc-f745e15eee43
20 lines
252 B
HTML
20 lines
252 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
table { background: white }
|
|
col { background: green }
|
|
td { color: white }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table>
|
|
<col id="col" span="2">
|
|
<tr>
|
|
<td>One</td>
|
|
<td>Two</td>
|
|
<td>Three</td>
|
|
</tr>
|
|
</table>
|
|
</html>
|