Hello once again.
I noticed today that the title of the posts in my forum dont work properly. something is going wrong
You can see it here.
http://informationforumgr.forumgreek.com/t3055p70-topic#5724
Why is this happening?
This is what i use to the templates
I noticed today that the title of the posts in my forum dont work properly. something is going wrong
You can see it here.
http://informationforumgr.forumgreek.com/t3055p70-topic#5724
Why is this happening?
This is what i use to the templates
- template:
- Code:
<div class="titlospost"><a href="{postrow.displayed.U_POST_ID}" style="position: relative; top: 0px; width: 1px;"><strong>{postrow.displayed.POST_SUBJECT}</strong></a></div>
- css:
- Code:
.titlospost {
text-align: center;
border-top:1px solid #ccc;
border-bottom: 1px solid #ccc;
font-size:13px;
font-family:Trebuchet MS;
height:20px;
padding-top:5px;
}
Last edited by Marios94 on April 25th 2014, 4:40 pm; edited 1 time in total