I have this line. belongs to phplist.php in the form looks like a single line and i want o set it in 2 lines.

from

email:textfield

to

email:
textfield

<label for="email" class="required">' . __($email_name, 'phplist') . '</label>'.$labelBreak. $phplist_strings['email'] . '
'. phplist_generate_list_elements() . '


Form Sample at http://greendaypainting.com/?page_id=366
I know that using tables and divs.. but where and how.. i try several already.