RitaTuyen @gmail.com

TẠO TIỆN TÍCH CHO BLOGGER 1




TẠO TIÊN TÍCH CHO BLOGGER 1

1- Yahoo (Bạn thay nick yahoo và tên của bạn vào chữ tô màu XANH)

<p style="text-align: center"><span style="font-size: large"><span style="font-family: Verdana"><span style="color: rgb(0,0,255)"><span style="color: rgb(0,0,128)"><span class="style5"><span style="color: rgb(0,128,128)"> Ms.Tuyen </span> <a href="ymsgr:sendim?vinaads01"><img border="0" alt="" src="http://opi.yahoo.com/online?u=vinaads01&amp;m=g&amp;t=2" /></a></span></span></span></span></span></p>








2- Skype (Bạn thay nick Skype của bạn vào chữ tô màu XANH )

<p style="text-align: center"><script type="text/javascript" src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script><a href="skype:Rita.hcm?call"><img src="http://download.skype.com/share/skypebuttons/buttons/call_blue_white_124x52.png" style="border: none;" width="124" height="52" alt="Skype Me™!" /></a></p>







TẠO TIỆN ÍCH LIÊN KẾT

<center><a target="_blank" href="http://NguyenTuyetNgocTuyen.com"><img src="http://marketingonlinepowerful.com/images/website.png" border="0" height="25" hspace="3" vspace="4" width="25" /></a><a target="_blank" href="http://TuyenTini.blogspot.com"><img src=" http://meritworld.com/images/Social%20Icons/blogger1.png" border="0" height="25" hspace="3" vspace="4" width="25" /></a><a target="_blank" href="http://www.facebook.com/tiningoctuyen"><img src="http://marketingonlinepowerful.com/images/facebook.png" border="0" height="25" hspace="3" vspace="4" width="25" /></a><a target="_blank"
href="https://twitter.com/vinaads01"><img src="http://marketingonlinepowerful.com/images/twitter.png" border="0" height="25" hspace="3" vspace="4" width="25" /></a><a target="_blank" href="http://NguyenTuyetNgocTuyen.wordpress.com"><img src="http://marketingonlinepowerful.com/images/wordpress.png" border="0" height="25" hspace="3" vspace="4" width="25" /></a><a target="_blank" href="http://www.youtube.com/user/NguyenTuyetNgocTuyen"><img src="http://marketingonlinepowerful.com/images/youtube.png" border="0" height="25" hspace="3" vspace="4" width="25" /></a><a target="_blank" href="http://picasaweb.google.com/vinaads01"><img src="http://marketingonlinepowerful.com/images/picasa.png" border="0" height="25" hspace="3" vspace="4" width="25" /></a></center>






HƯỚNG DẪN MỞ CỬA SỔ MỚI 

<a target="_blank" href="http://www.nguyentuyetngoctuyen.com">1- Giới Thiệu Khóa Học Thực Hành Marketing Online</a><br/>
                


CĂN GIỮA HÌNH VÀ CHỮ

<div class="separator" style="clear: both; text-align: justify;">
<a href="http://1.bp.blogspot.com/-a-d-_orOZR0/Tf7UvrYaWFI/AAAAAAAAAAg/CTTCEK7JpBI/s1600/circle-check-red.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0"style="vertical-align: middle"
<iframe width="480" height="300" src="http://www.youtube.com/embed/tNhIL7ft7nk" frameborder="0" allowfullscreen></iframe>


( hình như cost này đang bị lỗi)





MẪU LỊCH


<embed src="http://i982.photobucket.com/albums/ae304/Hunnie_-tr/Fash/LeePro-download.swf?link=http://img11.imageshack.us/img11/1925/farmroostermyspacecalen.swf" width=210 height=290 type=application/x-shockwave-flash wmode="transparent" ></embed>





ĐẾM THỜI GIAN NGƯỢC
<center><embed allowscriptaccess="never" height="250" src="http://img229.imageshack.us/img229/7140/clock1.swf" style="height: 250px; width: 250px;" type="application/x-shockwave-flash" width="250" wmode="transparent"></embed></center>

<center><div style="text-align: center;">
<span class="countdown_title"><b><span style="color: #073763; font-size: large;">Năm </span><span style="color: red; font-size: x-large;">2012</span><span style="color: #073763; font-size: large;"> Còn</span></b></span></div>
<div style="text-align: center;">
<span class="countdown_daycount" style="background-color: yellow; color: red; font-size: x-large;"><b>351</b></span></div>
<div style="text-align: center;">
<span class="countdown_dney" style="color: #073763; font-size: large;"><b>Ngày</b></span></div>
<div style="text-align: center;">

</div>
<div style="text-align: center;">

</div>
<span id="clockJS"></span>
<div style="text-align: center;">

</div>
<script language="JavaScript" type="text/javascript">
 TargetDate = "12/31/2012 00:00 AM";

 CountActive = true;

 CountStepper = -1;

 LeadingZero = true;

 DisplayFormat = "%%H%% Giờ %%M%% Phút %%S%% Giây";

 FinishMessage = "Time's Up";

 function calcage(secs, num1, num2) {

   s = ((Math.floor(secs/num1))%num2).toString();

   if (LeadingZero && s.length < 2)

     s = "0" + s;

   return s;

 }

 function CountBack(secs) {

   if (secs < 0) {

     document.getElementById("clockJS").innerHTML = FinishMessage;

     return;

   }

   DisplayStr = DisplayFormat.replace(/%%D%%/g, calcage(secs,86400,100000));

   DisplayStr = DisplayStr.replace(/%%H%%/g, calcage(secs,3600,24));

   DisplayStr = DisplayStr.replace(/%%M%%/g, calcage(secs,60,60));

   DisplayStr = DisplayStr.replace(/%%S%%/g, calcage(secs,1,60));

   document.getElementById("clockJS").innerHTML = DisplayStr;

   if (CountActive)

     setTimeout("CountBack(" + (secs+CountStepper) + ")", SetTimeOutPeriod);

 }

 CountStepper = Math.ceil(CountStepper);

 if (CountStepper == 0)

   CountActive = false;

 var SetTimeOutPeriod = (Math.abs(CountStepper)-1)*1000 + 990;

 var dthen  = new Date(TargetDate);

 var dnow  = new Date();

 if(CountStepper>0)

   ddiff = new Date(dnow-dthen);

 else

   ddiff = new Date(dthen-dnow);

 gsecs = Math.floor(ddiff.valueOf()/1000);

 CountBack(gsecs);


</script></center>








TẠO BẢNG (2 Cột)
<center><table border="1" cellpadding="5" cellspacing="5" width="100%">
<tr>
<th>Table header</th>
<th>Table header</th>

</tr>
<tr>

<td width="40%">Table cell 1</td><td>Table cell 2</td> 

</tr>
<tr>
<td width="40%">Table cell 1</td><td>Table cell 2</td> </tr>
<tr>
<td width="40%">Table cell 1</td><td>Table cell 2</td> </tr>
<tr>

<td width="40%">Table cell 1</td><td>Table cell 2</td> </tr>

<td width="40%">Table cell 1</td><td>Table cell 2</td> </tr>

<td width="40%">Table cell 1</td><td>Table cell 2</td> </tr>

<td width="40%">Table cell 1</td><td>Table cell 2</td> </tr>

<td width="40%">Table cell 1</td><td>Table cell 2</td> </tr>


</table></center>






TẠO BẢNG (3 cột)

<center><table border="1" cellpadding="5" cellspacing="5" width="100%">
<tr>
<th>Table header</th>
<th>Table header</th>
<th>Table header</th>

</tr>
<tr>

<td width="20%">Table cell 1</td><td>Table cell 2</td> <td>Table cell 3</td>

</tr>
<tr>
<td width="20%">Table cell 1</td><td>Table cell 2</td> <td>Table cell 3</td>
</tr>
<tr>
<td width="20%">Table cell 1</td><td>Table cell 2</td> <td>Table cell 3</td>
</tr>
</table></center>





TẠO 1 Ô
<center><table border="5" bordercolor="red" style="width: 450px;"><tbody>
<tr> <td><div style="text-align: center;">
<span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;"></span></div>
<div style="text-align: center;">
<span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: red; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-large; line-height: 13px;"><b>
</b></span>
</div>
<div class="separator" style="clear: both; text-align: justify;">

</div>
</td></tr>
</tbody></table>
</center>
<div class="separator" style="clear: both; text-align: center;">

</div>
<div style="text-align: center;">

</div>



CẢM NHẬN NHỎ

