mikehahn Posted August 11, 2004 Share Posted August 11, 2004 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 More sharing options...
morpheus.100 Posted August 11, 2004 Share Posted August 11, 2004 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. Link to comment https://forums.phpfreaks.com/topic/1916-how-to-make-a-login-form-like-cpanels/#findComment-6245 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.