Bestemt størrelse på celle
Når jeg skriver noget tekst i den celle der indeholder teksten "venstre" bliver cellen større og celle ved siden af mindre.Det samme gør sig gældende når jeg skrive noget tekst i cellen der indeholder "midt".
Koden ser således ud:
<HTML><HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<CENTER>
<TABLE style="BORDER-RIGHT: #534c46 1px solid; BORDER-TOP: #534c46 1px solid; BORDER-LEFT: #534c46 1px solid; BORDER-BOTTOM: #534c46 1px solid" cellSpacing=0 cellPadding=0 width=901 border=0>
<TR>
<TD vAlign=top colSpan=2 height="114">
<TABLE height=114 cellSpacing=0 cellPadding=0 border=0 width="900">
<TBODY>
<TR>
<TD vAlign=top align=left width="348" height=114 rowspan="3">
</TD>
<TD vAlign=top width="114" height=114 rowspan="3">
</TD>
<TD vAlign=top width="49%" height=31 bgcolor="#B0B0B0" colspan="2">
</TD>
</TR>
<TR>
<TD vAlign=top width="35%" height=53 bgcolor="#D8D8D8">
<p align="center">
</TD>
<TD vAlign=top width="14%" height=53 bgcolor="#D8D8D8">
</TD></TR>
<TR>
<TD vAlign=top width="49%" height=29 bgcolor="#B0B0B0" colspan="2">
</TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD vAlign="top" colSpan="2" background="spacer.gif" height="1">
</TD></TR>
<TR>
<TD bgcolor="#e6e6e6" vAlign="top" width="160" bgcolor="#D8D8D8">
venstre</TD>
<TD HEIGHT="525" vAlign="top" align="top" bgColor="#ffffff" width="735">
midt</TR></TABLE></CENTER></BODY></HTML>
Kan man låse en celle fast til en bestemt størrelse.?
