Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2010-02-22 15:32:39
- richtestani
- Plugin Author
- Registered: 2009-11-08
- Posts: 128
Links not displaying right in IE7/8
For some reason, links aren’t being rendered as links in IE7/8
I went and removed styles to make sure it wasn’t something else but they still weren’t rendering.
The HTML appears fine, but I cannot see whats up.
It’s only on the blog page affecting the continue reading link.
http://oh.krd-design.net/blog/
Below is the form used to output the articles:
<div class="section blog">
<txp:if_article_list>
<div class="article_item">
<div class="blog_top">
<div class="blog_date"><txp:posted format="<span class='blog_posted_month'>%b</span><span class='blog_posted_day'>%d</span>" /></div>
<h2 class="blog_title"><txp:permlink><txp:title /></txp:permlink></h2>
</div>
<txp:if_article_image>
<div class="blog_main_img"><txp:article_image class="blog_image" /></div>
</txp:if_article_image>
<txp:if_excerpt>
<p class="blog_excerpt"><txp:excerpt /></p>
<txp:else />
<txp:body />
</txp:if_excerpt>
<div class="blog_bottom"
<txp:permlink class="continue button">continue reading</txp:permlink>
<!--<span class="blog_num_comments">COMMENTS <span class="blog_comment_count"><txp:comments_count /></span></span>-->
<span class="categories">
categories: <a href="?c=<txp:category1 />"><txp:category1 /></a>, <a href="?c=<txp:category2 />"><txp:category2 /></a>
</span>
</div>
<div class="clear"></div>
</div>
<txp:else />
full article
</txp:if_article_list>
<div class="clear"></div>
</div>
Thank you!
Rich
Last edited by richtestani (2010-02-22 15:33:10)
Offline
#2 2010-02-22 17:30:26
- GugUser
- Member
- From: Quito (Ecuador)
- Registered: 2007-12-16
- Posts: 1,473
Re: Links not displaying right in IE7/8
Check first your source code, it has many errors, for example <div class="blog_bottom"
, it lacks the >
.
Offline
#3 2010-02-22 18:27:26
- richtestani
- Plugin Author
- Registered: 2009-11-08
- Posts: 128
Re: Links not displaying right in IE7/8
Thank you!
Sometimes a new set of eyes on things makes it clearer :)
Offline
#4 2010-02-23 02:31:33
- GugUser
- Member
- From: Quito (Ecuador)
- Registered: 2007-12-16
- Posts: 1,473
Re: Links not displaying right in IE7/8
;-)
Offline