Hi,
Does anyone know how to make the input text in a Textarea the same as text in an input tag?
I have applied the same style sheet attributes to both the different tags but the rendering of the text still looks slightly different!
Here are my styles:
.inputText
{
border-width:1px;
border-style:solid;
border-color:#4682b4;
background-color:#fffaf0;
width:250px;
font-weight:bold;
color:#333366;
letter-spacing:0em;
padding-left:4px;
}
.textAreaText
{
border-width:1px;
border-style:solid;
border-color:#4682b4;
background-color:#fffaf0;
width:250px;
font-weight:bold;
color:#333366;
letter-spacing:0em;
padding-left:4px;
}
Thanks... >>Crusader!
Does anyone know how to make the input text in a Textarea the same as text in an input tag?
I have applied the same style sheet attributes to both the different tags but the rendering of the text still looks slightly different!
Here are my styles:
.inputText
{
border-width:1px;
border-style:solid;
border-color:#4682b4;
background-color:#fffaf0;
width:250px;
font-weight:bold;
color:#333366;
letter-spacing:0em;
padding-left:4px;
}
.textAreaText
{
border-width:1px;
border-style:solid;
border-color:#4682b4;
background-color:#fffaf0;
width:250px;
font-weight:bold;
color:#333366;
letter-spacing:0em;
padding-left:4px;
}
Thanks... >>Crusader!