Hey,
So I added a style to my form controls:
Now the text boxes are being colored a light yellow for some reason. I am not sure why this is happening but here is my html code for the form just in case you might need to see it:Code:input, textarea, select { background-color: black; color: white; border: 1px solid red; }
Code:<form action='gdform.php' method='post'> <div> <p> <input type="hidden" name="redirect" value="thankyou.htm" /> <label>Name:</label> <input type='text' name='contactName' /> </p> <p> <label>Email: </label> <input type='text' name='contactEmail' /> </p> <p> <label>Phone:</label> ( <input type='text' name='phone1' size='3' maxlength='3' /> ) <input type='text' name='phone2' size='3' maxlength='3' /> - <input type='text' name='phone3' size='4' maxlength='4' /> </p> <p> <label>How did you hear about us?</label><br /> <textarea rows='6' cols='45' name='heard'></textarea> </p> </div>



Reply With Quote

Bookmarks