[bglug] allineare campi label & input senza usare table

enzo enzo.arlati@libero.it
Dom 19 Giu 2011 12:29:14 CEST



On 06/19/2011 11:48 AM, Giuseppe Capizzi wrote:
> Fuochino! :) Per le label nei form  c'è un tag apposito, <label> appunto.
>
> Suggerirei quindi:
>
> <html>
>   <head>
>     <style>
>       label, input { width: 200px; }
>     </style>
>   </head>
>
>   <body>
>     <form>
>       <p>
>         <label for="user_name">Utente</label>
>         <input name="user_name" size="20" maxlength="30" type="text">
>       </p>
>     
>       <p>
>         <label for="password">Password</label>
>         <input name="password" size="20" maxlength="30" type="password">
>       </p>
>       <p>
>         <label for="email">E-mail</label>
>         <input name="email" value="dummy@swimmingpool.org" size="20" maxlength="100" type="text">
>       </p>
>     </form>
>   </body>
> </html>
>

Mi piace , ora lo provo .
grazie.

... ed ovviamente grazie anche ad Emiliano :)


-- 
 
 _
(°)-   REPLY TO:          
//\    perl -e 'print qq^VVCWCQJUVD00YQVWKVBPG^^qq^3898m08970Yp584299l93^ ' 
V_/_   http : http://earlati.com 
       http://loose-bytes.blogspot.com/




Maggiori informazioni sulla lista bglug