Quote:
Originally Posted by Leica.Robbiani
Hi there,
It was also a problem to me, maybe it's problem with some browsers. I used the style attribute in div class="postbody" in the first line of the post_thanks_postbit template. See screenshot ...
The solution for the position of the avatar was for me a relative positioning. The easiest way was to put the avatar in a table, because I have some more things underneath the avatar, and the html/css-code is just a mess ...
The next update of vBulletin should be a reorganizing of the code, it was a rumble of hours through the templates and css classes to get a real nice postbit_legacy ...
Best regards
L.R.
|
Thanks for the help, though I'm not
quite sure what the solution your implying is. The very first line in my post_thanks_postbit file is as follows:
Code:
<div class="postbody"<vb:if condition="$vboptions['legacypostbit']"> style="margin-{vb:stylevar left}: 0"</vb:if>>
I've attached a screengrab of the problem - the avatar positioning I seem to remember I fixed using very basic HTML. Probably not idea, but it seems to have worked.