Hello! I have this mod installed on nearly all of my forum communities. I am trying to make the post ads float to the right so that all post text is wrapped around it on the left. But no matter how I put the float code in or where I put it, it just won't work. I don't understand it. I must be over looking something simple. Does anyone know where to place the float code and how to best write it?
For now, I put the float code in postbit template, wrapped around the postbit_advertisement variable, but it doesn't work...
Code:
<div id="post_message_$post[postid]">
$post[message]
<!-- / message -->
<div style="display:block;float:right;margin: 5px 5px 5px 5px;">
$postbit_advertisement</div>
</div>
Does anyone know how to make this work with this mod? Thanks!