Translate

Hiển thị các bài đăng có nhãn Blog Plus. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn Blog Plus. Hiển thị tất cả bài đăng

Thứ Hai, 2 tháng 5, 2011

Tăng tốc blog của bạn bằng .htaccess

Trong thời đại công nghệ thông tin thì tốc độ đóng một vai trò rất quan trọng, mọi thứ đều cần phải có tốc độ cao và blog cũng không phải là ngoại lệ. Một blog có tốc độ load nhanh sẽ giữ chân được nhiều hơn những người dùng khó tính (luôn đòi hỏi mọi thứ phải tốc độ nhanh)
Hôm nay, mình xin giới thiệu với các bạn 2 cách để sử dụng tính năng Gzip mà không phải sửa code mà chỉ cần thêm vài dòng vào file .htaccess

Cách 1: Sử dụng Module Mod_Gzip

Yêu cầu: Đây là một External Module nên yêu cầu nhà cung cấp Web Hosting của bạn phải hỗ trợ Module này.
Dưới đây là đoạn code mà bạn sẽ chèn vào file .htaccess của mình
<ifModule mod_gzip.c>
  mod_gzip_on Yes
  mod_gzip_dechunk Yes
  mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
  mod_gzip_item_include handler ^cgi-script$
  mod_gzip_item_include mime ^text/.*
  mod_gzip_item_include mime ^application/x-javascript.*
  mod_gzip_item_exclude mime ^image/.*
  mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</ifModule>
Nguồn tham khảo

Cách 2: Sử dụng Module Mod_Deflare

Với những bạn xài host nền tảng Apache 2.0 thì có 1 module khác được tích hợp sẵn trong Apache là mod_deflare.
Chèn đoạn code sau vào file .htaccess của bạn
# BEGIN Compress text files
<IfModule mod_deflate.c>
  <FilesMatch ".(css|js|x?html?|php)$">
    SetOutputFilter DEFLATE
  </FilesMatch>
</IfModule>
# END Compress text files

# BEGIN Expire headers
<IfModule mod_expires.c>
  ExpiresActive On
  ExpiresDefault "access plus 1 seconds"
  ExpiresByType image/x-icon "access plus 2592000 seconds"
  ExpiresByType image/jpeg "access plus 2592000 seconds"
  ExpiresByType image/png "access plus 2592000 seconds"
  ExpiresByType image/gif "access plus 2592000 seconds"
  ExpiresByType application/x-shockwave-flash "access plus 2592000 seconds"
  ExpiresByType text/css "access plus 604800 seconds"
  ExpiresByType text/javascript "access plus 216000 seconds"
  ExpiresByType application/javascript "access plus 216000 seconds"
  ExpiresByType application/x-javascript "access plus 216000 seconds"
  ExpiresByType text/html "access plus 600 seconds"
  ExpiresByType application/xhtml+xml "access plus 600 seconds"
</IfModule>
# END Expire headers

# BEGIN Cache-Control Headers
<IfModule mod_headers.c>
  <FilesMatch ".(ico|jpe?g|png|gif|swf)$">
    Header set Cache-Control "max-age=2592000, public"
  </FilesMatch>
  <FilesMatch ".(css)$">
    Header set Cache-Control "max-age=604800, public"
  </FilesMatch>
  <FilesMatch ".(js)$">
    Header set Cache-Control "max-age=216000, private"
  </FilesMatch>
  <FilesMatch ".(x?html?|php)$">
    Header set Cache-Control "max-age=600, private, must-revalidate"
  </FilesMatch>
</IfModule>
# END Cache-Control Headers

# BEGIN Turn ETags Off
<IfModule mod_headers.c>
  Header unset ETag
</IfModule>
FileETag None
# END Turn ETags Off

# BEGIN Remove Last-Modified Header
<IfModule mod_headers.c>
  Header unset Last-Modified
</IfModule>
# END Remove Last-Modified Header
Nguồn tham khảo
Chỉ vài dòng với file .htaccess là bạn đã có thể tăng tốc blog của mình rồi đấy, chúc các bạn thành công.
Theo:Hutek.info


Nguồn: http://thuthuatso.com/2011/02/09/tang-toc-blog-cua-ban-bang-htaccess/#ixzz1LCzNfxch

Các bạn đang xem trang http://www.CONETVN. blogspot.com

Chia sẻ miễn phí Thesis Theme cho Blogspot/Blogger

Thesis theme cho Blogspot chỉ kế thừa “cái vỏ xấu xí” của Thesis “xịn” nhưng như vậy là quá đủ rồi. Vì với blogspot, theme nhẹ, đơn giản, đầy đủ chức năng là 1 trong những yếu tố “to tát” nhất có ích cho SEO mà bạn có thể nhúng tay vào. Thesis theme cho Blogspot này được “convert” bởi Klodian – chuyên gia thiết kế theme cho Blogspot.

Theme được thiết kế thông minh, đơn giản và load rất nhanh. Xứng đáng với cái tên “Thesis cho Blogspot”
Đặc điểm:
  • Dành cho Blogspot
  • 3 cột
  • Sidebar trái và phải
  • Nền trắng
  • Đã được tối ưu hóa cho Search Engine (tên bài viết đã được đưa lên trên tên Blog)

Các bạn đang xem trang http://www.CONETVN. blogspot.com

Hướng dẫn thêm nút Google Buzz vào Blogspot/Blogger

Google Buzz là mạng xã hội mới được tích hợp trong hòm thư Gmail của bạn. Dưới “bàn tay” của Google, mình nghĩ Google Buzz sẽ thành công và rất có khả năng vượt qua Twitter trong tương lai không xa. Tuy nhiên, bài viết này không phải để giới thiệu hay lăng-xê Google Buzz.
Nếu muốn tìm hiểu thêm thông tin về mạng xã hội Non -Trẻ – Khỏe này, bạn có thể đọc thêm ở:
Còn bài này, mình muốn hướng dẫn các bạn: “Chèn nút Google Buzz vào blog trên nền Blogspot/Blogger.com“. Bạn nào dùng WordPress thì có thể tham khảo bài của anh Tỉnh ở đây

Chú ý: Trước khi chỉnh sửa Template, bạn nhớ Save lại một bản dự phòng, bằng cách nhấn vào ‘Download Full Template‘ trong trang ‘Edit HTML‘ thuộc cửa sổ ‘Layout‘
1. Vào Blogger Layout page – Edit HTML – và click ô Expand Widget Templates
2. Nhấn Ctrl+F và tìm:
1
<data:post.body/>
3. Chèn ngay phía trên dòng vừa tìm được đoạn code sau:
1
2
3
4
5
<!--GOOGLE-BUZZ-BUTTON-->
<div style='float:right; margin-left:3px;'>
<a expr:href='&quot;http://www.google.com/reader/link?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title + "&amp;srcTitle=" + data:blog.title' target='_blank'><div style='text-align:right;margin-top:-42px;'><img alt='Buzz This' src='http://i48.tinypic.com/mhpmcz.jpg'/></div></a>
</div>
<!--GOOGLE-BUZZ-BUTTON-->
Chú ý: Trong trường hợp Blog của bạn đã cài chức năng Read More/Expandable Post Summaries, thì hãy chèn code trên vào bên trên đoạn data:post.body thứ 2 tìm được.
4. Preview và Save lại. Bạn sẽ thấy nút Google Buzz bên phải, dưới Title bài viết.
Các bạn đang xem trang http://www.CONETVN. blogspot.com

Theme blog plus cực đẹp Hip hop cool

Demo:






