Just copy and paste this line of code in your html page where you want to include the confessions:
<script src="http://myvesta.org.uk/confess/code_us.php"></script>
The table displayed by the above code can be styled using standard CSS to match the look and feel of your website.
Sample Code
<style>
.confess
{
width: 530px;
margin: 15px 0 0 0;
padding: 0;
text-align: center;
}
.confess table
{
text-align: justify;
border:1px solid #6DA6D4;
margin: 0;
padding: 0;
border-collapse: collapse;
}
.confess table td
{
margin: 0;
padding: 15px;
border-bottom: 1px solid #6DA6D4;
}
</style>
<div class="confess">
<script src="http://myvesta.org.uk/confess/code_us.php"></script>
</div>
