You are hereDeveloper
Developer
Horizontal Login Bar
Hi All,
Recently i was exploring Drupal's login form. I wanted login form to stretch horizontally.
After much R & D i was able to get it working on one of my website (nagpurpulse.com). Please have a look at it at http://www.nagpurpulse.com
There is a great tutorial located at http://www.nicklewis.org/node/845.
Though this article was meant for drupal 4.7 - but you can use it for 5.7 too except few changes, such as
-> Use 'drupal_render' in place of 'form_render'
-> Change (if needed) modules/user/user.css for styling this horizontal login box.


