Phenomenon wordpress theme - Login box sample code


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <form action="" method="post">
  2. <label for="login-username">Username:</label>
  3. <input type="text" name="login_username" id="login-username" />
  4. <label for="login-password">Password:</label>
  5. <input type="password" name="login_password" id="login-password" />
  6. <div class="submit-block"> <span class="alignleft">
  7. <input name="" type="checkbox" value="" class="checkbox" />
  8. Remember me</span> <span class="alignright">
  9. <input type="submit" name="submit" id="login-submit" value="Login" class="sml-btn" />
  10. </span>
  11. </div>
  12. <a href="#" class="lostpass">Lost your password or username?</a>
  13. </form>

URL: http://bluzgraphics.com/phenomenon-wordpress

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.