Tabellen an Seitengrößen anpassen

Hallo,
Was muss ich als "height" bei "<TD COLSPAN=7 WIDTH=98% height=400 VALIGN=TOP>" angeben sodas sich die Seite automatisch an die Festergröße anpasst und zwar unabhängig von der größe von dem inhalt von main.php (<? include 'main.php'; ?>) ?

Danke für Eure Antworten



Code:
<TABLE WIDTH=98%  BORDER=0 CELLPADDING=4 CELLSPACING=0 STYLE="page-break-before: always">
					
					<THEAD>
						<TR>
							<TH COLSPAN=7 WIDTH=635 HEIGHT=91 VALIGN=TOP STYLE="background: url(back1.jpg) repeat scroll">
								<P ALIGN=CENTER><BR><img src="123_html_58e1036e.png"><BR>
								</P>
							</TH>
						</TR>
					</THEAD>
					<TBODY>
						<TR VALIGN=TOP>
							<TD WIDTH=14% STYLE="background: url(desing_rrect7.png) repeat scroll">
								<P ALIGN=CENTER><a href='index.php?site=home'>Home</a></P>
							</TD>
							<TD WIDTH=14% STYLE="background: url(desing_rrect7.png) repeat scroll">
								<P ALIGN=CENTER><a href='index.php?site=partner'>Partner</a></P>
							</TD>
							<TD WIDTH=14% STYLE="background: url(desing_rrect7.png) repeat scroll">
								<P ALIGN=CENTER><a href='index.php?site=referenzen'>Referenzen</a></P>
							</TD>
							<TD WIDTH=14% STYLE="background: url(desing_rrect7.png) repeat scroll">
								<P ALIGN=CENTER><a href='index.php?site=kontakt'>Kontakt</a></P>
							</TD>
							<TD WIDTH=14% STYLE="background: url(desing_rrect7.png) repeat scroll">
								<P ALIGN=CENTER><a href='index.php?site=scripte'>Scripte</a></P>
							</TD>
							<TD WIDTH=14% STYLE="background: url(desing_rrect7.png) repeat scroll">
								<P ALIGN=CENTER><a href='index.php?site=dienstleistungen'>Dienstleistungen</a></P>
							</TD>
							<TD WIDTH=14% STYLE="background: url(desing_rrect7.png) repeat scroll">
								<P ALIGN=CENTER><a href='index.php?site=impressum'>Impressum</a></P>
							</TD>
						</TR>
						<TR>

[B][U]<TD COLSPAN=7 WIDTH=98% height=400 VALIGN=TOP>[/U][/B]



							
							<div style='width:98%; height:100%; overflow:auto; border:0px solid #840; margin:1em;' align=left><? include 'main.php'; ?></div> 
															</TD>
						</TR>
	
						<TR>
							<TD COLSPAN=7 WIDTH=635 VALIGN=TOP STYLE="background: url(back2.png) repeat scroll">
								<P ALIGN=CENTER><FONT SIZE=1 STYLE="font-size: 8pt">©
							</FONT></P>
							</TD>
						</TR>
					</TBODY>
				</TABLE>
 
Zurück
Oben