将iFrame嵌入Blogger标头

时间:2014-01-18 17:04:23

标签: html iframe blogger

我需要嵌入flash iFrame作为我的博客标题,但我不知道如何。我相信我需要在这些部分之间放置或改变一些东西:

#header-wrapper{background:url(http://1.bp.blogspot.com/-       
H4DAZhwVcII/T9dOpEpsQ4I/AAAAAAAAG1w/mFQ_04it_vE/s1600/header.png);width:970px;height:140px;border:0 solid $bordercolor;margin:0 auto}

#header-inner{background-position:center;margin-left:auto;margin-right:auto}

#header{float:left;width:350px;border:0 solid $bordercolor;text-align:left;color:$pagetitlecolor;margin:0}

#header2{float:right;width:600px;margin-right:10px;text-align:left;color:#555}

.header .widget,.header2 .widget{margin:0 auto;padding:10px 0}

<div id='outer-wrapper'><div id='wrap2'>
<div id='header-wrapper'>
  <b:section class='header' id='header' maxwidgets='2' showaddelement='yes'>
    <b:widget id='Header1' locked='true' title='RextraShop (Header)' type='Header'>
      <b:includable id='main'>

对于我对HTML编码的不了解,我很抱歉。

1 个答案:

答案 0 :(得分:0)

如果你改变了

  

maxwidgets = '2'

  

maxwidgets = '3'

(或其他更大的数字)

然后您应该可以进入Blogger的布局标签,使用添加小工具功能,从列表中选择一个HTML / javascript小工具,然后将iframe状态网的HTML粘贴到内容字段中。

当然,如果您的读者无法显示基于Flash的内容,那将无济于事 - 但您无能为力。