Eccentric
03-10-2007, 02:22 PM
is there a way just to do the form area's as such ive got;
input
{
color: #d5d5d5;
background: #ffffff;
border: 1px dashed #a5a5a5;
padding:3px;
width: 200px;
}
but that includes the submit button which i don't want 200px wide. i know i can use submit {} but is there one for the actuall form area's
input
{
color: #d5d5d5;
background: #ffffff;
border: 1px dashed #a5a5a5;
padding:3px;
width: 200px;
}
but that includes the submit button which i don't want 200px wide. i know i can use submit {} but is there one for the actuall form area's