WebSite X5Help Center

 
Antonio O.
Antonio O.
User

Bordo login  it

Author: Antonio O.
Visited 999, Followers 1, Shared 0  
Tags: 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 -->
Posted on the
3 ANSWERS - 1 USEFUL - 1 CORRECT
Antonio O.
Antonio O.
User
Author

<!-- 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

Read more
Posted on the from Antonio O.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Best User of the month FRBest User of the month 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

Read more
Posted on the from  ‪ KolAsim ‪ ‪
Antonio O.
Antonio O.
User
Author

grazie sempre preciso molto utile questo codice buona serata

Read more
Posted on the from Antonio O.