PDA

View Full Version : print_input_row spacing?


Boofo
04-22-2011, 05:12 PM
Is there a way to add a space between print_input_row lines in the final output?

print_input_row($vbphrase['phrasename1'], 'user[option1]', $user['option1']);

print_input_row($vbphrase['phrasename2'], 'user[option2]', $user['option2']);

Lynne
04-23-2011, 02:35 AM
echo '<br />';
maybe?

Boofo
04-23-2011, 04:39 AM
That doesn't work. It adds a space for each instance at the top of the box. I had tried that before.

However, this one does work:

print_description_row('<div style="margin-top: 0.5em;">First Bookmark</div>');


You can close the thread now.

Lynne
04-23-2011, 04:31 PM
Rob dear, we don't close threads, you know that. We have to leave them open so someone can reply to them in another five years. :)

Glad you got it working.

Boofo
04-23-2011, 04:51 PM
I missed adding the smilie to that line. ;)