Welcome Guest, Not a member yet? Register   Sign In
Form helper - Layout?
#1

[eluser]austintbiggs[/eluser]
When creating a form using the form helper I'm only able to get the inputs stacked vertically; what I'm aiming for is to place them side by side horizontally.

Here's the code I've got:
Code:
<?php
    echo form_open('membership/validate_credentials');
    echo form_input('username', 'Username');
    echo form_password('password', 'Password');
    echo form_submit('submit', 'Login');
    echo form_close();
   ?>

Any and All help is appreciated [:


Messages In This Thread
Form helper - Layout? - by El Forum - 04-06-2011, 02:53 PM
Form helper - Layout? - by El Forum - 04-06-2011, 03:00 PM
Form helper - Layout? - by El Forum - 04-06-2011, 03:22 PM
Form helper - Layout? - by El Forum - 04-06-2011, 03:33 PM
Form helper - Layout? - by El Forum - 04-06-2011, 03:53 PM
Form helper - Layout? - by El Forum - 04-06-2011, 04:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB