在博客卷中使用 Position() 可在每个页面上工作
目前我正在使用以下 xslt 代码:
<xsl:if test="position() = 3">
<div>
<object data="/frontpage_blogroll_center_top_728x90" type="text/html" width="735" height="95" style="overflow:hidden; width: 738px; height: 100px"><xsl:comment /></object>
</div>
</xsl:if>
我使用“position() = 3”在博客卷中放置广告,它适用于第一页,但不适用于后续页面。 (IE ?page=2 ?page=3 等)有没有办法让它适用于所有页面?
Currently I am using the following xslt code:
<xsl:if test="position() = 3">
<div>
<object data="/frontpage_blogroll_center_top_728x90" type="text/html" width="735" height="95" style="overflow:hidden; width: 738px; height: 100px"><xsl:comment /></object>
</div>
</xsl:if>
I'm using "position() = 3" to position an ad in a blog roll, it works for the first page but not for the subsequent pages. (IE ?page=2 ?page=3 etc) Is there anyway to get it to work for all pages?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只是想发布答案
Just wanted to post the answer