我试图将博客标题分成两部分。我用谷歌搜索并找到了一些代码。我将此代码添加到模板中:
<div id='header'>
<b:section class='blognames' id='blognames' maxwidgets='1' showaddelement='yes'>
<b:widget id='Header1' locked='true' title='all trick world (Header)' type='header'>
......................................
</b:section>
在此之后,我添加了这两行:
<b:section id='header-right' showaddelement='yes'/>
<div style='clear: both;'/>
现在,在 ]]b:skin 之前要写什么代码,以便将标题分为两部分?