<center><div style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrLtE3uTlgW_MYwbwE039mUdANlp8uavkiFTFiyov4CKs197EjklsaqVWL9jTN5XigJQnB5Gxv-O78F1P9xnFicl2GJK8u56ocnZ1OpA6kniWuhkXx-iElkQFT0DLqeAPhUgW0U_n4tpQ/s1600/b1_01.gif); background-origin: initial; background-position: 50% 100%; background-repeat: no-repeat no-repeat; height: 95px; margin-bottom: 0px; margin-left: -10px; margin-right: 0px; margin-top: 0px; text-align: -webkit-auto; width: 475px;">

</div>
<div style="background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7_cK4YREKMIxYl-UU09IKorwMVncsU3BeL_or2TcbyBhZqm7JMuYQIZ8OqOZFfJihW8i2Cy1dfYNxh-l-DJ9uPTj2fXAB1SaRQx74j8n2028OdCbT62e5oaHoK6Ku7G357dsVPZGGWg4/s1600/b1_02.png) bottom center repeat-y; margin: 0 0 0 -10px; padding: 0 30px 50px; width: 415px;">

Noi DUng Tai Day


</div>
<div style="background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZYvf0nEK3c-DiVZchyCkKlq8Z1vxaMuGad_9h7lKFgzGVpy17c-XjNKBr23UXlreOfH0EdJSMvhDahFP4DjUAeaZxV3gR0vaWVgqE56J3LELocTgQEoGYrhlVxvlIAXfmZg77RZyaPw4/s1600/b1_03.gif) top center no-repeat; height: 29px; margin: 0 0 0 -10px; width: 485px;">
</div>
</center>


Đang bị lỗi, viết cảm nhận không được





CẢM NHẬN LỚN

<center>
<div style='background: url (http://2.bp.blogspot.com/-61v8-r0_xnQ/Th7WPpTxHqI/AAAAAAAAAMQ/n53vaF7d6N0/s1600/B1.png
) bottom left no-repeat;width:566px;height:95px'></div>
<div style='background: url(http://3.bp.blogspot.com/-8d8-iS6RlF0/Th7WP2lo2RI/AAAAAAAAAMU/0ZH7_z8hHrI/s1600/B2.png) bottom left repeat-y;width:486px;padding: 0 30px 0 50px'>

Noi dung tai day

</div>
<div style='background: url(http://3.bp.blogspot.com/-oQ5fv8M0RV0/Th7WQIY_RwI/AAAAAAAAAMY/bON_FMTssn4/s1600/B3.png) top left no-repeat;width:566px;height:29px'></div>
</center>

Đang bị lỗi



KHUNG NHỎ 1

<center>
<div style='background: url(http://2.bp.blogspot.com/-Asp2YuITt_k/Th4dkeqjV9I/AAAAAAAAALc/mMcTRYTfNtQ/s1600/A1.png) bottom left no-repeat;width:460px;height:33px;padding:15px 0 0 20px;color:#fff;font: 16px Verdana, Arial, Helvetica, sans-serif;font-weight:700;text-align:left'>
Header tai day
</div>
<div style='background: url(http://2.bp.blogspot.com/-Z1X9EHD59wI/Th4dkm7jDfI/AAAAAAAAALg/8P5V1WF2fi8/s1600/A2.png) bottom left repeat-y;width:440px;padding: 0 20px 0 20px;text-align:left'>

Noi dung tai day

</div>
<div style='background: url(http://2.bp.blogspot.com/-g-r4T-H9LsQ/Th4dkwK_deI/AAAAAAAAALk/9Nhj2eYDG0o/s1600/A3.png) top left no-repeat;width:480px;height:29px'></div>

</center>
Đang bị lỗi





KHUNG NHỎ 2
<center>
<div style='background: url(http://3.bp.blogspot.com/-Whh8sPbXAaI/Th7G85TJBkI/AAAAAAAAAL4/9Yy0zBKH3qY/s1600/C1.png) bottom left no-repeat;width:450px;height:38px;padding:15px 0 0 30px;color:#fff;font: 16px Verdana, Arial, Helvetica, sans-serif;font-weight:700;text-align:left'>
Header tai day
</div>
<div style='background: url(http://3.bp.blogspot.com/-lI4X-UBaH1s/Th7G9ZXJqXI/AAAAAAAAAL8/PxIWwnmeTYI/s1600/C2.png) bottom left repeat-y;width:440px;padding: 0 20px 0 20px;text-align:left'>

Noi dung tai day

</div>
<div style='background: url(http://4.bp.blogspot.com/-1CHrlz9Tf1M/Th7G9tzyP0I/AAAAAAAAAMA/SxszV7BUIRc/s1600/C3.png) top left no-repeat;width:480px;height:29px'></div>
</center>

