Visualizzazione dei risultati da 1 a 5 su 5
  1. #1

    associare una classe predefinita ad un campo

    E possiblie associare una class ad un campo testo e se si come ?

    <style>
    .txtblu { color:#000033; text-decoration:none; font-family: Verdana; font-size: 10px; 10px; }
    </style>

    <tr>
    <td class="txtblu">
    <form name="login" method="post" action="" style="margin:0">
    UserName
    <input type="text" name="username" size="16" class="input" style="font-size: 8 pt; font-family: Verdana; color: #000033; border: 1px solid #BDD2EA" maxlength="30">
    Password
    <input type="text" name="password" size="16" class="input" style="font-size: 8 pt; font-family: Verdana; color: #000033; border: 1px solid #BDD2EA" maxlength="30">
    <input type="submit" name="login" value="login" height="10" style="font-size: 7.5 pt; font-family: Verdana; color: #000033; border: 1px solid #BDD2EA; background-color: #ffffff">
    </form>
    </td>
    </tr>

  2. #2
    <input type="text" class="txtblu">
    FEDERIX.IT - [Pillola] GRAFICA DEI FORM

    ...ho ancora quella forza che ti serve, quando dici "Si comincia!"

  3. #3
    Associando una class ad un capo di testo non riesco a dare un bordo al campo

    come posso fare ecco quello che ho fatto !

    <style>
    .input { color:#000033; text-decoration:none; font-family: Verdana; font-size: 10px; border: 1px; solid:#BDD2EA}
    </style>


    <form name="login" method="post" action="" style="margin:0">
    UserName
    <input type="text" name="username" size="16" class="input" maxlength="30">
    Password
    <input type="text" name="password" size="16" class="input" maxlength="30">
    <input type="submit" name="login" value="login" height="10" class="button" style="font-size: 7.5 pt; font-family: Verdana; color: #000033; border: 1px solid #BDD2EA; background-color: #ffffff">
    </form>

  4. #4
    non devi postare la stessa cosa due volte!!! leggi il regolamento del forum!!
    Anche io leggo barze-bastarde
    Athlon 64 X2 4400@2500 daily - Zalman CNPS9500 - Asus A8n-Sli Premium - Crucial Ballistix Tracer PC4000 500mhz Sinc. - Sapphire Radeon X1900XT 512mb - Zalman VF900Cu - Seagate 320Gb 7200.10 - LG H22N 18x - T.t. Soprano - LcPower Titan 560W

  5. #5
    capito??


    cmq devi fare così:

    <html>
    <head>
    <title>Untitled</title>
    <style>
    .input { color:#000033; text-decoration:none; font-family: Verdana; font-size: 10px; border: 1px solid #BDD2EA}
    </style>
    </head>

    <body>

    <form name="login" method="post" action="" style="margin:0">
    UserName
    <input type="text" name="username" size="16" class="input" maxlength="30">
    Password
    <input type="text" name="password" size="16" class="input" maxlength="30">
    <input type="submit" name="login" value="login" height="10" class="button" style="font-size: 7.5 pt; font-family: Verdana; color: #000033; border: 1px solid #BDD2EA; background-color: #ffffff">
    </form>

    </body>
    </html>
    Anche io leggo barze-bastarde
    Athlon 64 X2 4400@2500 daily - Zalman CNPS9500 - Asus A8n-Sli Premium - Crucial Ballistix Tracer PC4000 500mhz Sinc. - Sapphire Radeon X1900XT 512mb - Zalman VF900Cu - Seagate 320Gb 7200.10 - LG H22N 18x - T.t. Soprano - LcPower Titan 560W

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.