You are not logged in.
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
<HTML> <HEAD> <TITLE>........</TITLE> </HEAD> <BODY BGCOLOR="#999999" TEXT="#000000" vlink="#666666" alink="#666666" STYLE="margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px" marginwidth=0 marginheight=0> <table cellpadding="0" cellspacing="0" border="0" width="100%" valign="top" align="center"> <tr><td> <!-- Linke leere Spalte --> </td><td valign="top" width="757"> <!-- Mittlere Spalte --> <table align="center" cellpadding="0" cellspacing="0" border="0" width="757" valign="top"> <tr><td height="158" background="........."> <?php include ("........"); ?> </td></tr> <tr><td> <!-- Inhalt START --> <?php include ("......"); ?> <!-- Inhalt ENDE --> </td></tr> <tr><td height="10"> <!-- Leere Spalte über Copyright --> </td></tr> <tr><td height="20"> <?php include ("......."); ?> </td></tr> <tr><td height="10"> <!-- Leere Spalte unter Copyright --> </td></tr> </table> <!-- Mittlere Spalte ENDE --> </td><td><!-- Rechte leere Spalte --> </td></tr> </Table> </BODY> </HTML> |
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center" valign="middle"><table width="150" border="1" bgcolor="#FF6600"> <tr> <td>TEST</td> </tr> </table></td> </tr> </table> </body> </html> |
major23hh
God
Quoted
ja, mit css sind es gewissermaßen layer, die man auf bestimmte weise positioniert. das spart enorm markup und ist extrem flexibel, zumal man per knopfdruck ohne reload durch switchen des stylesheets die anordnung komplett ändern kann.
arbeite seit tagen daran, dass tiefgehend in modding-tech.de umzusetzen und bin sehr zufrieden damit. wer interesse hat, dem kann ich ja beizeiten mal ein paar schmankerl demonstrieren.
![]() |
Source code |
1 |
<link href="dateiname.css" rel="stylesheet" type="text/css"> |
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "[url]http://www.w3.org/TR/html4/loose.dtd">[/url] <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> .box1 { width:100px; margin:0 auto; text-align:center; border:1px solid #FF0000; background-color:#FFCC00; } </style> </head> <body> <p class="box1">Blablabla ;-)</p> </body> </html> |
crushcoder
God
Gott hat die Welt ja nur in sieben Tagen erschaffen können, weil es keine installierte Basis gab.
-