DrTrans Posted August 30, 2009 Share Posted August 30, 2009 print "   <a href=\"scans/lease/$leaseid.pdf\">View Lease</a>"; print "<form method=\"GET\" style=\"margin:0px;\"><INPUT type=\"button\" value=\"File Uploads\" onClick=\"window.open('files.php?id=$leaseid','mywindow','width=600,height=300')\"></form>"; print " <br>\n"; how this outputs is View Lease [FILE UPLOADS] I need this all on one line... There is no <br> after the View Lease. so was wondering why the <form> tag automatically creates a <br> and is there a way to get rid of the break. Thanks Link to comment https://forums.phpfreaks.com/topic/172441-solved-remove-form-break/ Share on other sites More sharing options...
DrTrans Posted August 30, 2009 Author Share Posted August 30, 2009 Just incase you wanted to know how to do this: change style="display: inline;" Link to comment https://forums.phpfreaks.com/topic/172441-solved-remove-form-break/#findComment-909128 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.