Code:
.col-150 .rc_bd  .rc_bc .bd {background:transparent;}
.col-600 .rc_bd  .rc_bc .bd {background:transparent;}
.row-920 .rc_bd  .rc_bc .bd {background:transparent;}
.col-150 .rc_bd  .rc_bc .hd .titlebar .hd, .col-150 .rc_bd  .rc_bc .hd .titlebar{background:transparent;}
.col-600 .rc_bd  .rc_bc .hd .titlebar .hd, .col-600 .rc_bd  .rc_bc .hd .titlebar{background:transparent;}
.row-920 .rc_bd  .rc_bc .hd .titlebar .hd, .row-920 .rc_bd  .rc_bc .hd .titlebar{background:transparent;}
.col-150 a , .col-600 a , .row-760 a, .row-920 a {text-decoration:none;}
.rc_hd, 
.rc_hd div, 
.rc_bd, 
.rc_bd .rc_bc, 
.rc_ft, 
.rc_ft div
{background:transparent;border-style:none;}
#blast .rc_hd, #blast .rc_hd div, #blast .rc_bd, #blast .rc_bc, #blast .rc_ft, #blast .rc_ft div, #blast .rc_bc .bd, #blast .tail {background:transparent;border-style:none;height:100%;}
body.blog_my, body.blog_my_index, body.comment_listing, body.trackback_listing, body.blog_archives_folder, body.blog_archives_date, body.blog_archives_all, body.post_rte, body.post_doodle, body.guestbook, body.comment_list, body.subscribe_list, body.post_gb, body.profile_view, body.gallery, 
body.photo_big, body.slideshow, body.photo_upload_pc, body.photo_upload_gallery{text-align:center;background:url(http://cB1.upanh.com/21.62.28001920.bqS0/clubsmile.jpg) center 0px no-repeat;}
#head {background:transparent;height:605px;}
html{background:#ffffff url(http://a.imageshack.us/img837/5250/giua.jpg) top center fixed;}
#ft{background:transparent;font-size:0px;}
#ft{background:transparent url(http://cB8.upanh.com/21.58.27997467.hRh0/dh.jpg) no-repeat center;height:550px;}

NỀN TOÀN BỌ MODULE PHỤ {}

.col-150 .rc_hd {background:transparent url(http://i416.photobucket.com/albums/pp244/thuongtrieu/005ea52e.png) no-repeat center bottom;height:48px;}
.col-150 .rc_bd .rc_bc .hd .titlebar .hd{background:transparent;}.col-150 .rc_bd{background:transparent url(http://i416.photobucket.com/albums/pp244/thuongtrieu/2f55f15d.png) repeat-y top center;}
.col-150 .rc_ft{background:transparent url(http://cB4.upanh.com/20.95.26983143.7I60/botmodule.png) no-repeat center top;height:38px;}
#blog_title{display:none;}
#blast .rc_bc .bd {font-weight:bold;font-style:italic;font-size:100%;text-decoration:blink;}
#profile_highlight .nickname a {font-size:80%;font-weight:bold;font-family:fantasy;text-decoration:blink;}
.mod-alist .rc_bd .bd .more-posts .mod-alist-manage ul li, .mod-alist .rc_bd .bd .more-posts .folder-icons .icon ul li {background:none;}
.cmt-mod-alist #comments-listing.expanded .bd {width:580px;}

TRONG SUỐT NÓC NHÀ{}

#ygmatop, #ygmabot, .ysearch, .ysearch #ygmasrchfrm, #ygmasrchfrm fieldset, .yuimenubar .hd, .yuimenubarnav .yuimenubaritem, .yuimenubaritemlabel, #blogsearch form, #blogsearch .hd b, #blogsearch .hd u, #blogsearch .hd i{background:transparent;border-style:none;}
.yuimenubar{border-style:none;}
#ygmasrchfrm input, #blogsearch input{background:transparent;}
#ygmatop, #ygmabot, .blog_dummyselect {display:none;}
.yuimenubar .bd ul.first-of-type #yui-gen0{background:transparent;}
.yuimenubar{padding:0 235px;width:480px;background:transparent;}
.yuimenubarnav .yuimenubaritem{border:none;}
#blogsearch {display:none;}
#ysm_bottom {display:none;}
#ygma{background:transparent;height:37px;}
.yuimenubarnav .yuimenubaritem {border-right:none;border-color:#f105bc;}
.yuimenubaritemlabel {border:none;}
.first-of-type a, #ygmatop a, .ygmabg, #ygmasrchbtn{color:#FFFFFF;}
.first-of-type li:hover{background:transparent;}
.blog_dummyselect .bd div, .blog_dummyselect .bd, .yuimenu .bd {background:transparent;}
.first-of-type a:hover{color:#020467;text-decoration:none;}
.menu .bd, .yuimenu ul{border-style:dashed;border-color:#FFFFFF;}
.yuimenubar {padding:0 235px;width:482px;}
#ygmatop, #ygmabot, .blog_dummyselect {display:none;}
.yuimenubaritemlabel-selected a{color:#7e00ff!important;}
.rc_hd, .rc_hd div, .rc_bd, .rc_bd .rc_bc, .rc_ft, .rc_ft div{background:transparent;border-style:none;}
.blog_dummyselect .bd div, .blog_dummyselect .bd, .yuimenu .bd {background:transparent url(http://cA4.upanh.com/10.777.14916202.FXN0/trongsuot.png);color:#ff0054;}
#blogsearch span.btn .ygmasrchbtn {display:none;}
.ygmasrchquery {display:none;}
#ygma{background:url(http://cB3.upanh.com/21.64.28004312.VCK0/clubsmie2.png) no-repeat top center;height:96px;}

XOA QUANG CAO  {}
#ysm_bottom{display:none;}
.ysm_line{display:none;}

BO DAU GACH CHAN LINK {}
a {text-decoration:none;}

TRONG SUOT TRANG CHINH{}

.col-150 .rc_bd .rc_bc .hd .titlebar .hd, .col-150 .rc_bd .rc_bc .hd .titlebar, .col-150
.rc_bd .rc_bc .bd, 
.col-600 .rc_bd .rc_bc .hd .titlebar .hd, .col-600 .rc_bd .rc_bc .hd .titlebar, .col-600
.rc_bd .rc_bc .bd, .col-600 .rc_bd .rc_bc .ft, 
.row-760 .rc_bd .rc_bc .hd .titlebar .hd, .row-760 .rc_bd .rc_bc .hd .titlebar, 
.row-760 .rc_bd .rc_bc .bd, .row-760 .rc_bd .rc_bc .ft, 
.row-920 .rc_bd .rc_bc .hd .titlebar .hd, .row-920 .rc_bd .rc_bc .hd .titlebar, 
.row-920 .rc_bd .rc_bc .bd, .row-920 .rc_bd .rc_bc .ft, 
.cmt-mod-alist .comments-listing .hd, 
#comment_container li, 
#bd .rte_toolbar, .mod-trackback
#trackback-listing, .mod-trackback ul, 
#blog_title .rc_bd .rc_bc .bd, 
#blast .rc_bc .bd, 
#blast .tail, .pagination, 
#article_list_module .mod-alist-searchbox input.ipt, 
#search_module input.textfield
{background:transparent;}
.rc_hd, .rc_hd div, .rc_bd, .rc_bd .rc_bc, .rc_ft, .rc_ft div, 
.captchaContentBox{background:transparent;border-style:none;}
.cmt-mod-alist .comments-listing .bd, .mod-trackback .bd{background:transparent !important;}

TRONG SUOT TRANG PHU {}

Trang profile

#profile_info .bd, 
#profile_info th{background:transparent !important;}

Trang Album {}

#gallery_list .rc_bc .bd, 
#gallery_list .rc_bc .bd .actionbar, 
#gallery_list .rc_bc .bd .actionbar .bd, 
#gallery_list .rc_bc .bd .actionbar .hd, 
#gallery_list .rc_bc .bd .actionbar button, 
#gallery_list .rc_bc .hd .titlebar .hd select {background:transparent;}

Trang Xem Hình Trong Album {}

#photo_enlarge .rc_bc .bd, 
#photo_enlarge .ft, 
#blog_compose .rc_bd .rc_bc .bd .actionbar .bd button, 
#photo_enlarge
#photo_comment_list, 
#photo_enlarge
#photo_comment_list .bd, 
#photo_enlarge .rte_fieldset, 
#photo_enlarge .photo-comment
{background:transparent;}

TRANG BAN BE {}

#friend-list .mod-tag-friend-list, 
#friend-list .mod-tag-friend-list .ft, 
#friend-list .mod-tag-friend-list .bd{background:transparent !important;}

ICON MODULE {}

.more-posts .mod-alist .mod-alist-summary-bd .thumbnail{float:left;padding:0 10px 10px 10px;}
.mod_all .rc_bd .bd ul li{list-style-type:none;margin-left:0;padding:0 0.5em 0 1.5em;}
#article_new li, #comment_new h3, #comment_new li, #folder li, #statistic li, .mod_all .rc_bd .bd ul.folder li, #profile_card .bd dl dt{background:transparent url(http://i646.photobucket.com/albums/uu185/vanhoai1111/th_27-1.gif) no-repeat top left;}
.mod_all .cmt-mod-alist .alist-comment ul li{padding:10px 10px 10px;}
.mod_all .cmt-mod-alist .alist-comment ul li, .cmt-mod-alist .alist-comment .responding, .cmt-mod-alist .add-comment, #bd .rte_toolbar{border-color:#ff93b5;border-style:dashed;border-width:2px;}

HIEU UNG HOVER LINK{}

a:hover{background:transparent url(http://i251.photobucket.com/albums/gg305/dhiezz_zzz/aNiMe%20dOt%20GiF/snowblue.gif) top center;font-weight:bold;text-shadow:5px 2px 5px #7D2E0D;border:1px dashed #cbfe00;}


ENTRY {}

CANH CHINH PHAN HIEN THI NOI DUNG ENTRY {}

.mod-alist-summary, .mod-alist-brief, .mod-alist-full {float:left;padding:5px 0px 10px 0px;}

TUY HINH DO RONG ENTRY{}

.mod-alist-summary, .mod-alist-brief, .mod-alist-full {
width:620px;}
#friend-list {width:620px;}

NEN ENTRY{}
#article_list_module .rc_hd {background:transparent url(http://cB6.upanh.com/21.65.28005075.4Yn0/clubsmile.png) no-repeat scroll center top;height:189px;}

.pagination {background:transparent;}
#article_list_module .rc_ft {background:transparent url(http://cB7.upanh.com/21.66.28005646.GGe0/clubsmile12.png) no-repeat scroll center top;height:146px;}


NGAN DONG BAI VIET {}

.mod-alist .rc_bd .bd .more-posts .mod-alist-manage ul li, .mod-alist .rc_bd .bd .more-posts .folder-icons .icon ul li {background:none;}
.mod-alist .rc_bd .bd .more-posts ul li{background:transparent url(http://media.bigoo.ws/content/63/265663/Fantasy-thumb.gif) no-repeat bottom center;border-style:none;}

TUY CHINH MODULE PROFILE {}

THAY NUT HOME {}

#profile_highlight .backhome {
background:transparent url(http://i471.photobucket.com/albums/rr75/HelloRoseBlog/HOME%20ICON/th_home15.gif) no-repeat scroll center center;display:block;height:31px;}
#profile_highlight .backhome a{display:block;height:50px;font-size:0px;}

ICON THAO TAC {}

#profile_highlight #profile_nav ul li .yui3-menu-label{padding:1.6em 0.5em 1.5em 2em;background:transparent url(http://dl2.glitter-graphics.net/pub/439/439702yc1s6yyoii.gif) no-repeat left center;}

TRONG SUOT THAO TAC{}

#profile_highlight .yui3-menu-corner, #profile_highlight .yui3-menu-corner div, #profile_highlight .yui3-menu-corner-bl, #profile_highlight .yui3-menu-corner .yui3-menu-corner-tr, #profile_highlight .yui3-menu-corner-br, #profile_highlight #profilemorelinks .yui3-menu-content{background:transparent;border-style:none;}

HIEU UNG VIEN COMMENT{}

.mod_all .cmt-mod-alist .alist-comment ul li{border-top:2px dashed #0FD4E2;border-right:1px dashed #0FD4E2;border-left:2px dashed #0FD4E2;border-bottom-style:dashed;border-bottom-color:#0FD4E2;border-bottom-width:2px;}

TRONG SUOT CM{}

.cmt-mod-alist .comments-listing .bd, 
#comment_container li, 
#bd .rte_toolbar
{background:transparent !important;}
.cmt-mod-alist .comments-listing .hd, #comment_container li, #bd .rte_toolbar, .mod-trackback #trackback-listing, .mod-trackback ul {background:transparent;border-style:none;}

NGAN CACH COMMENT{}

.cmt-mod-alist .alist-comment .responding{border-top:2px dashed #0FD4E2;}
.cmt-mod-alist .add-comment{border-top:1px dashed #0FD4E2;}

THAY VIEN PHAN SOAN THAO{}

.rte_editor, .rte_src_editor{border-top:2px dashed #0FD4E2;border-right:2px dashed #0FD4E2;border-left:2px dashed #0FD4E2;border-bottom-style:dashed;border-bottom-color:#6a2801;border-bottom-width:2px;}

HIEU UNG NICK COMMENT{}

.cmt-mod-alist .alist-comment h4 a{background:transparent url(http://i251.photobucket.com/albums/gg305/dhiezz_zzz/aNiMe%20dOt%20GiF/snowblue.gif) top center;}

TRONG SUOT PHAN PROFILE{}

#profile_highlight #profile_nav{background:none;}
#profile_highlight .yui3-menuitem-active, #profile_highlight .yui3-menu-label-active, #profile_highlight .yui3-menu-label-menuvisible{background:none;}

THU GON PHAN COMMENT MOI{}
#comment_new .bd ul li cite {display:none;}

XOA BO TIEU DE MODULE TU TAO{}

#user_mod_10001 h2{display:none;}
#user_mod_10002 h2{display:none;}
#user_mod_10003 h2{display:none;}
#user_mod_10004 h2{display:none;}
#user_mod_10005 h2{display:none;}
#user_mod_10006 h2{display:none;}
#user_mod_10007 h2{display:none;}
#user_mod_10008 h2{display:none;}
#user_mod_10009 h2{display:none;}
#user_mod_10010 h2{display:none;}

XOA MODULE TEN BLOG {}

#blog_title{height:0px;}
#blog_title .bd h2{text-align:left;font-size:0px;color:transparent;}
#blog_title .rc_bc .bd{text-align:center;font-size:0px;color:transparent;}

TUY CHINH PHAN PHU{}

.mod-alist-summary-bd .thumbnail img {width:140px;height:140px;border:1px solid #b50101;}
.more-posts .mod-alist .mod-alist-summary-bd .thumbnail {float:left;width:141px;background:transparent url(http://cB5.upanh.com/21.66.28006384.mBN0/images.jpg) no-repeat center!important;height:142px;padding:4px;border:solid #0DE7EF;border-width:3px 3px 3px 3px;}
.more-posts .mod-alist .mod-alist-summary-bd .content {float:right;width:415px;height:54px;text-align:justify;border:1px dashed black;padding:8px;}
.more-posts .mod-alist .mod-alist-tagsbar .trackbacks-comment {float:right;padding:10px 0px 0px 0px;color:black;}
.mod_all .rc_bd .bd ul.users li {width:110px;border:1px dashed #0DE7EF;}.mod_all .rc_bd .bd ul.users li .avatar img {width:106px;padding:2px;border-bottom:1px dashed #0DE7EF;}
.mod_all .rc_bd .bd ul.users li .alias {}
 
Nguồn blogplus
Các bạn đang xem trang http://www.CONETVN. blogspot.com

Theme blog plus cực đẹp

Demo:

Top





Bottop:





Code:___________________________________________________________
Design By Club-smile
.col-150 .rc_bd  .rc_bc .bd {background:transparent;}
.col-600 .rc_bd  .rc_bc .bd {background:transparent;}
.row-920 .rc_bd  .rc_bc .bd {background:transparent;}
.col-150 .rc_bd  .rc_bc .hd .titlebar .hd, .col-150 .rc_bd  .rc_bc .hd .titlebar{background:transparent;}
.col-600 .rc_bd  .rc_bc .hd .titlebar .hd, .col-600 .rc_bd  .rc_bc .hd .titlebar{background:transparent;}
.row-920 .rc_bd  .rc_bc .hd .titlebar .hd, .row-920 .rc_bd  .rc_bc .hd .titlebar{background:transparent;}
.col-150 a , .col-600 a , .row-760 a, .row-920 a {text-decoration:none;}
.rc_hd, 
.rc_hd div, 
.rc_bd, 
.rc_bd .rc_bc, 
.rc_ft, 
.rc_ft div
{background:transparent;border-style:none;}
#blast .rc_hd, #blast .rc_hd div, #blast .rc_bd, #blast .rc_bc, #blast .rc_ft, #blast .rc_ft div, #blast .rc_bc .bd, #blast .tail {background:transparent;border-style:none;height:100%;}
body.blog_my, body.blog_my_index, body.comment_listing, body.trackback_listing, body.blog_archives_folder, body.blog_archives_date, body.blog_archives_all, body.post_rte, body.post_doodle, body.guestbook, body.comment_list, body.subscribe_list, body.post_gb, body.profile_view, body.gallery, 
body.photo_big, body.slideshow, body.photo_upload_pc, body.photo_upload_gallery{text-align:center;background:url(http://cB4.upanh.com/20.87.26975583.p2Q0/clubsmile.jpg) center 0px no-repeat;}
#head {background:transparent;height:615px;}
html{background:#ffffff url(http://a.imageshack.us/img837/5250/giua.jpg) top center fixed;}
#ft{background:transparent;font-size:0px;}
#ft{background:transparent url(http://cB8.upanh.com/20.82.26970777.Mbn0/clubsmile2.jpg) no-repeat center;height:550px;}

NỀN TOÀN BỌ MODULE PHỤ {}

.col-150 .rc_hd {background:transparent url(http://cB4.upanh.com/20.87.26975093.ljd0/csmile.png) no-repeat center bottom;height:48px;}
.col-150 .rc_bd .rc_bc .hd .titlebar .hd{background:transparent;}.col-150 .rc_bd{background:transparent url(http://a.imageshack.us/img836/5329/giuamoduley.png) repeat-y top center;}
.col-150 .rc_ft{background:transparent url(http://cB4.upanh.com/20.95.26983143.7I60/botmodule.png) no-repeat center top;height:38px;}
#blog_title{display:none;}
#blast .rc_bc .bd {font-weight:bold;font-style:italic;font-size:100%;text-decoration:blink;}
#profile_highlight .nickname a {font-size:80%;font-weight:bold;font-family:fantasy;text-decoration:blink;}
.mod-alist .rc_bd .bd .more-posts .mod-alist-manage ul li, .mod-alist .rc_bd .bd .more-posts .folder-icons .icon ul li {background:none;}
.cmt-mod-alist #comments-listing.expanded .bd {width:580px;}

TRONG SUỐT NÓC NHÀ{}

#ygmatop, #ygmabot, .ysearch, .ysearch #ygmasrchfrm, #ygmasrchfrm fieldset, .yuimenubar .hd, .yuimenubarnav .yuimenubaritem, .yuimenubaritemlabel, #blogsearch form, #blogsearch .hd b, #blogsearch .hd u, #blogsearch .hd i{background:transparent;border-style:none;}
.yuimenubar{border-style:none;}
#ygmasrchfrm input, #blogsearch input{background:transparent;}
#ygmatop, #ygmabot, .blog_dummyselect {display:none;}
.yuimenubar .bd ul.first-of-type #yui-gen0{background:transparent;}
.yuimenubar{padding:0 235px;width:480px;background:transparent;}
.yuimenubarnav .yuimenubaritem{border:none;}
#blogsearch {display:none;}
#ysm_bottom {display:none;}
#ygma{background:transparent;height:37px;}
.yuimenubarnav .yuimenubaritem {border-right:none;border-color:#f105bc;}
.yuimenubaritemlabel {border:none;}
.first-of-type a, #ygmatop a, .ygmabg, #ygmasrchbtn{color:#FFFFFF;}
.first-of-type li:hover{background:transparent;}
.blog_dummyselect .bd div, .blog_dummyselect .bd, .yuimenu .bd {background:transparent;}
.first-of-type a:hover{color:#020467;text-decoration:none;}
.menu .bd, .yuimenu ul{border-style:dashed;border-color:#FFFFFF;}
.yuimenubar {padding:0 235px;width:482px;}
#ygmatop, #ygmabot, .blog_dummyselect {display:none;}
.yuimenubaritemlabel-selected a{color:#7e00ff!important;}
.rc_hd, .rc_hd div, .rc_bd, .rc_bd .rc_bc, .rc_ft, .rc_ft div{background:transparent;border-style:none;}
.blog_dummyselect .bd div, .blog_dummyselect .bd, .yuimenu .bd {background:transparent url(http://cA4.upanh.com/10.777.14916202.FXN0/trongsuot.png);color:#ff0054;}
#blogsearch span.btn .ygmasrchbtn {display:none;}
.ygmasrchquery {display:none;}
#ygma{background:url(http://a.imageshack.us/img707/2425/nocnha.png) no-repeat top center;height:96px;}

XOA QUANG CAO  {}
#ysm_bottom{display:none;}
.ysm_line{display:none;}

BO DAU GACH CHAN LINK {}
a {text-decoration:none;}

TRONG SUOT TRANG CHINH{}

.col-150 .rc_bd .rc_bc .hd .titlebar .hd, .col-150 .rc_bd .rc_bc .hd .titlebar, .col-150
.rc_bd .rc_bc .bd, 
.col-600 .rc_bd .rc_bc .hd .titlebar .hd, .col-600 .rc_bd .rc_bc .hd .titlebar, .col-600
.rc_bd .rc_bc .bd, .col-600 .rc_bd .rc_bc .ft, 
.row-760 .rc_bd .rc_bc .hd .titlebar .hd, .row-760 .rc_bd .rc_bc .hd .titlebar, 
.row-760 .rc_bd .rc_bc .bd, .row-760 .rc_bd .rc_bc .ft, 
.row-920 .rc_bd .rc_bc .hd .titlebar .hd, .row-920 .rc_bd .rc_bc .hd .titlebar, 
.row-920 .rc_bd .rc_bc .bd, .row-920 .rc_bd .rc_bc .ft, 
.cmt-mod-alist .comments-listing .hd, 
#comment_container li, 
#bd .rte_toolbar, .mod-trackback
#trackback-listing, .mod-trackback ul, 
#blog_title .rc_bd .rc_bc .bd, 
#blast .rc_bc .bd, 
#blast .tail, .pagination, 
#article_list_module .mod-alist-searchbox input.ipt, 
#search_module input.textfield
{background:transparent;}
.rc_hd, .rc_hd div, .rc_bd, .rc_bd .rc_bc, .rc_ft, .rc_ft div, 
.captchaContentBox{background:transparent;border-style:none;}
.cmt-mod-alist .comments-listing .bd, .mod-trackback .bd{background:transparent !important;}

TRONG SUOT TRANG PHU {}

Trang profile

#profile_info .bd, 
#profile_info th{background:transparent !important;}

Trang Album {}

#gallery_list .rc_bc .bd, 
#gallery_list .rc_bc .bd .actionbar, 
#gallery_list .rc_bc .bd .actionbar .bd, 
#gallery_list .rc_bc .bd .actionbar .hd, 
#gallery_list .rc_bc .bd .actionbar button, 
#gallery_list .rc_bc .hd .titlebar .hd select {background:transparent;}

Trang Xem Hình Trong Album {}

#photo_enlarge .rc_bc .bd, 
#photo_enlarge .ft, 
#blog_compose .rc_bd .rc_bc .bd .actionbar .bd button, 
#photo_enlarge
#photo_comment_list, 
#photo_enlarge
#photo_comment_list .bd, 
#photo_enlarge .rte_fieldset, 
#photo_enlarge .photo-comment
{background:transparent;}

TRANG BAN BE {}

#friend-list .mod-tag-friend-list, 
#friend-list .mod-tag-friend-list .ft, 
#friend-list .mod-tag-friend-list .bd{background:transparent !important;}

ICON MODULE {}

.more-posts .mod-alist .mod-alist-summary-bd .thumbnail{float:left;padding:0 10px 10px 10px;}
.mod_all .rc_bd .bd ul li{list-style-type:none;margin-left:0;padding:0 0.5em 0 1.5em;}
#article_new li, #comment_new h3, #comment_new li, #folder li, #statistic li, .mod_all .rc_bd .bd ul.folder li, #profile_card .bd dl dt{background:transparent url(http://i646.photobucket.com/albums/uu185/vanhoai1111/th_27-1.gif) no-repeat top left;}
.mod_all .cmt-mod-alist .alist-comment ul li{padding:10px 10px 10px;}
.mod_all .cmt-mod-alist .alist-comment ul li, .cmt-mod-alist .alist-comment .responding, .cmt-mod-alist .add-comment, #bd .rte_toolbar{border-color:#ff93b5;border-style:dashed;border-width:2px;}

HIEU UNG HOVER LINK{}

a:hover{background:transparent url(http://i251.photobucket.com/albums/gg305/dhiezz_zzz/aNiMe%20dOt%20GiF/snowblue.gif) top center;font-weight:bold;text-shadow:5px 2px 5px #7D2E0D;border:1px dashed #cbfe00;}

BO DAU GACH CHAN LINK {}

a {text-decoration:none;}

ENTRY {}

CANH CHINH PHAN HIEN THI NOI DUNG ENTRY {}

.mod-alist-summary, .mod-alist-brief, .mod-alist-full {float:left;padding:5px 0px 10px 0px;}

TUY HINH DO RONG ENTRY{}

.mod-alist-summary, .mod-alist-brief, .mod-alist-full {
width:620px;}
#friend-list {width:620px;}

NEN ENTRY{}
#article_list_module .rc_hd {background:transparent url(http://cB8.upanh.com/20.96.26984617.x8a0/entry2bcopy.png) no-repeat scroll center top;height:189px;}

.pagination {background:transparent;}
#article_list_module .rc_ft {background:transparent url(http://cB0.upanh.com/20.84.26972819.0FM0/botentry.png) no-repeat scroll center top;height:146px;}


NGAN DONG BAI VIET {}

.mod-alist .rc_bd .bd .more-posts .mod-alist-manage ul li, .mod-alist .rc_bd .bd .more-posts .folder-icons .icon ul li {background:none;}
.mod-alist .rc_bd .bd .more-posts ul li{background:transparent url(http://a.imageshack.us/img683/8887/12131112.gif) no-repeat bottom center;border-style:none;}

TUY CHINH MODULE PROFILE {}

THAY NUT HOME {}

#profile_highlight .backhome {
background:transparent url(http://s393.photobucket.com/albums/pp15/lekwok/th_fla-oshi-xc9.gif) no-repeat scroll center center;display:block;height:31px;}
#profile_highlight .backhome a{display:block;height:50px;font-size:0px;}

ICON THAO TAC {}

#profile_highlight #profile_nav ul li .yui3-menu-label{padding:1.6em 0.5em 1.5em 2em;background:transparent url(http://i736.photobucket.com/albums/xx4/batluudanh08/th_icon.gif?t=1276355665) no-repeat left center;}

TRONG SUOT THAO TAC{}

#profile_highlight .yui3-menu-corner, #profile_highlight .yui3-menu-corner div, #profile_highlight .yui3-menu-corner-bl, #profile_highlight .yui3-menu-corner .yui3-menu-corner-tr, #profile_highlight .yui3-menu-corner-br, #profile_highlight #profilemorelinks .yui3-menu-content{background:transparent;border-style:none;}

HIEU UNG VIEN COMMENT{}

.mod_all .cmt-mod-alist .alist-comment ul li{border-top:2px dashed #0FD4E2;border-right:1px dashed #0FD4E2;border-left:2px dashed #0FD4E2;border-bottom-style:dashed;border-bottom-color:#0FD4E2;border-bottom-width:2px;}

TRONG SUOT CM{}

.cmt-mod-alist .comments-listing .bd, 
#comment_container li, 
#bd .rte_toolbar
{background:transparent !important;}
.cmt-mod-alist .comments-listing .hd, #comment_container li, #bd .rte_toolbar, .mod-trackback #trackback-listing, .mod-trackback ul {background:transparent;border-style:none;}

NGAN CACH COMMENT{}

.cmt-mod-alist .alist-comment .responding{border-top:2px dashed #0FD4E2;}
.cmt-mod-alist .add-comment{border-top:1px dashed #0FD4E2;}

THAY VIEN PHAN SOAN THAO{}

.rte_editor, .rte_src_editor{border-top:2px dashed #0FD4E2;border-right:2px dashed #0FD4E2;border-left:2px dashed #0FD4E2;border-bottom-style:dashed;border-bottom-color:#6a2801;border-bottom-width:2px;}

HIEU UNG NICK COMMENT{}

.cmt-mod-alist .alist-comment h4 a{background:transparent url(http://i251.photobucket.com/albums/gg305/dhiezz_zzz/aNiMe%20dOt%20GiF/snowblue.gif) top center;}

TRONG SUOT PHAN PROFILE{}

#profile_highlight #profile_nav{background:none;}
#profile_highlight .yui3-menuitem-active, #profile_highlight .yui3-menu-label-active, #profile_highlight .yui3-menu-label-menuvisible{background:none;}

THU GON PHAN COMMENT MOI{}
#comment_new .bd ul li cite {display:none;}

XOA BO TIEU DE MODULE TU TAO{}

#user_mod_10001 h2{display:none;}
#user_mod_10002 h2{display:none;}
#user_mod_10003 h2{display:none;}
#user_mod_10004 h2{display:none;}
#user_mod_10005 h2{display:none;}
#user_mod_10006 h2{display:none;}
#user_mod_10007 h2{display:none;}
#user_mod_10008 h2{display:none;}
#user_mod_10009 h2{display:none;}
#user_mod_10010 h2{display:none;}

XOA MODULE TEN BLOG {}

#blog_title{height:0px;}
#blog_title .bd h2{text-align:left;font-size:0px;color:transparent;}
#blog_title .rc_bc .bd{text-align:center;font-size:0px;color:transparent;}

TUY CHINH PHAN PHU{}

.mod-alist-summary-bd .thumbnail img {width:140px;height:140px;border:1px solid #b50101;}
.more-posts .mod-alist .mod-alist-summary-bd .thumbnail {float:left;width:141px;background:transparent url(http://t1.gstatic.com/images?q=tbn:ANd9GcSXIF428cszCyv9r81cXF6tNlgm-ett6fQnWJSCriHQrbQCRN4P) no-repeat center!important;height:142px;padding:4px;border:solid #0DE7EF;border-width:3px 3px 3px 3px;}
.more-posts .mod-alist .mod-alist-summary-bd .content {float:right;width:415px;height:54px;text-align:justify;border:1px dashed black;padding:8px;}
.more-posts .mod-alist .mod-alist-tagsbar .trackbacks-comment {float:right;padding:10px 0px 0px 0px;color:black;}
.mod_all .rc_bd .bd ul.users li {width:110px;border:1px dashed #0DE7EF;}.mod_all .rc_bd .bd ul.users li .avatar img {width:106px;padding:2px;border-bottom:1px dashed #0DE7EF;}
.mod_all .rc_bd .bd ul.users li .alias {}

#head{background:transparent url(http://dl10.glitter-graphics.net/pub/729/729640hho61mz0eq.gif) center bottom;}
 
Nguồn blog plus
Các bạn đang xem trang http://www.CONETVN. blogspot.com

Theme blog plus cực đẹp Cho bạn gái dễ thương

Demo:



Code: 
body.blog_my, 
body.blog_my_index, 
body.comment_listing, 
body.trackback_listing, 
body.blog_archives_folder, 
body.blog_archives_date, 
body.blog_archives_all, 
body.post_rte, 
body.post_doodle, 
body.guestbook, 
body.comment_list, 
body.subscribe_list, 
body.post_gb, 
body.profile_view, 
body.gallery, 
body.photo_big, 
body.slideshow, 
body.photo_upload_pc, 
body.photo_upload_gallery
 {background:#FFFFFF url(http://img94.imageshack.us/img94/7977/nenc.png) repeat;}

.col-150 .rc_bd .rc_bc .hd .titlebar .hd, .col-150 .rc_bd .rc_bc .hd .titlebar, .col-150 .rc_bd .rc_bc .bd, 
.col-600 .rc_bd .rc_bc .hd .titlebar .hd, .col-600 .rc_bd .rc_bc .hd .titlebar, .col-600 .rc_bd .rc_bc .bd, .col-600 .rc_bd .rc_bc .ft, 
.row-760 .rc_bd .rc_bc .hd .titlebar .hd, .row-760 .rc_bd .rc_bc .hd .titlebar, .row-760 .rc_bd .rc_bc .bd, .row-760 .rc_bd .rc_bc .ft, 
.row-920 .rc_bd .rc_bc .hd .titlebar .hd, .row-920 .rc_bd .rc_bc .hd .titlebar, .row-920 .rc_bd .rc_bc .bd, .row-920 .rc_bd .rc_bc .ft, 
.cmt-mod-alist .comments-listing .hd, #comment_container li, #bd .rte_toolbar, .mod-trackback #trackback-listing, .mod-trackback ul, 
#blog_title .rc_bd .rc_bc .bd, #blast .rc_bc .bd, #blast .tail, .pagination, #ft, #article_list_module .mod-alist-searchbox input.ipt, #search_module input.textfield
 {background:transparent;}
#blog_title{display:none;}
.rc_hd, .rc_hd div, .rc_bd, .rc_bd .rc_bc, .rc_ft, .rc_ft div, .captchaContentBox{background:transparent;border-style:none;}
.cmt-mod-alist .comments-listing .bd, .mod-trackback .bd{background:transparent !important;}
#profile_highlight .yui3-menu-corner, #profile_highlight .yui3-menu-corner div, #profile_highlight .yui3-menu-corner-bl, #profile_highlight .yui3-menu-corner .yui3-menu-corner-tr, #profile_highlight .yui3-menu-corner-br, #profile_highlight #profilemorelinks .yui3-menu-content{background:transparent;border-style:none;}

#profile_highlight #profile_nav{background:transparent;}
#head{background:transparent url(http://cB7.upanh.com/21.984.28948046.OT90/tops1.jpg) no-repeat center top;height:264px;}
#bd{background:transparent url(http://img517.imageshack.us/img517/2236/mids1.jpg) repeat-y center;padding:0px 14px 0px 14px;}
#tail{background:transparent url(http://cB7.upanh.com/21.989.28953086.Kfh0/bots1w.png) no-repeat center bottom;height:349px;}
a:visited{color:#5d4400;}
.mod_all .rc_bd .bd ul li{list-style-type:none;}
.yuimenubaritemlabel a:visited{color:#FFF;}
#ysm_bottom, .ysm_line{display:none;}
#ft{display:none;}
.yuimenuitem first-of-type a:visted{color:#000;}



.cmt-mod-alist .comments-listing .hd{background:none;height:20px;padding:10px;clear:both;border-bottom:1px dashed #57a710;}

.cmt-mod-alist .comments-listing .bd{background:none!important;padding:10px 10px 10px 9px;}

.cmt-mod-alist .add-comment{clear:both;border-top:1px solid #57a710;}

.pagination{clear:both;background:none;padding:5px;zoom:1;}
.cmt-mod-alist .comments-listing{background:none;border:1px dashed #57a710;padding:0px 0px 0px 0px;}


.mod_all .cmt-mod-alist .alist-comment ul li{list-style-type:none;background:none;border:1px solid #57a710;padding:20px 10px 10px;clear:both;zoom:1;}
.mod-alist .rc_bd .bd .more-posts .mod-alist-manage ul li, .mod-alist .rc_bd 
 .cmt-mod-alist .alist-comment li .comment-ctnr{background:none;border:0px;margin-left:50px;color:#000000;}



.col-600 .rc_bd  .rc_bc .hd .titlebar, 
.row-920 .rc_bd  .rc_bc .hd .titlebar, 
.row-760 .rc_bd  .rc_bc .hd .titlebar         
 {background:#3CCA0B url(http://i273.photobucket.com/albums/jj226/accgamesvn/Blog/tcat-1.jpg);padding:3px 3px 3px 3px;}








.rc_hd{background:transparent;}
.rc_hd div{background:transparent;}
.rc_bd{background:#fff;border:1px solid #258105;padding:3px 0px 3px 0px;}
.rc_bd .rc_bc{background:transparent;border:0px;}
.rc_ft{background:transparent;}
.rc_ft div{background:transparent;}




.col-150 .rc_bd  .rc_bc .hd .titlebar   
 {background:#3CCA0B url(http://img96.imageshack.us/img96/7339/tcat1.jpg
 );padding:5px 4px 5px 4px;height:15px;border:0px;}
.col-150 .rc_bd  .rc_bc .hd .titlebar .hd
 {background:none;}
.col-150 .rc_bd  .rc_bc .hd .titlebar .hd h2, .col-150 .rc_bd  .rc_bc .hd .titlebar .hd a         
 {background:transparent;color:#FFFFFF;}
.col-150 .hd .titlebar .hd a:hover     
 {background:transparent;color:#FFF;}


.col-150 .rc_bd  .rc_bc .bd  
 {background:transparent url(http://i273.photobucket.com/albums/jj226/accgamesvn/Blog/khung.jpg) no-repeat bottom left;color:#000000;border:1px dashed #43DB0E;}



#ygmatop, 

#ygmasrchquery, 

#ygmabot, 

#ygma .blogsrch .ipt, 

.blog_dummyselect .hd span, 

.blog_dummyselect .hd, 

.yuimenubar .hd u, 

.yuimenubar .hd b, 

.yuimenubar .hd i, 

.yuimenubarnav .yuimenubaritem

{background:transparent !important;}

.yuimenubarnav .yuimenubaritem, .yuimenubaritemlabel{border-style:none;}

.pagination {background:transparent;}

.srchinner_ygmabg form{display:none;}

.ygmabg {background:transparent;}

#ygma .srchinner {display:none;}

.blog_dummyselect {display:none;}

#ygmasrchbtn {display:none;}

#ygmasrchquery {display:none;}

#ygmalogo img {display:none;}

#ygmasrchfrm {display:none;}

#ygma .blogsrch, .blog_dummyselect {display:none;}

#article_list_module .mod-alist-searchbox.titlebar .bd {display:none;}

#blog_masshead{background:none;font-size:0px;}

.blog_dummyselect, .blog_dummyselect .hd, .blog_dummyselect .hd span, .blog_dummyselect .hd img, .blog_dummyselect .bd, .blog_dummyselect .bd div, .blog_dummyselect .bd {background:transparent !important;border-top-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-left-color:transparent;height:0px !important;}
#blog_masshead .bd form input.ipt {border-width:0px;background:transparent;height:0px !important;}

#blog_masshead div.mhlogo a img{background:transparent!important;height:0px;}

#ygma .rc, #ygma .rc_hd div, #ygma .rc_bd, #ygma .rc_bc, #ygma .rc_ft, #ygma .rc_ft div, #ygma .bd, #ygma .menu .rc_w, #ygma .menu .rc_e {background:transparent;}


#blogsearch input {background:transparent !important;}
.ygmabg, #blogsearch form, #blogsearch .hd b, #blogsearch .hd u, #blogsearch .hd i{background:transparent;border-style:none;}


#blogsearch {display:none!important;}


.yuimenubar, .yuimenubar .hd, .yuimenubarnav .yuimenubaritem, .yuimenubaritemlabel{background:transparent;border-style:none;}

Nóc nhà

#ygmatop, #ygmabot, .ysearch, .ysearch #ygmasrchfrm, #ygmasrchfrm fieldset, .yuimenubar .hd, .yuimenubarnav .yuimenubaritem, .yuimenubaritemlabel, #blogsearch form, #blogsearch .hd b, #blogsearch .hd u, #blogsearch .hd i{background:transparent;border-style:none;}
.yuimenubar{border-style:none;}
#ygmasrchfrm input, #blogsearch input{background:transparent;}
#ygmatop, #ygmabot, .blog_dummyselect {display:none;}
.yuimenubar .bd ul.first-of-type #yui-gen0{background:transparent;}
.yuimenubar{padding:05px 220px;width:480px;background:transparent;}
.yuimenubarnav .yuimenubaritem{border:none;}
#blogsearch {display:none;}
#ysm_bottom {display:none;}
#ygma{background:transparent;height:0px;}
 
Các bạn đang xem trang http://www.CONETVN. blogspot.com

Viết Entry trên nền ảnh cho sẵn sau đây

Các bạn xem các mẫu, nhấn vào để lấy link.
Nêu không được bạn click chuột phải chọn Add Favorites và copy link thay vào code sau

<table style="height: 132px;" align="left" background="đoạn link mà bạn chọn làm hình nền" border="2" cellpadding="5" cellspacing="3"> <tbody> <tr> <td align="left"> <font style="font-family: Times New Roman,Times,serif;" size="1"><font size="2">Bạn viết nội dung vào đây</font> </font><p></p>
</td></tr></tbody></table>


























































Code đây:

<table style="height: 132px;" align="left" background="đoạn link mà bạn chọn làm hình nền" border="2" cellpadding="5" cellspacing="3"> <tbody> <tr> <td align="left"> <font style="font-family: Times New Roman,Times,serif;" size="1"><font size="2">Bạn viết nội dung vào đây</font> </font><p></p>
</td></tr></tbody></table>
Các bạn đang xem trang http://www.CONETVN. blogspot.com