Help
-
Search
-
Members
-
Calendar
Full Version:
can these be edited?
Forums
>
Resource Center
>
Webmasters' Corner
>
Webmasters' Corner Resolved Topics
princessx143
Jul 25 2009, 02:38 PM
^ 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
Jul 25 2009, 02:47 PM
Try adding this to your stylesheet:
CODE
input {
background-color: ######;
border: 1px solid;
border-color: ######;
}
Just customize it to your liking.
Mikeplyts
Jul 25 2009, 03:08 PM
If you have a button, you can also use this in your stylesheet:
CODE
.button {
background-color: ######;
border:1px solid;
border-color: ######;
}
Mickey
Jul 25 2009, 03:20 PM
Don't buttons use <input> tags too?
princessx143
Jul 25 2009, 05:26 PM
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
.