hspace virker ikke
Skulle hspace i en table ikke skabe luft mellem tabellen og omgivelser? Her har det ingen effekt?<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body>
<TABLE BORDER ALIGN=LEFT HSPACE=50 width="200" height="200">
<tr>
<td>t</td>
<td>t</td>
<td>t</td>
</tr>
<tr>
<td>t</td>
<td>t</td>
<td>t</td>
</tr>
<tr>
<td>t</td>
<td>t</td>
<td>t</td>
</tr>
</table>
</body>
</html>
