Hi,
hab nen problem möchte gerne ne Webseite in 3 Teile ohne frameset teilen ...
Dachte mir so könnte ich das lösen:
Hab auch so 3 teile links (grau) mitte (blau) rechts (grau) ... Nur wird die Tabelle nicht mit der Höhe von 100% angezeigt sondern nur so viel wie Text oder
drinne stehen.
Hab auch schon mit css getestet aber ohen erfolg kann jmd helfen ???
hab nen problem möchte gerne ne Webseite in 3 Teile ohne frameset teilen ...
Dachte mir so könnte ich das lösen:
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>Unbenanntes Dokument</title> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style></head> <body bgcolor="#CCCCCC"> <center> <table width="780" bgcolor="#009999" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> <td></td> <td></td> </tr> <tr> <td></td> <td></td> <td></td> </tr> <tr> <td></td> <td></td> <td></td> </tr> </table> </center> </body> </html>
drinne stehen.
Hab auch schon mit css getestet aber ohen erfolg kann jmd helfen ???
Kommentar