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>

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.