A good looking login form [HTML/CSS] - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36) +---- Forum: Website Development (https://www.supportforums.net/forumdisplay.php?fid=43) +---- Thread: A good looking login form [HTML/CSS] (/showthread.php?tid=7087) |
A good looking login form [HTML/CSS] - Fragma - 05-16-2010 Ok heres a quick tutorial on how to create a decent looking login form in HTML and using CSS. For an example.. http://www.nmapforum.webege.com/Home.html HTML Code: <html> CSS Code: <style type="text/css"> This will allow you to pretty much have full control on what your login form will look like.. Thanks, The Major RE: A good looking login form [HTML/CSS] - Thomas - 05-16-2010 Nice share, I liked how with the CSS you could make it look almost any way you want it to. RE: A good looking login form [HTML/CSS] - Rozzy - 05-16-2010 Very nice guide. Would this be able to be bridged with like, MyBB? Like if it used the same database for users. RE: A good looking login form [HTML/CSS] - Control - 05-16-2010 Um how do i make it work ? |