I am working for a client wordpress website, one day I see that in the header file this code is written
<div id='hideMe'>
<p><i> Military Payday Loans Online <a href="http://NotAdvertisingTheURL.com/">Military Payday Loans Online</a></div>
<script type='text/javascript'>if(document.getElementById('hideMe') != null){document.getElementById('hideMe').style.visibility = 'hidden';document.getElementById('hideMe').style.display = 'none';}</script>
With the addition of this code my client site shows italic font, which is terrible.
How can i avoid this kind of hack to my client website.
