WebSite X5Help Center

 
Antonio O.
Antonio O.
User

Bordo login  it

Autor: Antonio O.
Visited 1000, Followers 1, Udostępniony 0  
Tagi: 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 ODPOWIEDZI - 1 POMOCNY - 1 PRAWIDłOWA ODPOWIEDź
Antonio O.
Antonio O.
User
Autor

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

Czytaj więcej
Posted on the from Antonio O.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Najlepszy Użytkownik miesiąca FRNajlepszy Użytkownik miesiąca 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

Czytaj więcej
Posted on the from  ‪ KolAsim ‪ ‪
Antonio O.
Antonio O.
User
Autor

grazie sempre preciso molto utile questo codice buona serata

Czytaj więcej
Posted on the from Antonio O.