hi all i have a form and just want to alter the single text fields, but when i add the css and run the page it applys the styles to my submit button, what can i do to the css to leave the submit alone and give it its onw values?
thanks!
whichs affects my submitCode:input { padding-left: 5px; height: 8px; }
abit of the form code:
CHEERS!!!HTML Code:<p> <select name="category"> <option value=""></option> <option value="enquires">Enquires</option> <option value="comments">Comments</option> <option value="advertise">Advertise</option> </select> Select Category!</p> <p> <input name="submit" type="submit" id="submit" value="Submit"> </p>





Bookmarks