Tabellenhöhe und <form>

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Tabellenhöhe und <form>

    ich hab diesen code (PHPCode mal nicht berachten):


    PHP-Code:
                          <?  $last = $row->k_id; } ?><tr>
                            <td width="25%" valign="top">
                            <font face="Verdana" size="2"><? echo $row->d_name ?></font></td>
                            <td width="41%" valign="top" style="margin-right: 20">
                          <font face="Verdana" size="2"><? echo $row->d_beschreibung ?></font></td>
                            <td width="11%" valign="top">
                            <font face="Verdana" size="2"><? echo $row->d_datum ?></font></td>
                            <td width="23%" valign="top">
                            <font face="Verdana"><form name="test">
                            <input type="text" name="select1" size="5" value="<? echo $row->d_url ?>"><a class="highlighttext" href="javascript:HighlightAll('test.select1')">C</a></form></td>
                          </tr><?  } mysql_free_result($res); }  ?>

    eigentlich ja n teil von ner normalen tabelle.... nur durch den form in der zelle wird die höhe der zelle fast verdoppelt was dann am ende popoauswurf aussieht....


    wie bring ich das ganze nun so hin das das nicht is...


    THX JOat
    the end comes faster than you think - you've already reached it!

  • #2
    http://www.php-resource.de/forum/sho...ghlight=inline
    INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


    Kommentar


    • #3
      vielen dank....


      JOat
      the end comes faster than you think - you've already reached it!

      Kommentar

      Lädt...
      X