MyBB Community Forums

Full Version: Boxed Image Near "Who's Online"?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I added an icon to a usergroup and now near Who's Online? this happens.

[Image: fPM9yXb.png]

Any clue how I'd fix anyone?
How did you add the icon in the group settings?
I added it in the img prefix in the group's name.

<span style="color: yellow; text-shadow: 0px 0px 5px yellow"><img src="http://i.imgur.com/fl0XOkr.png"><strong>{username}</strong></span>
Where do you want the image to show? The code you've added will show the image in front of the username of members whom are in the usergroup.
I want the image to be directly beside the user's name without a box.

Like this:
[Image: iHrJ7pa.png]

Still need help with this, please.
may i have your forum url...
(2015-06-15, 07:38 AM)mmadhankumar Wrote: [ -> ]may i have your forum url...

http://encorersps.com/forums
goto ACP >> Themes >> Your Theme >> Extra.css

find and comment/remove the following part....

.tab_content img, .stab_content img {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #ddd;
    padding: 5px;
}
you might need to Hard Refresh (Ctrl+F5) the forum to see the changes...
(2015-06-15, 12:29 PM)mmadhankumar Wrote: [ -> ]goto ACP >> Themes >> Your Theme >> Extra.css

find and comment/remove the following part....

.tab_content img, .stab_content img {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #ddd;
    padding: 5px;
}
you might need to Hard Refresh (Ctrl+F5) the forum to see the changes...

Thank you so much for helping me. I really appreciate it.