Introduction: How to Remove Webs.com Footer

In this quick and simple inscrutable I will show you how to remove the annoying Webs.com footer on your webs website. The process is extremely easy and I will walk you through it!

Below is the annoying FOOTER!

//////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////

Step 1: Method 1: Simple and Fast Method

If you want to just get over with this as quickly as possible, visit the website below and follow the super quick and easy instructions to getting rid of the footer:

http://removewebsfooter.webs.com


Step 2: Method 2: DIY

To do this yourself you want to create a new HTML module in your webs website:

Do this by going into the "Other" tab

Then copy paste this code below into it and your done!

<html> 
<script>
   function hideFooter(){
document.getElementById("footer").style.visibility = "hidden";
  }
   window.onload = hideFooter;
  </script>
<a href="http://removewebsfooter.webs.com">Learn how to remove the footer! Click here!</a>
</html>



NOW YOUR DONE! 
THE FOOTER IS GONE!
ENJOY!
Every time your page loads you will have removed the footer!