3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Remove forced banners from web hosting

Remove forced banners from web hosting
Here is a safe way to remove forced banners on your personal website. Guaranteed not to get you suspended, as the banner is still there, its just not visible. This is only my first instructable and ive only tested this code on 1 site, so....... But it should work on any site that fits on one page (requires no scrolling) and has a single banner on the top of the page.
 
Remove these adsRemove these ads by Signing Up
 

Step 1Explaination (how it works)

Explaination (how it works)
The way this code works is actually very simple. It has three main parts. The first creates a line of text (invisible) 100 pixels below the visible space. (if the ad is not 100px high, change the 100 to a different value. The second part causes the page to scroll down to the very bottom, so the invisible line of text below the screen iis now on the bottom, and the ad is pushed upward out of view. The last part is optional. It should only be used for sites that do not require scrolling. This part simply hides the scrollbar so the page cannot be scrolled up and the ad seen.
« Previous StepDownload PDFView All StepsNext Step »
4 comments
Feb 26, 2011. 3:50 AMRadobot says:
I found simpler method:
<div style="display:none">
ADS
</div>
I was using it, but then I discovered taht I can get banned bacause ads is NOT VISIBLE.
Jun 9, 2009. 7:18 PMwill421 says:
What`s this?

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
0
Followers
1
Author:themaetsnake