MyBB Community Forums

Full Version: User colours?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Kind of a private forum, but theres a screenshot of it.

[attachment=3676]
There is no avoiding that, since it's in the username and the username is linked.
You can however change it so that it won't show the crappy border.
like so:
<img src="path/to/image.jpg" alt="Alt Text Here" border="0" />
Thanks, it worked. It seems i have ran out of characters for the same image on the other side...
Well you don't have to have an alt, really. just use alt="" or take it away.
Thank you =]
soz for posting twice, but how do i make this font green as well as keeping the rest of the code?

<img src="insertlinkhere" alt="Alt Text Here" border="0" /><span style="font-weight: bold">{username}</span>
<img src="http://www.arcadiaclub.com/forum/images/icon_star_bronze.gif" alt="Alt Text Here" border="0" /><span style="font-weight: bold; color: green">{username}</span>
Something like that.
Yey, thank you for your help =]
Pages: 1 2