For some reason, the following HTML code does not work in the Text 1 area in my page content:
<strong></strong>
<p></p>
I also have noticed that PHP doesn't seem to work either as page content:
<?php include("include.php"); ?>
Is there something I am not doing that is causing this?
Thank you