Quote:
Originally Posted by Shinjo
What hes trying to say is, look for all the things you want to box. For instance:
Find:
Code:
<if condition="$post['age']">
And in the end it should look like this:
Code:
<if condition="$post['age']"><div class="pbit"><div>$vbphrase[age]: $post[age]</div></div>
|
You don't want to create a div within a div.
Code:
<if condition="$post['age']"><div class="pbit">$vbphrase[age]: $post[age]</div>
Would be the correct coding here. Do this for everything *except* the messenger icons, as people who have no messenger details set will show up a blank div and make your style look blah :P
Anyways, installed