Does someone know how to include a return <br> between the [PHP] tags ?
If I use
[PHP]
echo "test";
echo "<br><br>";
echo "test2";
[/PHP]
it's not going to work. All other tags, like <hr> e.g. are working, but not the <br>. It's printing it all on 1 line.
[PHP] and return
[PHP] and return
phpWCMS v1.27