Hi, Im trying to get the QTY box and the 'Add to Cart' button on the same line in; tpl_product_info_display.php

I broken out the code;

PHP Code:
<?php echo $display_qty?>
PHP Code:
<?php echo $display_button?>
Into two tags, but I noticed the resulting HTML is putting two breaks (<br>) in the between the two tags?

Just wondering where the breaks would be coming from? Ive looked in the Dev Tool Kit and cant seem to track down the little suckers.

Thanks!

Scott.