Nikotod
01-01-2011, 10:12 AM
Hey there.
All I want to do is to add a <hr> between postbit title and the text. I tried to add the tag in both postbit and postbit legacy templates but with no result.
This is where I'm trying to add it:
<vb:if condition="$post['title'] OR $show['messageicon']">
<h2 class="title icon">
<vb:if condition="$show['messageicon']"><img src="{vb:raw post.iconpath}" alt="{vb:raw post.icontitle}" /> </vb:if>{vb:raw post.title}
</h2>
</vb:if>
But no matter where I'm adding it, it just doesn't show up!
I'm using 4.1.0 with default template if it matters.
All I want to do is to add a <hr> between postbit title and the text. I tried to add the tag in both postbit and postbit legacy templates but with no result.
This is where I'm trying to add it:
<vb:if condition="$post['title'] OR $show['messageicon']">
<h2 class="title icon">
<vb:if condition="$show['messageicon']"><img src="{vb:raw post.iconpath}" alt="{vb:raw post.icontitle}" /> </vb:if>{vb:raw post.title}
</h2>
</vb:if>
But no matter where I'm adding it, it just doesn't show up!
I'm using 4.1.0 with default template if it matters.