roc+%cs.cmu.edu a9b24741e2 Bug 364680. Intrinsic widths for columns. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@230345 18797224-902f-48f8-a5cc-f745e15eee43
2007-07-20 02:21:44 +00:00

18 lines
287 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
table { border-spacing:0 }
td { vertical-align: baseline; padding:0; }
</style>
</head>
<body>
<table border="0" width="100%">
<tr>
<td width="50%">Hello</td>
<td width="50%">Kitty</td>
</tr>
</table>
</body>
</html>