Forum Moderators: open

Message Too Old, No Replies

how hide ads by .?

how hide ads by ...?

         

script33

11:56 am on Jul 19, 2007 (gmt 0)

10+ Year Member



how i can hide ads by google or ads by bidvertiser and etc ... with a div or table or layer or ....?

how i can do it?
(i know adsense tos...)

BlobFisk

1:23 pm on Jul 19, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi script33,

Where are these ads that you want to hide? On your own site or you want to hide them on other peoples sites that you browse?

script33

4:36 pm on Jul 19, 2007 (gmt 0)

10+ Year Member



in own site
plz give me a code or style for cover it..

Trace

7:04 pm on Jul 19, 2007 (gmt 0)

10+ Year Member



Someone is going to ask, so it might as well be me; why not just remove the ads?

...and to answer your question:

<style type="text/css">
.coverDiv{
position:absolute;
top:75px;
left:25px;
width:468px;
height:60px;
background-color:#000000;
}
</style>
<div class="coverDiv"></div>
Change the top/left/width/height to suite your needs.

encyclo

7:24 pm on Jul 19, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you are using ad-supported hosting and you want to cover the ads, then you will be breaking the terms and conditions and you will probably have your site removed.

So the real answer is that you should pay for your own hosting to get an add-free environment.

If this is your own hosting, why can't you simply remove the ad code?

script33

2:44 pm on Jul 21, 2007 (gmt 0)

10+ Year Member



it don't work!
in my blog i insert that for hide my get widget but it dont hide!
for example i use google earth widget;

< No personal URLs
Please see Charter [webmasterworld.com] >

[edited by: tedster at 4:00 pm (utc) on July 21, 2007]