Jump to content

submit button inline css


redarrow

Recommended Posts

here the full code as your see the cheekbot background color not working wonder why..

 

<html>
<head>
<title>test form</title>
</head>
<body bgcolor="black" alink="blue" vlink="blue">

<form method="POST" action="login.php">
<font color="blue">Please Enter Username:</font>
<p></p>
<input type="text" name="username" style="background-color:gray">
<p></p>
<font color="blue">Please Enter Password:</font>
<p></p>
<input type="password" name="password" style="background-color:gray">
<p></p>
<font color="red">123456</font>
<p></p>
<font color="blue">Please Enter Security Number:</font>
<p></p>
<p></p>
<input type="text" name="S_number" style="background-color:gray">
<p></p>
<input type="submit" name="submit" value="LET ME IN!" style=" background-color:gray; color:#ff0000;">
<p></p>
<font color="red"><a href="forgot_password.php" STYLE="text-decoration: none">
Forgot Password</a></font>
<font color="blue">
                  
Remember Me</font>
<input type="checkbox" name="remember_me" style="background-color:#0000FF;">

</form>
</body>
</html>

this is all inline now but the background-color for rcheckbox not working why?

 

have i missed a property somewhere in css..

 

<html>
<head>
<title>test form</title>
</head>
<body bgcolor="black">

<form method="POST" action="login.php">
<div style="color: blue;">Please Enter Username:</div>
<p></p>
<input type="text" name="username" style="background-color:gray">
<p></p>
<div style="color: blue;">Please Enter Password:</div>
<p></p>
<input type="password" name="password" style="background-color:gray">
<p></p>
<div style="color: blue;">123456</div>
<p></p>
<div style="color: blue;">Please Enter Security Number:</div>
<p></p>
<p></p>
<input type="text" name="S_number" style="background-color:gray">
<p></p>
<input type="submit" name="submit" value="LET ME IN!" style=" background-color:gray; color:#ff0000;">
<p></p>
<font color="red"><a href="forgot_password.php" STYLE="text-decoration: none">
Forgot Password</a></font>
                  
<font color="blue">Remember Me</font>
<input type="checkbox" name="remember_me" style="background-color:gray; border-color: gray; color:gray;">
</form>

</form>
</body>
</html>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.