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.
Background colour of box when signing guestbook
input field style changing
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">

<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">
