Reply to Re: How to remove the spacing between <form> tag?
Posted by walosaw on 10/18/07 03:25
This is a quck fix though it would be better to have all your style
sheet code in a seperate css file
change
<td>[history | <form>payment</form>]</td>
to
<td>[history | <form style="display:inline">payment</form>]</td>