Is there a way to add a border around the avatar? I could find the following code inside the forumhome_welcomepanel and messed around with it but couldn't get it to work.
Code:
<!-- Avatar Block -->
<tr>
<td class="alt1" align="center" width="1%">
<a href="profile.php?{$session[sessionurl]}do=editavatar">{$bbuserinfo['avatar_build']}</a>
</td>
<!-- End Avatar Block -->
Can anyone please tell me what I have to do in order to get a border around my avatars? The avatars in my postbit_legacy are all
class="tborder" 1px solid and I'd like the ones on the welcome panel to have the same kind of boder. Thanks in advance!