Somewhere I read, either in this forum or some other site that there's a little 'C' button that lets you assign classes to text. That would presumablly mean I can assisgn classes to text when it's selected in Edge.
Does anybody know how it works?
Presumably it means the text in Edge can have a class assigned to it, and the class can be defined in an external style sheet.
Here is a style rule I added to the html file Edge produces
.bodytext{
color:red;
}
And here is the button showing the class entered.
Any help appreciated