komische verschiebung der tabellen

Status
Nicht offen für weitere Antworten.

untread

Erfahrenes Mitglied
hallo,
hab ein problem, http://mitglied.lycos.de/riegaz/index01.php
eigentlich sollen diese datein in der selben tabelle sein (was sie auch vielleicht sind) aber nicht untereinander...

ich post mal in index code

PHP:
<body bgcolor="575656">
<!---------------------------------------anfang BANNER --------------------------------------------------->
<div align="center">
<img src="banneroben.jpg" width="700" height="30" ><br>
<img src="banner.jpg" width="600" heigth="200" ><br>
<img src="bannerunten.jpg" width="700" height="30">
<!---------------------------------------ende BANNER --------------------------------------------------->



<table align="center"  border="0" cellspacing="0" cellpadding="0" colspan="0" width=1000" height="500">
	<tr>
		<td>
			<table style="border: 0px black solid" cellspacing="0" cellpadding="0" colspan="0" width="150" height="500">
				<tr>
					<td><?php include("menu1.php");?></td>
				</tr>
			</table>
		</td>
		
		<td>
			<table style="border: 0px black solid" cellspacing="0" cellpadding="0" colspan="0" width="700" height="500">
				<tr>
					<td><?php include("main.php");?></td>
				</tr>
			</table>
		</td>
		
		<td>
			<table style="border: 0px black solid" cellspacing="0" cellpadding="0" colspan="0" width="150" height="500">
				<tr>
					<td><?php include("menu2.php");?></td>
				</tr>
			</table>
		</td>
	</tr>
</table>

am besten ihr nennt ein paar mögliche fehler...oder sonst post ich auch noch einen teil von den 3 includ dateien....
 
überprüf doch mal ob du in einer der includedatein nen tabellen tag nich geschlossen hasst oder irgendwo einen zuviel hasst...

MfG
SteKo
 
Status
Nicht offen für weitere Antworten.
Zurück