mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
287 B
HTML
18 lines
287 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
table{ width: 500px; }
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table class="grid" cellspacing="50" cellpadding="0" border>
|
|
<col width="10%"/>
|
|
<col width="1" span="2"/>
|
|
<tbody>
|
|
<tr><th class="top" colspan="3"> Some Text</th></tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|