| Current Path : /var/www/cesa.co.za/fpdf/unittest/ |
| Current File : /var/www/cesa.co.za/fpdf/unittest/test.table.column.width.1.html |
<html>
<head>
<style type="text/css">
body {
font-size: 10pt;
line-height: 1;
padding: 0;
margin: 0;
}
td#large {
font-size: 30pt;
line-height: 1;
width: 10pt;
vertical-align: top;
background: cyan;
}
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0">
<tr>
<td id="large">
LARGE
LARGE
LARGE
LARGE
LARGE
LARGE
LARGE
</td>
</tr>
</table>
</body>
</html>