Đang bị lỗi


KHUNG VỪA

<center>
<div style='background: url(http://1.bp.blogspot.com/-L_4uH5y2gkY/Th7OOCTjX9I/AAAAAAAAAME/9cYTDcPlsRY/s1600/F1.png) bottom left no-repeat;width:540px;height:38px;padding:15px 0 0 30px;color:#fff;font: 16px Verdana, Arial, Helvetica, sans-serif;font-weight:700;text-align:left'>
    Header tai day
</div>
<div style='background: url(http://1.bp.blogspot.com/-bEbeVLa0uSQ/Th7OOUIN5gI/AAAAAAAAAMI/PDjmpJHnY6o/s1600/F2.png) bottom left repeat-y;width:530px;padding: 0 20px 0 20px;text-align:left'>

     Noi dung tai day

</div>
<div style='background: url(http://4.bp.blogspot.com/-sTSwnf7JGIE/Th7OO-vAfcI/AAAAAAAAAMM/ph6DumXm_Ss/s1600/F3.png) top left no-repeat;width:570px;height:29px'></div>

</center>

Đang bị lỗi
----------------






KHUNG LỚN
<center>
<div style='background: url(http://1.bp.blogspot.com/-1i5B3cOOfNo/Th4HLAl3uQI/AAAAAAAAALQ/CvfXHGNOmCs/s1600/M1.png) bottom left no-repeat;width:540px;height:38px;padding:15px 0 0 30px;color:#fff;font: 16px Verdana, Arial, Helvetica, sans-serif;font-weight:700;text-align:left'>
   Header tai day
</div>
<div style='background: url(http://2.bp.blogspot.com/-Y6DJP0vO1lg/Th4HLZpLT7I/AAAAAAAAALU/zd4bEDWls4E/s1600/M2.png) bottom left repeat-y;width:530px;padding: 0 20px 0 20px;text-align:left'>

   Noi dung tai day

</div>
<div style='background: url(http://3.bp.blogspot.com/-StajFIecBVk/Th4HLuk-oUI/AAAAAAAAALY/1bJHVi_TAj4/s1600/M3.png) top left no-repeat;width:570px;height:29px'></div>

</center>

Đang bị lỗi


---------------------------------------




CODE CHẠY HÌNH ẢNH TỪ DƯỚI LÊN TRÊN

<marquee height="200" direction="UP" scrolldelay="5" scrollamount="2" onmouseover="this.stop()" onmouseout="this.start()"> 
<a href="http://www.rongnho.info/2012/05/rong-nho-bien-tuoi.html"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigmSLVS7e-JAaW8O7T_1ySGOzt42c1T-rg0dSmmtL_hQ8bGBzcVTiAbHR56J4sj-1jhu5_riCXcOXGAVCipbzleH8bsdTWrjlJeokx0ik8mlob3NAOdfPw27VOo0gk9yFcACUz5hIYN8Dw/s1600/rong+nho+bi%25E1%25BB%2583n%252C+rong+nho+bien%252Crong+bi%25E1%25BB%2583n.jpg" width="290" height="150" />
</a>
<a href="http://www.cakeosong.com/2012/05/ca-keo-song.html"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhh3V891P_JStSv9zLVnrHj5C2TtCba7bwYCxLcUxzbk8zieIoirn02DGntPoadPZgLGjKCrxCI5mlgoZixQo94Z6hoMlhpzQncep8k5pefnoEYF8WPG3pCxvbZiHdyFqlvPN2HoHYDOMs/s1600/images580615_1313551358_lau_mam_ca_keo2.jpg" width="290" height="150" /></a>
<a href="http://yenthaoshop.com/rau-sach/ca-chua-428522.html"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheuC-vjulkabrs0xgca3-IDQkMVzE-yb9hOYIA0Ygc3u4jLHC674q8BhSMkl24CAi1dQtPdKwluifib0dskpMoZWWqhr2_0vwv_k6GNxO2TbJCAUle1AQ2d11Hxy5DX0If50w4AeC1B-Q/s1600/tomato.jpg" width="290" height="250" />
</a>
<a href="http://yenthaoshop.com/thuc-pham-dong-lanh/muc-nang-nguyen-con-lam-sach-526194.html"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtayS2Tn-Qs_PyVASkrOiUlzGXGmOTmmnrWLAljNbNBH9ajtTu4SuhTWzS1b3gehHRvQCywMQV7EHtWQIqV1z2a8ce18Mc4dGFdHxJsGKSlnIu8aj3Qo8X2vh4InWiDIm4oB5vBzCOKuw/s1600/15.JPG" width="290" height="250" />
</a>
</marquee>





