Page 1 of 1

Background colour of box when signing guestbook

Posted: Sun May 01, 2005 10:58 am
by jj
Hi,

Can you tell me how l can change the background colour of the box where the fields are that are used to sign the guestbook.


i.e. "Your Name"

"Where are you from fields"

Justin.

input field style changing

Posted: Wed Jul 13, 2005 8:50 pm
by FruitBeard
maybe i'm a little late for you but try something like this or similar:

<input type="text" name="email" style="background-color: #ffcc55; color: black; width: 100; border:1 solid #23559C; font-size: 11px;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;" maxlength="50">

:idea: