0
Here's我的網站。爲什麼Tumblr上的這個包裝不包含塊中的所有內容?
我愚蠢地改變了我無法恢復的東西,現在底部的兩個帖子不包含在包裝中,即它們展開以覆蓋頁面的整個寬度而不是坐在容器內。
這裏是我的代碼:
<div class="wrapper">
<div class="autopagerize_page_element">
<div class="posts"></div>
<div class="header-posts">
<!-- LINK START -->
<div class="left">
<h3><a href="http://www.youtube.com/janedoe" target="_blank" >Jane Doe</a></h3>
<h4><p>Description</p></h4></div>
</div>
<div class="right frame">
<img src="http://33.media.tumblr.com/avatar_6f4efed0cfcf_30.png" style="border-radius: 40px;">
</div>
<div style="clear:both"></div>
<!-- LINK END -->
</div>
<div class="posts"></div>
<div class="header-posts">
<!-- LINK START -->
<div class="left">
<h3><a href="http://youtube.com/johnsmith" target="_blank" >John Smith</a></h3>
<h4><p>Description</p></h4></div>
</div>
<div class="right frame">
<img src="http://33.media.tumblr.com/avatar_6f4efed0cfcf_30.png" style="border-radius: 40px;">
</div>
<div style="clear:both"></div>
<!-- LINK END -->
</div>
<div class="posts"></div>
<div class="header-posts">
<!-- LINK START -->
<div class="left">
<h3><a href="http://www.youtube.com/joebloggs" target="_blank" >Joe Bloggs</a></h3>
<h4><p>Description</p></h4></div>
</div>
<div class="right frame"></div>
<div style="clear:both"></div>
<!-- LINK END -->
</div>
<div class="posts"></div>
<div class="header-posts">
<!-- LINK START -->
<div class="left">
<h3><a href="http://www.youtube.com/exampleperson" target="_blank" >Example Person</a></h3>
<h4><p>Description</p></h4></div>
</div>
<div class="right frame">
<img src="http://33.media.tumblr.com/avatar_6f4efed0cfcf_30.png" style="border-radius: 40px;">
</div>
<div style="clear:both"></div>
</div>
</div>
<!-- PAGINATION -->
</div>
我可以看到這個問題(在<div class="right frame">
收盤在什麼也沒有在它的第三塊),但問題是我上的tumblr編輯它看起來像這樣的編輯:
{block:Link}
<div class="left">
<h3><a href="{URL}" {Target}>{Name}</a></h3>
{block:Description}
<h4>{Description}</h4></div>
{/block:Description}
</div>
<div class="right frame">
<img src="{PostAuthorPortraitURL-30}" style="border-radius: 40px;">
</div>
<div style="clear:both"></div>
{/block:Link}
我的第二個問題是:我怎麼能更好地解決這樣我就可以解決這些問題,我自己的未來?
我會保留你的主題代碼在本地的副本。此外,這非常有用:https://www.tumblr.com/themes/recover,它顯示您的tumblr帳戶的變化,並讓您恢復到他們。 – lharby 2014-11-24 08:50:03