I have a form with label and input fields positioned horizontally on the page.
I also want all of the 3 validate elements to be positioned horizontally!
At the moment the image and the input element is on top of eachother.
This is the code I am using to construct the line!!!!!
How can I achieve thisCode:<label>Validate Form:</label> <img src="randomImage.php"/> <input type="text" name="visitorcode" size="5" />? See image attached.
Or to put it another way, how do I get the input field to move to the right and up?



? See image attached.
Reply With Quote
Bookmarks