Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
In the Post List template (found under Thread), find this line:
<span class="thread-link">$[post.thread]</span>

Replace it with this:
<span class="thread-link" style="display: block">$[post.thread]</span>

Deleted

Deleted Avatar


0


January 1970
I tested this and it no longer seems to work? I did this instead:

<span style="display: block;"><a href="$[post.thread.href]">$[post.thread.subject]</a></span>

Of course I had to add this CSS to the Style Sheet to make it stop having funny margins as well... because who knows why they have different container classes:

.posts .post .content-head .info { margin-top: 0px; line-height: 0px !important; }

newBookmarkLockedFalling