Hello,
For some reason when I add bold or italics to my pages or post it doesnt show up on the site, colours work, but not bold or italics.
Is this something I have to change in the stylesheet?
http://www.rubyredcoaching.com
Thanks, Jonny.
Hello,
For some reason when I add bold or italics to my pages or post it doesnt show up on the site, colours work, but not bold or italics.
Is this something I have to change in the stylesheet?
http://www.rubyredcoaching.com
Thanks, Jonny.
On line 23 of your stylesheet (style.css) change
font-weight: inherit
to
font-weight: bold
i would delete the lines with:
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;Yes definitely and after that check in Firefox because FF now does not even dot the bold words. IE7 did bold allready.
All very helpful, worked a treat!
Thanks very much.
Jonny.
Hi Jonny,
Sorry to spoil your state of bliss but in IE7 the content is pushed to the right.
A not properly closed or a <div>
See here: http://validator.w3.org/
This topic has been closed to new replies.