komisch, tabellen formatieriung

Status
Nicht offen für weitere Antworten.

untread

Erfahrenes Mitglied
hi,

habe ein problem mit tabellen, die wollen sich irgenwie nicht horizontal "top" anordnern lassen ...

PHP:
<table width="490" height="100%" align="center" style="border:1px black solid" colspan="0" cellspacing="0" cellpadding="0" bgcolor="f3f3f3">	
				<tr>	
					<td valign="top">
						<table width="490" height="100%" align="center" style="border:px black solid" colspan="0" cellspacing="0" cellpadding="0" bgcolor="ffffff">
							<tr>
								<td valign="top">
									<table width="490" height="175" align="center" style="border:1px black solid" colspan="0" cellspacing="0" cellpadding="0" bgcolor="f3f3f3">
										<tr>
											<td>	</td>
										</tr>
									</table>	
								</td>
							</tr>
							<tr >
								<td valign="top">
									<table width="490" height="30" align="center" style="border:px black solid" colspan="0" cellspacing="0" cellpadding="0" bgcolor="ffffff">
										<tr>
											<td>	</td>
										</tr>
									</table>	
								</td>
							</tr>
							<tr >
								<td valign="top">
									<table width="490" height="200" align="center" style="border:1px black solid" colspan="0" cellspacing="0" cellpadding="0" bgcolor="f3f3f3">
										<tr>
											<td>	</td>
										</tr>
									</table>	
								</td>
							</tr>				
						</table>	
					</td>
				</tr>
			</table>

hoffe ihr könnt mir helfen..
 
pack mal testweise auch in den <table> tag noch valign="top" rein. Eventuell gehts dann. Oder mach mal die border auf 1 dann siehst du auch was bei soner verschatelten Sache passiert.
 
wenn man diese tabellen im explorer anschaut sind nicht alle tabellen valign="top" angeordnet...obwohl sies sein sollten...
 
naja das es geht wenn ich die "einheiten" auf das gleiche bringe, ist mir bekannt, also gehts das dann gar nicht..
 
Status
Nicht offen für weitere Antworten.
Zurück