Hi
Hoping someone can help with this -
I have a bunch of conditional statements like -
[s2If current_user_is(s2member_level2)]
link
[/s2If]
[s2If current_user_is(s2member_level3)]
link
[/s2If]
[s2If current_user_is(s2member_level4)]
link
[/s2If]
The problem is if for example I sign in as level 4, it leaves 2 unwanted breaks within a p tag like -
<p style="text-align: left;">
<br>
<br>
</p>
I can sort of understand why it’s doing it but not sure on the solution. Any one any ideas on a solution for this?
Thanks!