Friday 1 November 2013

Fixed postion ad X Close Html Code


Sider Ad Banner Using Script
<script language="javascript">
    function AdClose() 
    {
        var div = document.getElementById("AdCloseDiv");
        if (div.style.display == "block") 
        {
            div.style.display = "none";
        }
        else 
        {
            div.style.display = "block";
        }
    } 
</script>
 
<div style="left: 0px; position: fixed; top: 0px;"> <div id="AdCloseDiv"><div style=" border: 0px solid blue; 
height: 650px; position: relative; width: 120px; color:#0000FF; ">


<a href="javascript:AdClose();" >
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5dXZlQ9hszW65Yl86Zwlx_aDhEmRS6mR4xKNxqWs7cxs4ZjL4T-Y-yxar0SEj3yXJwxEiUkPxwvD8gJHntMC2_YFa4v4zaAE3DHIT7PjNE6mPCnirniSVFl5nd4idDKUb24Lq9JStCLVg/s1600/fancy_close.png" 
style=" margin-right: -10px;margin-top: -10px;position: absolute;right: 0;top: 0;" border="0" /></a>

<div style="background-color: black; width:115px;height:14px;border:1px solid black;">

<center> <font color="white"> Advertisement </font> </center> </div>

<div style="background-color: white; width:120px;height:3px;border:1px solid white;">  </div>

<div style=" border: 1px solid blue; 
height: 600px; position: relative; width: 120px;">

YOUR AD CODE HERE

</div>

</div> </div> </div>



Sider Ad Banner Using Span
<div style="right: 0px; position: fixed; top: 0px;">

<span id="spoiler_id" style="display: block">

<a onclick="document.getElementById('spoiler_id').style.display='none'; document.getElementById('show_id').style.display='';" class="link">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5dXZlQ9hszW65Yl86Zwlx_aDhEmRS6mR4xKNxqWs7cxs4ZjL4T-Y-yxar0SEj3yXJwxEiUkPxwvD8gJHntMC2_YFa4v4zaAE3DHIT7PjNE6mPCnirniSVFl5nd4idDKUb24Lq9JStCLVg/s1600/fancy_close.png" 
style=" margin-right: -10px;margin-top: -10px;position: absolute;right: 0;top: 0;" border="0" /> </a>

<div style="background-color: black; width:115px;height:14px;border:1px solid black;">
<center> <font color="white"> Advertisement </font> </center> </div>

<div style="background-color: white; width:120px;height:3px;border:1px solid white;"> </div>

<div style=" border: 1px solid blue; height: 600px; position: relative; width: 120px;">

YOUR AD CODE HERE

</div>

</span> </div>



Sunday 20 October 2013

Fixed postion image with staly html code

fixe code Here

<a href='http://safeweb.norton.com/report/show?url=http://www.paginadariqueza.com'
 target='_blank'><img alt=''
 src='https://lh4.googleusercontent.com/
-Mun1CVF55HU/TqYX5ELhyEI/AAAAAAAAAA8/zE5_4Xs3et8/h120/site_seguro.png' 
style='position:fixed; bottom:0px; right:0px; border:0px'/></a> 



Apeastrenpower pay bill login Link


Click Here

https://www.apeasternpower.com/EPDCL_Home.portal?_nfpb=true&_pageLabel=EPDCL_Home_portal_page_58

Monday 14 October 2013

One click two links( one is pop-under and one is normal link ) and ( one is pop-up and one is normal link )


One click two links( one is pop-under and one is normal link )


<!--1 pop-under window 1 link click blank -->
<script type="text/javascript">
// Popup window code
function newPopup(url) {
    popupWindow = window.open(
        url,'popUpWindow','height=700,width=800,left=10,top=10,resizable=yes,
     scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')
popupWindow.blur()
window.focus()
}
</script>
<a href="javascript:newPopup('pop under Link Here');"
 onclick="window.open('Normal link Here','newwin');"><u><b><span 
style="font-size: x-large;">Make Money online PTC Option 1</span></b></u></a>
<!--End code 1 pop-under window 1 link click blank -->


One click two links( one is pop-up and one is normal link )


<!--1 pop-up window 1 link click blank -->
<script type="text/javascript">
// Popup window code
function newPopup(url) {
    popupWindow = window.open(
        url,'popUpWindow','height=700,width=800,left=10,top=10,resizable=yes,
scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')
}
</script>
<a href="javascript:newPopup('http://www.clixsense.com/?4080254');"
 onclick="window.open('http://makemoney-onlineptc.blogspot.com/p/blog-page.html',
'newwin');"><u><b><span style="font-size: x-large;">Make Money online PTC Option 1
</span></b></u></a>
<!--End code 1 pop-up window 1 link click blank -->



Thursday 22 August 2013

pop under ad on click for website



This code paste in between <head> and </head>

 <script type='text/javascript'>
    function popUnder() {
      var adv = window.open('http://adf.ly/Tg1L9', '_blank', 'status = 1, height = 600, width = 600, resizable = 1');
      adv.blur();
      window.focus();
    }
</script>



hai
in website replace <body>
<body onclick='javascript: popUnder();' >

Friday 2 August 2013

tags hide show html code





Tags hide and show botton

Html parse code

Parse code converter

Enter Code:
 
Parsed Code

publish html code for post


Html code for publish post

<div>
<form name="copy">
<div align="center">
<input onclick="javascript:this.form.txt.focus();this.form.txt.select();" type="button" value="Select All" /> </div>
<div align="center">
</div>
<div align="center">
<!---sunil code-->
<textarea cols="55" name="txt" rows="100" style="height: 400px; width: 100%;" wrap="VIRTUAL">
<!--html code here-->



</textarea> <!---sunil code-->  </div>
</form>
</div>

End code







sider ad html code




Html Code


table code


Wednesday 31 July 2013

Table html code ads ad network

Table sold border for blogger preview
About Ad Network
---write about ad network---
Ad Network Details
Ad Network Type ---------------
Requirements ---------------
Minimum Payout ---------------
Payment Methods ---------------
Country Location ---------------
Contact Details ---------------
Payment Period ---------------
Sign Up Here
Payment Proof
-------Coming--------
Impressions Review
-------Coming--------

Click Here Html code




Sunday 28 July 2013

html color code and name info site


html color code important for website building

1.  http://www.computerhope.com/htmcolor.htm
2. 

Tuesday 23 July 2013

google adsense earning methods


And google adsens earning methods is vary important and in so difficult so maintenance is difficult and earning method also important

1.   http://www.adfly.in/2013/03/what-is-adsense-how-to-get-approved.html
2.  

google adsense aproval tips


In my search google approval is all so difficult in my search i found some good information links

1.   http://www.adfly.in/2013/03/adsense-tips-for-quick-approved-for.html
2.   

google adsense maintainance


After Approve Google adsense maintenance is vary important so we search these concept we found below information links

1.    http://www.adfly.in/2013/04/reasons-to-avoid-google-adsense-banned.html
2.     

google adsense crawl infromation

google adsense crawl is the major issuer is we have some search on related links

crawl 
1.      http://trickofblogging.blogspot.in/2013/03/how-i-can-remov-or-fix-broken-url-for.html
2.