Clanintern Clanintern Clanintern

Forum

Öffentliche Foren
FORUM: Spiele & Computer THEMA: [HTML] Kleines Tabellenproblem
AUTOR BEITRAG
K.u.$.

RANG Ultimate 0wn3r

#1 - 04.10 16:25

Hallo, ich hab eine kleine Frage

ich hab da ne seite gebastelt, aber ich hab da ein kleines tabellenproblem

das ganze sieht so aus
img262.imageshack.us/my.php?image=seitebz9.jpg

die menüleisten links und rechts sollen etwa 50pixel vor dem mittlere iframe aufhören
irgendwie krieg das nicht gebacken, hier mal der quelltext

code:
<!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>Gemeinde Gottes Aschaffenburg</title>
<style type="text/css">
<!--
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #3399FF;
}
a:active {
text-decoration: none;
color: #3399FF;
}
-->
</style></head>

<body>
<table width="900" border="0" align="center" cellspacing="0" bgcolor="#FFFFFF" cellpaddign="0">
<tr>
<th bgcolor="60ACE4" scope="col"><img src="banner.jpg" width="900" height="130" /></th>
</tr>

<tr>
</table>
<table width="900" height="400"border="0" align="center" cellspacing="0" cellpadding="0">
<tr>
<th width="180" height="400" background="verlauf.jpg" bgcolor="#999999" scope="row"><div align="center">
<table width="165" border="0">
<tr>
<th width="159" bgcolor="#FFFFFF" scope="row"><a href="1.htm" target="Fensterlein">Home</a></th>
</tr>

<tr>
<th bgcolor="#FFFFFF" scope="row"><a href="1.htm">Gemeinden</a></th>
</tr>
<tr>
<th bgcolor="#FFFFFF" scope="row"><a href="1.htm">Aktuelles</a></th>
</tr>
<tr>
<th bgcolor="#FFFFFF" scope="row"><a href="1.htm">Informationen</a></th>

</tr>
<tr>
<th bgcolor="#FFFFFF" scope="row"><a href="1.htm">Links</a></th>
</tr>
<tr>
<th bgcolor="#FFFFFF" scope="row"><a href="1.htm">Bilder</a></th>
</tr>
<tr>

<th bgcolor="#FFFFFF" scope="row"><a href="1.htm">Über Uns </a></th>
</tr>
<tr>
<th bgcolor="#FFFFFF" scope="row"><a href="1.htm">Jugend-Gruppe</a></th>
</tr>
<tr>
<th bgcolor="#FFFFFF" scope="row"><a href="1.htm">Kontakt</a></th>

</tr>
<tr>
<th bgcolor="#FFFFFF" scope="row"><a href="1.htm">Wegbeschreibung</a></th>
</tr>
<tr>
<th bgcolor="#FFFFFF" scope="row"><a href="1.htm">Veranstaltungen</a></th>
</tr>
<tr>

<th bgcolor="#FFFFFF" scope="row"> </th>
</tr>
<tr>
<th bgcolor="#FFFFFF" scope="row"> </th>
</tr>
</table>
</div>
<p align="center"> </p>
<p> </p>

<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>

<p> </p></th>
<td width="555"><iframe src="test.html" name="Fensterlein" width="568
" height="400" frameborder="0"
marginheight="0" marginwidth="0" align="top">
<p>Ihr Browser kann leider keine eingebetteten Frames anzeigen</p>
</iframe>

<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>

<p> </p>
<p> </p>
<p> </p>
<p> </p></td>
<td width="165" background="verlauf.jpg" bgcolor="#999999"> 
<iframe src="bibelvers.html" name="Fensterlein2" width="163
" height="400" frameborder="0"
marginheight="0" marginwidth="0" align="top">
<p align="center">Ihr Browser kann leider keine eingebetteten Frames anzeigen</p>
</iframe>
<p> </p>
<p> </p>
<p> </p>

<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p></td>
</tr>
</table>
<p> </p>
</body>

</html>



desweiteren habe ich noch das problem, dass die seite im internet explorer ein wenig ander aussieht als ich firefox

img235.imageshack.us/my.php?image=seite2zq7.jpg
der banner ist nicht bündig mit dem menü und der banner hat noch son blauen rahmen ?(
fishbone

RANG Deckschrubber

#2 - 04.10 17:15

Tabellenlayout = böse!
K.u.$.

RANG Ultimate 0wn3r

#3 - 04.10 17:20

ja das brauchst du mir nicht zu sagen ^^ ich habs da nich so drauf ^^