WebSite X5Help Center

 
Antonio O.
Antonio O.
User

Bordo login  it

Auteur : Antonio O.
Visité 993, Followers 1, Partagé 0  
Mots-clés :: bordo,login

salve ragazzi vorrei inserire un bordo nel form login nel lato html non trovo nessuna opzione per farlo almeno credo si puo' aggiungere del codice per inserire questo bordo grazie. questo e il codice se qulcuno puo aiutarmi grazie ancora

<!-- Private Area.Login: START -->

Username:
br /> Password:
br />

<!-- Private Area.Login: END -->
Posté le
3 RéPONSES - 1 UTILES - 1 CORRECT
Antonio O.
Antonio O.
User
Auteur

<!-- Private Area.Login: START -->
<div id="imLogin" style="width: 160px">
<form method="post" action="imlogin.php" onsubmit="_jq(this).attr('action', x5engine.settings.currentPath + 'imlogin.php'); return (x5engine.utils.isOnline() || !x5engine.utils.showOfflineMessage(x5engine.l10n.get('blog_offline_message')));">
<div class="imLoginBlock" style="width: 100%;">
<label for="imUname"><span style="font-weight: normal; font-style: normal;font-family:Tahoma; font-size:10pt; color: #000000">Username:</span></label><br />
<input type="text" name="imUname" id="imUname" style="font-weight: normal; font-style: normal;border: 1px solid #ccc; font-family:Tahoma; font-size:10pt; background-color: #FFFFFF; color: #000000; width: 160px"><br />
</div>
<div class="imLoginBlock" style="width: 100%;">
<label for="imPwd"><span style="font-weight: normal; font-style: normal;font-family:Tahoma; font-size:10pt; color: #000000">Password:</span></label><br />
<input type="password" name="imPwd" id="imPwd" style="font-weight: normal; font-style: normal;border: 1px solid #ccc; font-family:Tahoma; font-size:10pt; background-color: #FFFFFF; color: #000000; width: 160px"><br />
</div>
<div class="imLoginBlock" style="width: 100%; margin-top: 5px; text-align: center">
<input type="submit" value="Accedi" class="imLoginSubmit" style="font-weight: normal; font-style: normal;border: 1px solid #ccc; background-color: #DDDDDD; font-family:Tahoma; font-size:10pt; color: #000000">
</div>
</form>
</div>
<!-- Private Area.Login: END -->

scusate ma non avevo inserito tutto il codice

Lire plus
Posté le de Antonio O.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Meilleur utilisateur du mois FRMeilleur utilisateur du mois PL

.. forse non ho capito, ma prova a sostituire la prima stringa, da così:

<div id="imLogin" style="width: 160px">

... in così:

<div id="imLogin" style="width: 160px; border:2px solid;">

/

<div id="imLogin" style="width: 160px; border:5px solid; color:#00ff00">

.

ciao

Lire plus
Posté le de  ‪ KolAsim ‪ ‪
Antonio O.
Antonio O.
User
Auteur

grazie sempre preciso molto utile questo codice buona serata

Lire plus
Posté le de Antonio O.