Log in

View Full Version : Teach me a simple trick!



Webiter
08-10-2011, 10:28 AM
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!!!!!


<label>Validate Form:</label>&nbsp;
&nbsp;<img src="randomImage.php"/>&nbsp;
&nbsp;<input type="text" name="visitorcode" size="5" />

How can I achieve this :o? See image attached.
Or to put it another way, how do I get the input field to move to the right and up?