Jump to content

Forms?


Tarte

Recommended Posts

form {  font-size: 20px;  color: red;}

I'm not sure how reliable is that. Perhaps you should also add in option/input. Give it a try.

Link to comment
Share on other sites

Didn't work RahXephon, i tried to put a class to the <p> still didn't work :).Any idea?I think we need to do it in the xhtml with a style.I did this and it worked perfectly :

<form method="post" action="Login.php"><p>Your name :<input type="text"name="Name"style="width:100px;height:19px;border:1px black solid;padding-left:2px;"tabindex="2"> > 				Your password :<input  type="password" name="password"style="width:100px;height:19px;border:1px black solid;padding-left:2px;"tabindex="2">

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...