![]() |
textarea (HTML) auf width=100% setzen
hi
ich hab ne tabelle, und möchte jetzt eine textarea praktisch auf width=100% setzen wie geht das?
Code:
[edit=sakura] [Titel] Mfg, sakura[/edit]
<table width="100%" border="1">
<tr> <td colspan="3"> <textarea name="beschreibung" rows="20" ></textarea> </td> </tr> </table> |
Re: [html] textarea auf width=100% setzen
Hallo,
am Besten geht das mit CSS:
Delphi-Quellcode:
<table width="100%" border="1">
<tr> <td colspan="3"> <textarea name="beschreibung" rows="20" style="width: 100%"></textarea> </td> </tr> </table> |
Re: [html] textarea auf width=100% setzen
:wall: :wall:
ok, thx!!! |
Alle Zeitangaben in WEZ +1. Es ist jetzt 07:45 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz