ERLEDIGT
NEIN
NEIN
ANTWORTEN
1
1
ZUGRIFFE
651
651
EMPFEHLEN
-
Also endlich habe ich meine Tabellen fertig
Könnt ihr die Mitlerre Tabelle eine frame seite machen hab ich selber nicht geschaft würd mich sehr freuen wenn das einer von euch machen kann
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 53 54 55 56 57 58 59 60 61 62 63
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Title</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- .Stil3 { font-family: Earth; font-size: 10px; font-weight: bold; } .Stil5 { font-family: Earth; font-size: 10px; } --> </style> </head> <body> <table width="100%" height="873" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr bgcolor="#C5CCD1"> <td height="108" colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td> </tr> <tr> <td width="150" height="496" valign="top" bgcolor="#C5CCD1"><div align="center"> <pre> </pre> </div></td> <td width="802" rowspan="2" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="70" height="865"> </td> <td width="665" valign="top"><div align="center"></div> <div align="center"> <p> </p> <p align="left"> <?php include("news/include_this/news.php"); ?> </p> </div></td> <td width="70"> </td> </tr> <tr> <td height="447"> </td> <td> </td> <td> </td> </tr> </table></td> <td width="150" valign="top" bgcolor="#C5CCD1"><!--DWLayoutEmptyCell--> </td> </tr> <tr> <td height="816"> </td> <td> </td> </tr> <tr> <td height="1"><img src="file:///C|/spacer.gif" alt="" width="150" height="1"></td> <td></td> <td><img src="file:///C|/spacer.gif" alt="" width="150" height="1"></td> </tr> </table> </body> </html>
Das ist der Code
-
Prinzipiell kannst du es auch ohne echo() machen. Jetzt musst du nur noch die Tabellen etwas anpassen, damit der Content mittig ist...
SG,
Claus
PHP-Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.Stil3 {
font-family: Earth;
font-size: 10px;
font-weight: bold;
}
.Stil5 {
font-family: Earth;
font-size: 10px;
}
-->
</style>
</head>
<body>
<table width="100%" height="873" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr bgcolor="#C5CCD1">
<td height="108" colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td width="150" height="496" valign="top" bgcolor="#C5CCD1"><div align="center">
<pre> </pre>
</div></td>
<td width="802" rowspan="2" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="70" height="865"> </td>
<td width="665" valign="top" align="center">
<iframe src="<?php echo("http://www.Clausgrm.com"); ?>" width="100%" height="600" name="Beispiel">
</iframe></td>
<td width="70"> </td>
</tr>
<tr>
<td height="447"> </td>
<td> </td>
<td> </td>
</tr>
</table></td>
<td width="150" valign="top" bgcolor="#C5CCD1"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="816"> </td>
<td> </td>
</tr>
<tr>
<td height="1"><img src="file:///C|/spacer.gif" alt="" width="150" height="1"></td>
<td></td>
<td><img src="file:///C|/spacer.gif" alt="" width="150" height="1"></td>
</tr>
</table>
</body>
</html>
Ähnliche Themen
-
Leistung verbessern
Von 4udesigns im Forum Cinema 4DAntworten: 3Letzter Beitrag: 17.06.08, 18:53 -
Taschenrechner verbessern
Von Rubberduck301185 im Forum Visual Basic 6.0Antworten: 0Letzter Beitrag: 12.10.06, 11:43 -
[C++] Parser verbessern
Von kodak im Forum C/C++Antworten: 4Letzter Beitrag: 04.06.05, 13:31 -
Handysprachaufname am PC verbessern
Von Jack Lewis im Forum Audiotechnik, Recording & Audio-SoftwareAntworten: 5Letzter Beitrag: 22.03.05, 11:24 -
md5() verbessern
Von measel101 im Forum PHPAntworten: 18Letzter Beitrag: 05.10.03, 18:08





Login





