1 Εικονίδια στο Login Widget [PunBB] 24/2/2013, 09:14
Γεια σας.
σήμερα θα σας δείξω πως να βάλετε τα εικονίδια στο Login Widget
Όπως αυτό
Μπαίνετε
Admin Panel >> Εμφάνιση >> Πρότυπα >> Αρχική >> mod_login
και ψάχνετε τον παρακάτω κώδικα
σήμερα θα σας δείξω πως να βάλετε τα εικονίδια στο Login Widget
Όπως αυτό
Μπαίνετε
Admin Panel >> Εμφάνιση >> Πρότυπα >> Αρχική >> mod_login
και ψάχνετε τον παρακάτω κώδικα
- Κώδικας:
<p style="height:2em;valign:top;"><input type="text" name="username" id="username" size="15" maxlength="40" value="{USERNAME}" class="inputbox autowidth" /></p>
- Κώδικας:
<div style="margin:auto;text-align:center;width:100%"><p style="height:2em;valign:top;"><input style="background: url(http://i15.servimg.com/u/f15/17/34/84/29/pm_msg11.png) no-repeat 2px center;padding-left: 20px;" type="text" name="username" id="username" size="15" maxlength="40" value="{USERNAME}" class="inputbox autowidth" /></p></div>
- Κώδικας:
<p style="height:2em;valign:top;"><input type="password" id="password" name="password" size="15" maxlength="25" class="inputbox autowidth" /></p>
- Κώδικας:
<div style="margin:auto;text-align:center;width:100%"><p style="height:2em;valign:top;"><input style="background: url(http://i15.servimg.com/u/f15/17/34/84/29/key11.png) no-repeat 2px center;padding-left: 20px;" type="password" id="password" name="password" size="15" maxlength="25" class="inputbox autowidth" /></p></div>