Posted by Toby Inkster on 02/11/06 01:11
mouac01 wrote:
> Login: Password:
> textbox textbox
<style type="text/css">
FORM DIV.lp {
width: 47%;
float: left;
}
FORM DIV.lp INPUT
{
width: 85%;
}
</style>
<form action="blah" method="POST">
<div class="lp">
<label>Login:<br>
<input type="text" name="login"></label>
</div>
<div class="lp">
<label>Password:<br>
<input type="password" name="password"></label>
</div>
</form>
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
[Back to original message]
|