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>
<img src="randomImage.php"/>
<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?
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>
<img src="randomImage.php"/>
<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?