tobias s: tabellen platzieren

Beitrag lesen

<body>
<form name="form1" method="post" action="">
 <input type="image" src="picture\Drucken.ico" name="drucken" style="cursor:hand; ; "value="Drucken" onClick="window.print(); window.close();">
 <br><br>
  <label style="font-size:24px; position:absolute; left:0px;"><b><@mitname@></b></label>

<table width="960" cellpadding="2" cellspacing="0" id="apr" style="position:absolute; top:87px; left:0px; width: 100%; border-left:solid 1px gray;" name="apr" rules="all">
    <tr bgcolor="#DDDDDD" class="Stil4">
      <td width="29%" class="Header">Projektname</td>
      <td width="21%" class="Header">APR-NR.</td>
      <td width="26%" class="Header">Kurzbeschreibung</td>
   <td width="24%" class="Header">Info</td>
    </tr>
  <@aprall@>
  </table>
   <table width="960" cellpadding="2" cellspacing="0" id="apr" style="position:absolute; top:156px; left:0px; width: 100%; border-left:solid 1px gray;" name="apr" rules="all">
    <tr bgcolor="#DDDDDD" class="Stil4">
      <td width="29%" class="Header">Projektname</td>
      <td width="21%" class="Header">APR-NR.</td>
      <td width="26%" class="Header">Kurzbeschreibung</td>
   <td width="24%" class="Header">Info</td>
    </tr>
  <@aprall2@>
  </table>
</form>
</body>

hier der code der html file. über <@aprall@> und <@aprall2@> werden die daten über php in die tabelle gefüllt