Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

remove bold out of webpage

Feb 15, 2014 4:22PM PST

Hello,

My website is all in bold fonts and after trying everything i thought to solve the problem, i cant find a way to un-bold the font.
This the page i am referring miracletrees.org and silentdisco.de
Hope you could help... I have this situation for some time and i really dont know what i could do to solve it.
Thanks so much in advance for your help.
kyamites

Note: This post was edited by a forum moderator to remove hyperlinks on 02/18/2014 at 11:24 AM PT

Discussion is locked

- Collapse -
Look for
Feb 15, 2014 5:10PM PST

the <strong> attribute, and take those out.

Mark

- Collapse -
You're missing a closing strong tag
Feb 16, 2014 1:33PM PST

Right here:

<p align="center" class="style26 smtm style8 style8 style273"><strong>MORINGA OLEIFERA TREE FACTS, RESEARCH, STUDIES</p>

Which makes everything following it bold as well.

~Sovereign

- Collapse -
You need to go to CSS
Feb 19, 2014 5:35PM PST

Hi there!! Happy

You just need to go to the style sheet (CSS) and then lower or unbold your font.

- Collapse -
Re: CSS
Feb 19, 2014 6:58PM PST

Not at all. Have a look at the coding Sovereign cites. It misses a closing tag for <strong>. CSS won't help against such errors.

Kees

- Collapse -
Missing starting tags of <strong>
Mar 4, 2014 5:41PM PST

You missed starting tag for <strong> in some places, if you correct them it will be fine