将博客标题分为两部分时出现问题

时间:2013-07-28 18:13:30

标签: css blogger

我正在尝试将博客标题分为两部分。我用Google搜索并找到了一些代码。我将此代码添加到模板中:

<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以便将标题分为两部分?

1 个答案:

答案 0 :(得分:0)

有一段时间我为我的博客做了这个,但我记得你需要做的就是更改maxwidget属性的值,如下所示:

<b:section class='header' id='header' maxwidgets='2' showaddelement='yes'>