dont copy text html code



<script language='JavaScript' type='text/javascript'>
function disableText(e){
  return false;
}
function reEnable(){
  return true;
}
//For browser IE4+
document.onselectstart = new Function ("return false");

//For browser NS6
if (window.sidebar){
  document.onmousedown = disableText;
  document.onclick = reEnable;
}
</script>

paste code before

</head>

pop up windiw


<script type="text/javascript">

document.body.onclick= function(){

window.open('your web address', 'poppage', 'toolbars=0, scrollbars=1, location=0, 
statusbars=0, menubars=0, resizable=1, width=650, height=650, left = 300, top = 50');
}</script>


http://www.allbloggertips.com/2012/06/how-to-add-popup-window-in-blogger.html

post html code



table html code





<table border="1" style="background-color: lightblue;" width="">
<tbody>

<tr style="background-color: blue; color: white;">
<th colspan="2">About Adnework          </th></tr>

<tr style="background-color: blue; color: white;">
<th colspan="2">                                   </th></tr>

<tr>
<td>Ad network Type </td><td>                               </td></tr>

<tr>
<td>Requirements </td><td>                               </td></tr>

<tr>
<td>Minimum payout </td><td>                                </td></tr>

<tr>
<td>Payment Methods </td><td>                                   </td></tr>

<tr>
<td>Location</td><td>                                        </td></tr>

<tr>
<td>Payment Period</td><td>                               </td></tr>

<tr>
<th colspan="2">                                        </th></tr>

<tr>
<th colspan="2">Payment Proof          </th></tr>

<tr>
<th colspan="2">Impressions review       </th></tr>

</tbody></table>

test table

Table header
Table cell 1Table cell 2

function bb2html($text)
{
  $bbcode = array("<", ">",
                "[list]", "[*]", "[/list]", 
                "[img]", "[/img]", 
                "[b]", "[/b]", 
                "[u]", "[/u]", 
                "[i]", "[/i]",
                '[color="', "[/color]",
                "[size="", "[/size]",
                '[url="', "[/url]",
                "[mail="", "[/mail]",
                "[code]", "[/code]",
                "[quote]", "[/quote]",
                '"]');
  $htmlcode = array("&lt;", "&gt;",
                "<ul>", "<li>", "</ul>", 
                "<img src="", "">", 
                "<b>", "</b>", 
                "<u>", "</u>", 
                "<i>", "</i>",
                "<span style="color:", "</span>",
                "<span style="font-size:", "</span>",
                '<a href="', "</a>",
                "<a href="mailto:", "</a>",
                "<code>", "</code>",
                "<table width=100% bgcolor=lightgray><tr><td bgcolor=white>", "</td></tr></table>",
                '">');
  $newtext = str_replace($bbcode, $htmlcode, $text);
  $newtext = nl2br($newtext);//second pass
  return $newtext;
}









Flying Bee


Flying Bee


Flying Bee


Flying Bee