Bir form kutusunun boyutunu ayarlamak nasıl?

0 Cevap php

Ben bu formu kullanıyorum ve dreamweaver gerektiği gibi onun görünen ama ben yine onun büyük web sitesinde kullanmak zaman. Site gibi dinamik içerik (php) bulunur ile yüklenir.

<form action="index.php" method="get">
        <input type="hidden" name="content" value="home" />
        <label>Go to
          <input style height="20" width="40" type="numeric" name="page" />
        </label>
        <input type="submit" value="Go" />
      </form>

Ben herhangi bir yardım için teşekkür ederiz!

0 Cevap