Re: Front page news posts going bold
Fixed.
The closing tag for the Bold text was placed after the page-break, which moves the story to a full page. Therefore the opening bold tag "<strong>" didn't have it's closing "</strong>" tag, as it was only placed into the code when the full page was viewed, so the page is continued to be displayed in bold, as this tag never recieves closure.
Moved the </strong> from after the <!-- break --> to infront of it in the raw HTML view, and the text recieves a proper closing tag and stops rendering all the text in bold.
__________________
|