- 分享
- 0
- 人气
- 0
- 主题
- 52
- 帖子
- 4625
- UID
- 261567
- 积分
- 2058
- 阅读权限
- 20
- 注册时间
- 2009-9-7
- 最后登录
- 2016-9-13
- 在线时间
- 1784 小时

|
真的超级多垃圾的==还是不行哦==
爱静的爱闹得我~ 发表于 2010-6-24 10:50 PM 
不可以啊....那么..应该行错位置,大工程@@
你找到
- <div class='post-header-line-1'>
复制代码
将他后面的代码全部Cut起来
如下:
- <span class='post-author vcard'>
- <b:if cond='data:top.showAuthor'>
- <data:top.authorLabel/>
- <span class='fn'><data:post.author/></span>
- </b:if>
- </span> <span class='post-timestamp'>
- <b:if cond='data:top.showTimestamp'>
- <data:top.timestampLabel/>
- <b:if cond='data:post.url'>
- <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
- </b:if>
- </b:if>
- </span> <span class='post-comment-link'>
- <b:if cond='data:blog.pageType != "item"'>
- <b:if cond='data:blog.pageType != "static_page"'>
- <b:if cond='data:post.allowComments'>
- <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
- </b:if>
- </b:if>
- </b:if>
- </span> <span class='post-icons'>
- <!-- email post links -->
- <b:if cond='data:post.emailPostUrl'>
- <span class='item-action'>
- <a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>
- <img alt='' class='icon-action' height='13' src='http://img1.blogblog.com/img/icon18_email.gif' width='18'/>
- </a>
- </span>
- </b:if>
- <!-- quickedit pencil -->
- <b:include data='post' name='postQuickEdit'/>
- </span> </div>
- </div>
复制代码
一直到- <div class='post-body entry-content'>
复制代码 的上面才停
明白吗?= =
然后将你刚才Cut的代码放到
- <div class='post-footer-line post-footer-line-1'/>
复制代码
的后面试试,如果这个也不能我就要求天人了-.- |
|