MyBB Community Forums

Full Version: All of my text is bold?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
All of the text on my forum has become bold.
I haven't edited anything, or atleast, I'm not aware of it, so it's pretty strange.
Even though I don't use the [b] tag, all of the text is plain.
Check this screen:
[Image: ijFbfw.jpg]
URL??
Open global.css and find
.post_body{

}

and remove font-weight: bold; from there.
I had this before when I set the group style... if you're group style is bolded make sure you remember the </strong> after it.
DubTalk.com.

@Yaldaram
There's no code saying "font-weight: bold; there.
It's what Anxiety said, you've not closed the <span> tag in the usergroup style setting for at least one of your usergroups. You have many other HTML validation errors on your site which will cause things to break.
Many other errors?
Any way to, like, get an overview?

I fixed the groups.
It's the same.
Fixed the gorups.
Still the same.
OK I see the problem, you've not closed 3 <b> tags.

<span style="color: red; text-shadow: 0px 0px 14px rgb(255, 0, 0);"><b>Currently working on:</span>
<span style="color: green; text-shadow: 0px 0px 14px rgb(0, 155, 0);"><b>Fixed:</span>
<span style="color: cyan; text-shadow: 0px 0px 14px rgb(0, 0, 255);"><b>-Fame</span>

You also seem to have an unclosed <div> tag in the same place this code is. Basically a lot of HTML here is badly written.
Pages: 1 2