Quote:
Originally Posted by Tony
Sorry I wordered it like that. Skinvb gave an example of how it should look in the postbit template:
<div class="postbit">$vbphrase[join_date]: $post[joindate]</div>
That is only for Join Date though. For something else, you'd take out:
$vbphrase[join_date]: $post[joindate]
and replace it with another profile field you'd like to put a box around. So, for example, posts.
Hope that made it a little more clearer.
|
Yeah I figured that out as well, but how do you get the smaller spaces between the boxes? If you use a <br > Tag it goes way down the page, which I want them fairly close. Is the only way to insert (empty) tables in between them? Or is there a simpler way? Thanks again!
Edit: I did a view source for one of the pages here. I see ---> margin-bottom: 2px.
Awesome. vB3 Really does work easily if you know what your doing. Know if I could just figure out what I am doing