Update - Text Editor posting html
486 Posts
Ooc — Zina
Offline
#5
@Rosalyn The text bolding in the source mode editor is still a problem



You can fix it by adding the following rule to one of the global stylesheets:


Code:
.sceditor-container textarea {
    font-weight: normal !important;
}

or by editing the stylesheet associated with the sceditor (https://wolf-rpg.com/jscripts/sceditor/themes/mybb.css) on line 185:
Code:
    font-weight: normal;
relatively thin from illness (Apr 13, 2020)
Messages In This Thread
Update - Text Editor posting html - by Kynareth Deagon - January 25, 2021, 07:41 PM
RE: Update - Text Editor posting html - by Rosalyn - January 28, 2021, 04:07 PM
RE: Update - Text Editor posting html - by Taikon - February 03, 2021, 11:52 AM
RE: Bug Reports - by Speedy - January 25, 2021, 09:57 PM
RE: Bug Reports - by Kharybdis - January 27, 2021, 10:28 AM