Jump to content

How to make a login form like cPanel's


Recommended Posts

Are there any tutorials which explain how to make a good looking login form like cPanel's. I did some searching on login form design, but did not come up with anything useful yet. I would really appreciate it if anyone could share some

knowledge on this matter.

 

tia,

 

Mike

Link to comment
https://forums.phpfreaks.com/topic/1916-how-to-make-a-login-form-like-cpanels/
Share on other sites

The form is created by applying .css styles to the form elements.

For a textinput like theirs apply a border colors like the grey I used below:-

 

.textinput{

border-top: 1px solid #CCCCCC;

border-bottom: 1px solid #CCCCCC;

border-left: 1px solid #CCCCCC;

border-right: 1px solid #CCCCCC;

}

 

Further to this you can also define heights, widths,background-color and background-image to form elements. Search for css tutorials.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.