Forum Moderators: open
there can be many solutions to your problem. you can simply use a line break
<br> or for xhtml <br /> or if you need alot of space you can do something like..
<div style="height: 250px;"></div> or you can simply style it into your original paragraph like so:
<p style="margin-bottom: 35px;">your paragraph here</p> <!-- Your Empty Space Should Appear Below -->