View Full Version : transparent email form


justfabulous
08-21-2004, 01:43 AM
Right now my email form is standard looking...the cells are sort of bevelled, the text areas are white, the submit button is grey, and the font is Arial.

How do I customize it so that it blends with my site? I've searched the forums and LEIA site, but I couldn't find anything! I want it to look sort of like this: http://www.edgeofnight.net/patronus.php


Thanks so much!!

Rosey
08-21-2004, 01:57 AM
looks fine to me so either i'm not seeing the problem or you've fixed the problem.

hina
08-21-2004, 08:52 AM
Do you have a CSS page? If you do then just put the following code on it and change so that you get the form you want it to look:

input, textarea
{ background: #000000 url(yourimage.gif);
font-family: value; [your font name]
color: #000000;
border-style: value; [dotted, dashed, solid, double, groove, ridge, inset, outset]
border-color: #000000;
border-width: valuepx; [numerical value, 5, 6, 8...] }

This was taken from here: http://www.lissaexplains.com/css.shtml so if my explanation was a bit... vague :blush: just follow the instructions on that page. Hope that helped.

justfabulous
08-23-2004, 03:06 AM
hina, you are a lifesaver and a wonderful person.
thanks SO much.