echo and elgg_view_fom in one line

Hi! I want to display text followed by the wire in ONE line. I made this:

echo "lorem ipsum...: " .elgg_view_form('thewire/add');

Problem: "lorem ipsum" stands in the first line and the wire in the second line. But I want to display both
in one line. How is this possible?

Thank you for your efforts!
Barny

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking