Hướng dẫn và share các mẫu blog của blogspot theo các chủ đề [Update thường xuyên]

bạn ơi làm như này thế nào vậy,tách riêng từng chủ đề. taoweb.jpg
 
Bạn ơi mình vào chỗ bố cục up ảnh thì nó choáng hết cả blog @@
và k biết phải khắc phục ntn View attachment 21997View attachment 21998
Do cậu để ảnh quá lớn thôi! Cậu chỉnh lại kích thước phù hợp là đc!

Code:
<img alt='Paradise' [COLOR="#FF0000"]height='712px'[/COLOR] ' id='Header1_headerimg' src='http://4.bp.blogspot.com/-kvRlx8r6WUw/UPqUAthJSfI/AAAAAAAAAFk/7LN4vZP34gw/s1600/123.png' [COLOR="#FF0000"]width='1600px'[/COLOR] />
 
Giúp mình cách tạo 4 widget 125x125 bên cột phải với,không phải tạo 1 widget với 4 ô 125x125 như trên mạng bảo đâu nhé bạn :D
 
Giúp mình cách tạo 4 widget 125x125 bên cột phải với,không phải tạo 1 widget với 4 ô 125x125 như trên mạng bảo đâu nhé bạn :D

HTML:
#widgets125 {width: 300px; float: right; margin : 5px ;padding: 5px;}
.widget1 {width: 125px;margin: 5px}
.widget2 {width: 125px; margin: 5px}
.widget3 {width: 125px; margin: 5px}
.widget4 {width: 125px; margin: 5px }


        <!-- Sidebar widgets125 -->
        <div id='widget125'>

          <b:section  class='widget1' showaddelement='yes'>
<b:widget id='HTML66' locked='false' title='' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
       </b:section>

      <b:section  class='widget2' showaddelement='yes'>
<b:widget id='HTML77' locked='false' title='' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
       </b:section>

      <b:section  class='widget3' showaddelement='yes'>
<b:widget id='HTML88' locked='false' title='' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
       </b:section>

      <b:section  class='widget4' showaddelement='yes'>
<b:widget id='HTML99' locked='false' title='' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
       </b:section>
</div>
 
HTML:
#widgets125 {width: 300px; float: right; margin : 5px ;padding: 5px;}
.widget1 {width: 125px;margin: 5px}
.widget2 {width: 125px; margin: 5px}
.widget3 {width: 125px; margin: 5px}
.widget4 {width: 125px; margin: 5px }


        <!-- Sidebar widgets125 -->
        <div id='widget125'>

          <b:section  class='widget1' showaddelement='yes'>
<b:widget id='HTML66' locked='false' title='' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
       </b:section>

      <b:section  class='widget2' showaddelement='yes'>
<b:widget id='HTML77' locked='false' title='' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
       </b:section>

      <b:section  class='widget3' showaddelement='yes'>
<b:widget id='HTML88' locked='false' title='' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
       </b:section>

      <b:section  class='widget4' showaddelement='yes'>
<b:widget id='HTML99' locked='false' title='' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
       </b:section>
</div>
Chèn vào đâu vậy bạn :binhsua10:
 
Chèn vào đâu vậy bạn :binhsua10:

PHP:
#widgets125 {width: 300px; float: right; margin : 5px ;padding: 5px;}
.widget1 {width: 125px;margin: 5px}
.widget2 {width: 125px; margin: 5px}
.widget3 {width: 125px; margin: 5px}
.widget4 {width: 125px; margin: 5px }

Chèn vào CSS nhé, tìm ]]></b:skin> và chèn đoạn kia vào trước nó

PHP:
 <!-- Sidebar widgets125 -->
        <div id='widget125'>

          <b:section  class='widget1' showaddelement='yes'>
<b:widget id='HTML66' locked='false' title='' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
       </b:section>

      <b:section  class='widget2' showaddelement='yes'>
<b:widget id='HTML77' locked='false' title='' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
       </b:section>

      <b:section  class='widget3' showaddelement='yes'>
<b:widget id='HTML88' locked='false' title='' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
       </b:section>

      <b:section  class='widget4' showaddelement='yes'>
<b:widget id='HTML99' locked='false' title='' type='HTML'>
<b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:includable>
</b:widget>
       </b:section>
</div>

Chèn trước đoạn <div class='sidebar'> hoặc <div id='sidebar'> tùy từng theme của bạn
 
Chèn trước đoạn <div class='sidebar'> hoặc <div id='sidebar'> tùy từng theme của bạn
Hic của mình ddều không có 2 cái dòng này :binhsua04:
 
Blog mình không tiện đưa lên nhưng nó như này này bạn :binhsua17:

Snapshot_2013-01-31_105236.jpg
 
Sidebar-wrapper cậu nhé!!!
Mình chèn cái của bạn kia trước cái bạn bảo thì nó báo lỗi
"One of the sections is missing the required id attribute. Every section should have a unique id."
:binhsua10:
 
Mình chèn cái của bạn kia trước cái bạn bảo thì nó báo lỗi
"One of the sections is missing the required id attribute. Every section should have a unique id."
:binhsua10:
Mình onl đt nên k biết bạn kia đưa ntn. Còn code đó cậy phải chèn vào sau cái tớ bảo mới chính xác...
 
Không hiểu sao phần bài viết của mình nó nhỏ quá. Bạn nào có cách kéo rộng ra ko giúp với. Thanks! yahoo: quantri_captchavietnam
aa_zps8e18afe9.png
 
hiện tại máy bạn mình ko vào mấy site blog đc, có cách nào ko nhỉ. Trang của linhdungvn cũng ko vào đc luôn :(
 

Announcements

Today's birthdays

Forum statistics

Threads
421,477
Messages
7,110,908
Members
173,656
Latest member
guongsoitoanthan

Most viewed of week

Most discussed of week

Most viewed of week

Most discussed of week

Back
Top Bottom