View Full Version : how do you edit input boxes
dave316
July 19th, 2003, 10:26 AM
i am trying to make my input box small but the height thing does not work.
<input name="" type="text" size="18" style="border: 1px solid #FFFFFF">
but how do i make that smaller
thanks for any help.
dave316
July 19th, 2003, 10:30 AM
also i am trying to add my own GO button but it never lines up how can i make then be on the same level
<input name="" type="text" size="18" style="border: 1px solid #FFFFFF"><img src="1.png">
Digitalosophy
July 20th, 2003, 08:44 PM
create a class, and you can edit anything you want to your text box. to apply it simply
<input type="" name="" class="myClass">
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.