Jump to content

[SOLVED] Remove Form Break


DrTrans

Recommended Posts

print "&nbsp&nbsp&nbsp<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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.