MyBB Community Forums

Full Version: Bold username - not show
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: username.png]

What's wrong?
Browser just isn't displaying it properly. You're using FF3, that's how it shows for me on FF3 sometimes too.
You could try using
<span style="color: #fff; font-weight: bolder;"><em>{username}</em></span>
(2009-03-20, 08:01 PM)CraKteR Wrote: [ -> ]You could try using
<span style="color: #fff; font-weight: bolder;"><em>{username}</em></span>

Not help.
Try this instead:

<span style="font-weight: bold;"><em>{username}</em></span>
That was just an example because he had a color set Rolleyes
Or just add the <b> tag.
I believe the largetext is bold by default, so putting on another bold won't change it... bolder may or may not work depending on the font/browser.
Actually I got two themes: litebluerounded and default. Anybody know what I need to change to have usernames in default theme like in litebluerounded theme?


PS Sorry for my poor english. I hope that you understand what I write/mean.

(2009-03-21, 05:48 AM)Yumi Wrote: [ -> ]I believe the largetext is bold by default, so putting on another bold won't change it... bolder may or may not work depending on the font/browser.

It help, thank you.