Help - Search - Members - Calendar
Full Version: can these be edited?
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
princessx143

^ is there a way to make it not have a white background?
i want to change it to my own font & stuff.
i got that from 123contactforms btw.

like theres a way to edit textareas.
is there a way to edit those? [:
Mickey
Try adding this to your stylesheet:

CODE
input {
background-color: ######;
border: 1px solid;
border-color: ######;
}

Just customize it to your liking.
Mikeplyts
If you have a button, you can also use this in your stylesheet:
CODE
.button {
background-color: ######;
border:1px solid;
border-color: ######;
}
Mickey
Don't buttons use <input> tags too?
princessx143
QUOTE(Mike @ Jul 25 2009, 03:47 PM) *
Try adding this to your stylesheet:

CODE
input {
background-color: ######;
border: 1px solid;
border-color: ######;
}

Just customize it to your liking.

exactly what i was looking for. thank you<3
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.