wordpress plugin not able to display forms one beside another

32 views Asked by At

I m trying to develop a wordpress plugin which has got two forms in the admin section. Everything seems to be working fine except for the display property that I set. No matter what I do, the two forms will be displayed one below the other whereas I want them to be displayed one beside the another. This is my code:

echo "<div style='display:inline; border:1px solid black;'><h2>Use this form to allocate cash to a client</h2><br/>";
echo "<form method='post' action='".$_SERVER['REQUEST_URI']."'>............</form></div>";

I did this with both the forms, but it isnt working, even the borders are not visible. Someone please help. Thanks in advance.

0

There are 0 answers