source: trunk/filemanager/tp/dompdf/www/test/table_height.html @ 2000

Revision 2000, 329 bytes checked in by amuller, 14 years ago (diff)

Ticket #597 - Implementação do módulo gerenciador de arquivos

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4<head>
5</head>
6<body>
7<table style="height: 50%; border: 0.5pt solid black;">
8<tbody>
9<tr>
10<td>Some text</td>
11</tr>
12</tbody>
13</table>
14</body>
15</html>
Note: See TracBrowser for help on using the repository browser.