Skip to content
WJunction - Webmaster Forum

help me for Making a small script

Status
Not open for further replies.
Can Anyone help me how to make Continue to Image Overlay Page,so that if any one want to see my Large Image they have to Click Continue to Image to view it,For eg:http://www.imageshost.us/?v=8LjeY.jpg
sry for the adult ads.
clear.png


Plz Help


Thnx
 

12 comments

add this in CSS of your website
Code:
.overlay_ad {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 2000px;
    padding: 0;
    position: absolute;
    width: 920px;
    z-index: 999999;


}
and this one , on your website in body
Code:
<div class="overlay_ad">  

<a href="javascript:;" class="overlay_ad_link" >Continue to image</a> 

<center>your ad code</center>  <a href="javascript:;" class="overlay_ad_link"  >Continue to image</a>  

</div>

note: this is copy from orignal source website ;)
 
help

add this in CSS of your website
Code:
.overlay_ad {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 2000px;
    padding: 0;
    position: absolute;
    width: 920px;
    z-index: 999999;


}
and this one , on your website in body
Code:
<div class="overlay_ad">  

<a href="javascript:;" class="overlay_ad_link" >Continue to image</a> 

<center>your ad code</center>  <a href="javascript:;" class="overlay_ad_link"  >Continue to image</a>  

</div>
note: this is copy from orignal source website ;)


i added the 1st code in style.css & :facepalm: m not getting my website's Body to place the 2nd Code..........m all new in this field,sry......M using Chevereto Image Host Script
 
<center>





<div class="overlay_ad" style='top:10px; width:800px; height:800px; background-color:#FFF ; margin-top: -10px; margin-left: -400px;' >
<a href="javascript:;" class="overlay_ad_link" rel="http://widget.plugrush.com/p/1208/direct" >Continue to image</a>
<center><iframe allowtransparency="1" frameborder="0" height="156" id="plwpr32946505209cf368a28.52811603" scrolling="no" src="http://widget.plugrush.com/imageshost.us/1209" width="336"></iframe></center>
<a href="javascript:;" class="overlay_ad_link" rel="http://widget.plugrush.com/p/1208/direct" >Continue to image</a>

</div>


</center>

This is the code on his site
add in the admin panel adult popup area simple (Note: Replace his adds with yours :P)
 
Status
Not open for further replies.

About the author

P
Active Member · Joined
118
Messages
10
Reactions
18
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom