Table ud til window kant
Hej Jeg har et problem med at få min table til at gå helt ud til kanten !Hvis man kan se det her så bliver H"table" ikke rykket helt ud til windows kanten.
[ H ]
her er mit script:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<table width="100%" align="left" border="1" >
<tr>
<table width="100%" border="1">
<td><iframe name="main2" src="/2.php"></iframe>
</td>
</table>
<td>
<a href=/2.php target="main1">Hej</a></td>
<td>
Hej
</td>
<td>
<table width="50%" border"1">
<iframe name="main1">
</iframe>
</td>
</table>
</tr>
</table>
</body>
</html>
