die seite sieht doch gut aus was willste daran noch ändern???
problem bei tabellenformatierung
-
-
nich viel.. bloß wenn ich da das hier einfüge: <table border=0 cellpadding=0 cellspacing=0% height=500>
<tr><td width=30 height=25 background="navil.gif"></td><td width=120 height=25 background="navir.gif">Hallo</td></p>
</tr><tr><td>
macht der total die komischen sachen -
der quelltext:
Code
Alles anzeigen<table width="95%" border="1" cellspacing="2" cellpadding="0" align="center" height="94%"> <tr height="100"> <td valign="top" height="100">Kopfzeile</td> </tr> <tr> <td valign="top"> <table width="100%" border="1" cellspacing="2" cellpadding="0" height="100%"> <tr><td><table border=0 cellpadding=0 cellspacing=0% height=500> <tr> <td width=30 height=25 background="navil.gif"></td><td width=120 height=25 background="navir.gif">Hallo</td></p> </tr><tr><td></td> <td border="1">mitte</td> <td valign="top" width="150"> <table width="100%" border="1" cellspacing="2" cellpadding="0" height="100%"> <tr> <td width="150">1</td> </tr> </table> </td> </tr> </table> </td> </tr> </table>
mit dem bild:
[Blockierte Grafik: http://home.arcor.de/absp/schnellllla.bmp]
wodran liegt das?? -
1. Ist die Seite überhaupt von dir geschrieben? Weil so was simples solltest du dann doch selber lösen können....
2. Es liegt an deiner nichtgeschlossenen Tabelle....
3. Hier dir Korrektur...Code
Alles anzeigen<table width="95%" border="1" cellspacing="2" cellpadding="0" align="center" height="94%"> <tr height="100"> <td valign="top" height="100">Kopfzeile</td> </tr> <tr> <td valign="top"> <table width="100%" border="1" cellspacing="2" cellpadding="0" height="100%"> <tr> <td width=150> <table border=0 cellpadding=0 cellspacing=0% height=500> <tr> <td width=30 height=25 background="navil.gif"></td><td width=120 height=25 background="navir.gif">Hallo</td> </tr> </table> </td> <td>mitte</td> <td valign="top" width="150"> <table width="100%" border="1" cellspacing="2" cellpadding="0" height="100%"> <tr> <td width="150">1</td> </tr> </table> </td> </tr> </table> </td> </tr> </table>
-
hallo noch ne frage
ich wollte das so machen, also für freunde, das ich 1 iframe hab als navigation, der links is
dann sollen in der mitte 4 kleine iframes sein, so als news, versteht ihr was ich meine?? wie bekomm ich das hin?? -