But for those of you faithful bloggers users who may be experiencing the same thing like me, you do not have to confused and do not have prejudiced the not-not because they also happen to all users bloggers. Nach, for those of you who want menapilkan widgets without a title may be the reason of less fit, less attractive, and other reasons .. Read the following tricks:
Step 1: Hide Title Widgets • Login to Blogger.com • The Layout • Please keep your widgets before using the title, after the Save • Then select Edit HTML • Check the Expand Widget • Then find the widget code on the template you saved earlier, let me easily press F3 or Ctrl + F • Then type the title of the column Widget Find your earlier, more or less code as follows:
<b:widget id='HTML' locked='false' title='Nama Anda' type='HTML'> Widget
<b:includable id='main'>
<! - Only display title if it's non-empty ->
<b:if cond='data:title != ""'>
<h2 class='title'> <data:title/> </ h2>
</ B: if>
<div class='widget-content'>
<data:content/>
</ Div>
• Replace the red code with this code <h2 style='display:none'> <data:title/> </ h2> • The Save Template
Step 2: Remove Title Widgets • Log in and follow the steps above • In editing the widget code, note the following code:
<b:widget id='HTML' locked='false' title='Nama Anda' type='HTML'> Widget <b:includable id='main'>
<! - Only display title if it's non-empty ->
remove the red code