PDA

View Full Version : [How to?] Threadstarter-image on the right side


Za4a Tuner
03-26-2011, 07:07 AM
Hello,
i createt an image, which is shown on every post of the threadstarter next to the posttitle.
I'd like to move the image on the right side, but how can i do this???

Here's the code i use in the POSTBIT-template
<vb:if condition="$show['messageicon']"><img src="{vb:raw post.iconpath}" alt="{vb:raw post.icontitle}" /> </vb:if>{vb:raw post.title}
<vb:if condition="$post['userid'] == $thread['postuserid']"><img src="{vb:stylevar imgdir_misc}/threadstarter.gif" border="0" alt="thread starter" /></vb:if>

I attached a screenshot of a post. The threadstarter-image should be placed where i put the "X" on the image

Boofo
03-26-2011, 08:02 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=244238" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=244238</a>

Za4a Tuner
03-26-2011, 08:48 AM
Hy Bofo,
thanks for your answer, in your product i found the missing code for me:
style="float:right;"

have a nice weekend ;)

Boofo
03-26-2011, 11:09 AM
That was why I linked it. I was too lazy to look for it myself. ;)