how do I create a new line in a .tpl file?
specifically in my tiki-register.php the user selects between 4 groups.
The problem is that each group shows up right after the other with no new line between them. It looks like one big paragraph of text.
I need to have a new line for each group.
thanks
www.gilb.com/tiki-register.php
Copy to clipboard
{* Groups *} {if isset($theChoiceGroup)} {elseif $listgroups} {tr}Select your group{/tr}: {foreach item=gr from=$listgroups} {if $gr.registrationChoice eq 'y'} {if $gr.groupDesc}{tr}{$gr.groupDesc}{/tr}{else}{$gr.groupName}{/if}{/if} {/foreach} {/if}