tutorials.de Buch-Aktion 05/2012
ERLEDIGT
NEIN
ANTWORTEN
1
ZUGRIFFE
651
EMPFEHLEN
  • An Twitter übertragen
  • An Facebook übertragen
DIESES THEMA IST
GESCHLOSSEN
  1. #1
    KoC KoC ist offline Mitglied
    Registriert seit
    Jan 2004
    Beiträge
    12
    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-->&nbsp;</td>
      </tr>
      <tr>
        <td width="150" height="496" valign="top" bgcolor="#C5CCD1"><div align="center">
          <pre>&nbsp;</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">&nbsp;</td>
              <td width="665" valign="top"><div align="center"></div>            <div align="center">
                  <p>&nbsp;</p>
                  <p align="left">
                    <?php include("news/include_this/news.php"); ?>
                  </p>
                </div></td>
            <td width="70">&nbsp;</td>
            </tr>
            <tr>
              <td height="447">&nbsp;</td>
              <td>&nbsp;</td>
              <td>&nbsp;</td>
            </tr>
                                </table></td>
        <td width="150" valign="top" bgcolor="#C5CCD1"><!--DWLayoutEmptyCell-->&nbsp;</td>
      </tr>
      <tr>
        <td height="816">&nbsp;</td>
        <td>&nbsp;</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
     

  2. #2
    Vaio82 Vaio82 ist offline Mitglied Brokat
    Registriert seit
    Aug 2003
    Beiträge
    268
    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

  1. Leistung verbessern
    Von 4udesigns im Forum Cinema 4D
    Antworten: 3
    Letzter Beitrag: 17.06.08, 18:53
  2. Taschenrechner verbessern
    Von Rubberduck301185 im Forum Visual Basic 6.0
    Antworten: 0
    Letzter Beitrag: 12.10.06, 11:43
  3. [C++] Parser verbessern
    Von kodak im Forum C/C++
    Antworten: 4
    Letzter Beitrag: 04.06.05, 13:31
  4. Handysprachaufname am PC verbessern
    Von Jack Lewis im Forum Audiotechnik, Recording & Audio-Software
    Antworten: 5
    Letzter Beitrag: 22.03.05, 11:24
  5. md5() verbessern
    Von measel101 im Forum PHP
    Antworten: 18
    Letzter Beitrag: 05.10.03, 18:08