The RAW blocm with this code works fine:
<script langauge="javascript">
$(".bx-page-raw-container p").css("float", "left").next().wrap( "<p style='float: left;'></p>" )
</script>
Yes this does do the trick. Thank you.