MyBB Community Forums

Full Version: Border around postbit stats
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would I get a border around the postbit stats? Look at the picture for a better description.

[Image: mybbscreenieyz2.png]
i am interesting in the same thing but for the classic postbit
find in postbit template:
<td class="smalltext post_author_info" width="165">
							{$post['user_details']}
						</td>

change to:
<td class="smalltext post_author_info" width="165" style="border: 1px solid #000000; padding:2px;">
							{$post['user_details']}
						</td>

it will kinda be like this:
http://unreal-station.com/forum/showthre...65#pid2665
(2008-09-17, 03:06 AM)incadudeF Wrote: [ -> ]find in postbit template:
<td class="smalltext post_author_info" width="165">
							{$post['user_details']}
						</td>

change to:
<td class="smalltext post_author_info" width="165" style="border: 1px solid #000000; padding:2px;">
							{$post['user_details']}
						</td>

it will kinda be like this:
http://unreal-station.com/forum/showthre...65#pid2665

That's not what I want, though. I want to put a border around the individual stats. Would this require some PHP editing?
then put a border around each object in the postbit_author_user template.