MyBB Community Forums

Full Version: How do I add a border to avatars?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys,

Friendly neighbourhood newbie here with another easy one. I'm looking to make it so that every avatar that loads up on the post and in profile has a 1 px solid #252525 border around it. Also, if anyone could clarify if the templates and themes are programmed in CSS, XHTML or PHP (or whatever) I would be appreciative. Thanks!
You could probably add a border around the avatar in the Postbit > postbit_author_user template. Smile

Templates are HTML
Themes are CSS

Hope that helps!
FW
FirefoxWiz Wrote:You could probably add a border around the avatar in the Postbit > postbit_author_user template. Smile

Templates are HTML
Themes are CSS

Hope that helps!
FW

Thanks!
It works well enough but if someone doesn't put an avatar then a small empty table and a border appear. I want to edit the actual avatar programming, possibly in one of the .php files with a .php border around it so the avatar itself loads with a border.