照片上的额外填充和tumblr上的photoset帖子

时间:2013-05-03 23:20:51

标签: html padding tumblr

我正在制作我的第一个tumblr主题,我无法弄清楚出了什么问题。由于某些原因,我的所有照片和photoset帖子在照片/ photoset下面都有3个额外的像素。但是所有其他帖子类型(如下面我的html中的视频帖子),即使它们属于完全相同的类,也没有这个问题。

{block:If2Columns}
   {block:Photo} 
      {LinkOpenTag}
          <img src="{PhotoURL-400}" />
      {LinkCloseTag}
      {block:IfShowCaption}<br />
         {block:HighRes}
            <a href="{PhotoURL-HighRes}">{lang:Click for high-res photo}</a>
         {/block:HighRes}
         {block:Caption}
            <p>{Caption}</p>
         {/block:Caption}
      {/block:IfShowCaption}
   {/block:Photo}
   {block:Photoset} 
      {Photoset-400}
      {block:IfShowCaption}<br />
         {block:Caption}
            <p>{Caption}</p>
         {/block:Caption}
      {/block:IfShowCaption}
   {/block:Photoset}
   {block:Video}
      {Video-400}
      {block:IfShowCaption}
         <br />{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}
         <br />{block:Caption}{Caption}{/block:Caption}
      {/block:IfShowCaption}
   {/block:Video}
{/block:If2Columns}

我尝试在Firebug Lite中查看它,但仍然无法弄清楚我做错了什么。有谁知道问题是什么/如何解决?谢谢!

1 个答案:

答案 0 :(得分:0)

添加

display:block

到您的容器。