Html - Forms Problem
On my forums, i am using forms on images. I want that both the images should come on the same line rather on 2 different lines.
Example:
---------
<form action="/" method="post">
<input type="image" src="http://www.debtconsolidationcare.com/styles/dtcc/img/lang_english/post.gif" width="82" height="25">
</form>
<form action="/" method="post">
<input type="image" src="http://www.debtconsolidationcare.com/styles/dtcc/img/lang_english/post.gif" width="82" height="25">
</form>
In the above example when i am applying these codes to my HTML these 2 images are comming on 2 different lines, which i want should come on one single line.
Can any one help me out.
Souravamant
|