@chatfield-court: It’s because of adsense code. You have started <center>
code and instead of closing it you have again open <center>
code. So, either remove that center code in the following code:
<center><div id="adsense"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- chatfieldcourt.com_300x250top of post -->
<ins class="adsbygoogle"
style="display:inline-block;width:300px;height:250px"
data-ad-client="ca-pub-3962782087565969"
data-ad-slot="3724409336"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div><center>
Or make that closing like below:
<center><div id="adsense"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- chatfieldcourt.com_300x250top of post -->
<ins class="adsbygoogle"
style="display:inline-block;width:300px;height:250px"
data-ad-client="ca-pub-3962782087565969"
data-ad-slot="3724409336"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div></center>