CODE ĐỒNG HỒ (Chèn vào tiện ích)
<p align="center"><embed type="application/x-shockwave-flash" allowscriptaccess='never'  src="http://img231.imageshack.us/img231/6342/clock58.swf" width="162" height="162" wmode="transparent"></embed></p>

Code quảng cáo chạy dọc 2 bên web (Chèn vào tiện ích)

<div id="divAdRight" style="DISPLAY: none; POSITION: absolute; TOP: 0px"> 
<a target="_blank" href="link bài viết"><img src="link hình"width="125" /></a>
</div> 
<div id="divAdLeft" style="DISPLAY: none; POSITION: absolute; TOP: 0px"> 
<a href=" link bài viết"><img src="link hình"width="125" /></a>
</div> 
<script> 
    function FloatTopDiv() 
    { 
        startLX = ((document.body.clientWidth -MainContentW)/2)-LeftBannerW-LeftAdjust , startLY = TopAdjust+80; 
        startRX = ((document.body.clientWidth -MainContentW)/2)+MainContentW+RightAdjust , startRY = TopAdjust+80; 
        var d = document; 
        function ml(id) 
        { 
            var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id]; 
            el.sP=function(x,y){this.style.left=x + 'px';this.style.top=y + 'px';}; 
            el.x = startRX; 
            el.y = startRY; 
            return el; 
        } 
        function m2(id) 
        { 
            var e2=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id]; 
            e2.sP=function(x,y){this.style.left=x + 'px';this.style.top=y + 'px';}; 
            e2.x = startLX; 
            e2.y = startLY; 
            return e2; 
        } 
        window.stayTopLeft=function() 
        { 
            if (document.documentElement && document.documentElement.scrollTop) 
                var pY =  document.documentElement.scrollTop; 
            else if (document.body) 
                var pY =  document.body.scrollTop; 
            if (document.body.scrollTop > 30){startLY = 3;startRY = 3;} else {startLY = TopAdjust;startRY = TopAdjust;}; 
            ftlObj.y += (pY+startRY-ftlObj.y)/16; 
            ftlObj.sP(ftlObj.x, ftlObj.y); 
            ftlObj2.y += (pY+startLY-ftlObj2.y)/16; 
            ftlObj2.sP(ftlObj2.x, ftlObj2.y); 
            setTimeout("stayTopLeft()", 1); 
        } 
        ftlObj = ml("divAdRight"); 
        //stayTopLeft(); 
        ftlObj2 = m2("divAdLeft"); 
        stayTopLeft(); 
    } 
    function ShowAdDiv() 
    { 
        var objAdDivRight = document.getElementById("divAdRight"); 
        var objAdDivLeft = document.getElementById("divAdLeft");        
        if (document.body.clientWidth < 1000) 
        { 
            objAdDivRight.style.display = "none"; 
            objAdDivLeft.style.display = "none"; 
        } 
        else 
        { 
            objAdDivRight.style.display = "block"; 
            objAdDivLeft.style.display = "block"; 
            FloatTopDiv(); 
        } 
    }  
</script> 
<script> 
document.write("<script type='text/javascript' language='javascript'>MainContentW = 1000;LeftBannerW =125;RightBannerW = 125;LeftAdjust = 5;RightAdjust = 5;TopAdjust = 10;ShowAdDiv();window.onresize=ShowAdDiv;;<\/script>"); 
</script>




Code Nút Google+
<g:plusone annotation="inline"></g:plusone>

<script type="text/javascript">
  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>





Latest updates (Chèn vào tiện ích)

<center>
<a href=" đừơng dẫn "><font size="4" color="red"><strong> nội dung tiêu đề ></font></a>
<br/>
<a href="đừơng dẫn"><font size="4" color="red"><strong>nội dung tiêu đề</strong></font></a>
<br/>
<a href="đừơng dẫn"><font size="4" color="red"><strong>nội dung tiêu đề</strong></font></a>
<br/>
</center>










facebook

TEST CHO CÁC BẠN XEM

anh bia facebook tinh yeu dep buon anh bia facebook tinh yeu dep buon anh bia facebook tinh yeu dep buon anh bia facebook tinh yeu dep buon
1 2 3 4