problemer med tabeller og rowspan
Er der en der kan finde mit problem:Jo mere tekst jeg kommer i den brede kolonne, des mere luft bliver der mellem de små bokse ude til højre - boksen med vicevært skulle stå lige under adresse, men den hopper ned når jeg fylder meget tekst en den venstre kolonne:
<!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>Foreningen</title>
<style type="text/css">
<!--
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}
body {
margin-left: 0px;
margin-top: 5px;
}
a:link {
color: #006699;
}
a:visited {
color: #006699;
}
a:hover {
color: #CC0000;
}
a:active {
color: #006699;
}
-->
</style>
</head>
<body>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" bgcolor="#999999"></td>
<td valign="top"> </td>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><img src="topbanner.jpg" width="700" height="112" /></td>
</tr>
<tr>
<td valign="top"><img src="spacergif.gif" width="450" height="1" /></td>
<td valign="top"><img src="spacergif.gif" width="125" height="1" /></td>
</tr>
<tr>
<td colspan="2"valign="top"><img src="vandret_skiller.gif" width="700" height="10" vspace="1" /></td>
</tr>
<tr>
<td colspan="2"valign="top"><img src="menu.gif" width="700" height="22" vspace="1" border="0" usemap="#Map" /></td>
</tr>
<tr>
<td rowspan="6" valign="top"><table width="500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="text"><h1><strong>Foreningen</strong></h1>
<p>Bestyrelsen består af gdfg fdg dg fg hfhg d fgh fh fgh hdhfghh fhdgfh <br />
H fhdfhgdh jghk hjljklkjlgl.</p>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras convallis bibendum felis. Aliquam a sem. Integer metus lorem, egestas rutrum, commodo at, congue et, dolor. </p>
<h1>Generalforsamling</h1>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras convallis bibendum felis. Aliquam a sem. Integer metus lorem, egestas rutrum, commodo at, congue et, dolor.</p>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras convallis bibendum felis. Aliquam a sem. Integer metus lorem, egestas rutrum, commodo at, congue et, dolor.<br />
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras convallis bibendum felis. Aliquam a sem. Integer metus lorem, egestas rutrum, commodo at, congue et, dolor.<br />
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras convallis bibendum felis. Aliquam a sem. Integer metus lorem, egestas rutrum, commodo at, congue et, dolo</p>
<h1>Køb/Salg/Leje </h1>
<p>Retninglinier for ovenstående </p>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras convallis bibendum felis. Aliquam a sem. Integer metus lorem, egestas rutrum, commodo at, congue et, dolor.</p>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras convallis bibendum felis. Aliquam a sem. Integer metus lorem, egestas rutrum, commodo at, congue et, dolor.<br />
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras convallis bibendum felis. Aliquam a sem. Integer metus lorem, egestas rutrum, commodo at, congue et, dolor.<br />
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras convallis bibendum felis. Aliquam a sem. Integer metus lorem, egestas rutrum, commodo at, congue et, dolor.</p>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras convallis bibendum felis. Aliquam a sem. Integer metus lorem, egestas rutrum, commodo at, congue et, dolor.</p>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras convallis bibendum felis. Aliquam a sem. Integer metus lorem, egestas rutrum, commodo at, congue et, dolor.</p>
<p> </p></td>
</tr>
</table></td>
<td valign="top" bordercolor="#333333"><p><strong>Adresse</strong>:</p>
<p>blablabvasdfgfd<br />
fsfdsfsdfsdfdsfds<br />
SFSf.<br />
blablabvasdfgfd<br />
fsfdsfsdfsdfdsfds<br />
SFSf.</p></td>
</tr>
<tr>
<td valign="top"><p><strong>Vicevært</strong>:</p>
<p>Viggo hansen <br />
Tel.: 495960704
<br />
Telefontid: tors 9-16 </p></td>
</tr>
<tr>
<td valign="top"> </td>
</tr>
<tr>
<td valign="top"> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
<td valign="top"> </td>
<td valign="top" bgcolor="#999999"></td>
</tr>
<tr>
<td valign="top"> </td>
<td valign="top"> </td>
<td valign="top"> </td>
<td valign="top"> </td>
<td valign="top"> </td>
</tr>
</table>
<area shape="rect" coords="32,3,115,20" href="index.html" />
<area shape="rect" coords="128,4,217,19" href="forening.html" />
<area shape="rect" coords="239,1,328,25" href="bestyrelse.html" />
<area shape="rect" coords="473,1,554,29" href="kalender.html" />
<area shape="rect" coords="575,1,674,21" href="nyhedsbreve.html" />
</map></body>
</html>
