More tag – how do I remove preceding ?

Can you show us your generated source code with more tag and code which you use for this?

UPDATE

Try this:

function clear_br($excerpt){
return str_replace("<br>","", $excerpt);
}
add_filter('the_excerpt', 'clear_br');

Paste this code in your functions.php