How to keep your forms border in zero width?You ever experienced a line of break after your form on the page? you can easly skip from the issue by adding the following method for creating form.<form method="post" action="your URL" style="display:inline"> Just call style="display:inline" with your form tag.
|