Welcome Guest, Not a member yet? Register   Sign In
div structure helper
#8

[eluser]xwero[/eluser]
Code:
<form action="http://domain.com/login" method="post">
<div id="content">
    <div id="msg">Enter your Username &amp; Password to continue &nbsp;</div>
    <div id="login">
        <div class="labels">
            <div class="tr">Username: </div>
            <div class="tr">Password: </div>
        </div>
        <div class="inputs">
            <div class="tr">&lt;input type="text" name="username" value="admin" maxlength="500" size="50" class="bx" /&gt;</div>
            <div class="tr">&lt;input type="password" name="password" value="" maxlength="500" size="50" class="bx" /&gt;</div>
        </div>
        &lt;input type="submit" name="btn" value=" login " id="btn" /&gt;
    </div>
</div>
&lt;/form&gt;
would be
Code:
&lt;form action="http://domain.com/login" method="post"&gt;
<p id="msg">Enter your Username &amp; Password to continue &nbsp;</p>
<p><label for="username">Username: </label>&lt;input type="text" name="username" value="admin" maxlength="500" size="50" class="bx" /&gt;</p>
<p><label for="password">Password: </label>&lt;input type="password" name="password" value="" maxlength="500" size="50" class="bx" /&gt;</p>
<p>&lt;input type="submit" name="btn" value=" login " id="btn" /&gt;</p>
&lt;/form&gt;


Messages In This Thread
div structure helper - by El Forum - 01-30-2008, 08:56 PM
div structure helper - by El Forum - 01-31-2008, 01:12 AM
div structure helper - by El Forum - 01-31-2008, 01:38 AM
div structure helper - by El Forum - 01-31-2008, 01:47 AM
div structure helper - by El Forum - 01-31-2008, 02:28 AM
div structure helper - by El Forum - 01-31-2008, 02:43 AM
div structure helper - by El Forum - 01-31-2008, 04:52 AM
div structure helper - by El Forum - 01-31-2008, 05:02 AM
div structure helper - by El Forum - 01-31-2008, 05:10 AM
div structure helper - by El Forum - 01-31-2008, 05:31 AM
div structure helper - by El Forum - 01-31-2008, 05:33 AM
div structure helper - by El Forum - 01-31-2008, 05:38 AM
div structure helper - by El Forum - 01-31-2008, 06:21 AM
div structure helper - by El Forum - 01-31-2008, 08:47 AM
div structure helper - by El Forum - 01-31-2008, 09:10 AM
div structure helper - by El Forum - 01-31-2008, 09:46 AM
div structure helper - by El Forum - 01-31-2008, 10:23 AM
div structure helper - by El Forum - 01-31-2008, 10:34 AM
div structure helper - by El Forum - 02-01-2008, 04:49 PM
div structure helper - by El Forum - 02-01-2008, 08:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB