Quote:
Originally Posted by MG Zebra
Not sure if this was ever fixed but there's an error in the coding that goes into the postbit_legacy
Code:
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
That code messes with the alignment of things on the postbit_legacy. I simply removed it as all it's for is posting high scores or champions in tournaments which I don't need. The effect of this bad codes leaves it looking like the below image. My understanding is if the tags were closed properly it should fix it but I'm not sure and I don't care to test it.
Other than that I love using the arcade.
|
Just add
Code:
{vb:raw post.crowns}{vb:raw post.champtext}
under
Code:
<dl class="userinfo_extra">
in your styles postbit_legacy template...
enjoy