Does someone knows how to place the icon over the horizontal line in the postbit_legacy template?
Template
postbit_legacy
Code:
<if condition="$post['title']"><strong>$post[title]</strong></if>
<if condition="$thread['postuserid'] == $post['userid'] && $thread['firstpostid'] != $post['postid']">
<div class="smallfont">
<img class="thread_starter" src="$stylevar[imgdir_misc]/thread_starter.gif" alt="Themenautor" align="$stylevar[right]" /></div>
</if>
The
Bold letters is the code I use. Below you can see 2 attachments:
The 1st one is the problem I have right now.
The 2nd one is that what I'd like to have. Note: This pic is photoshoped!!! It should just tell you how I'd get placed the icon.
Someone here who knows how to solve the problem? -Mike