Quote:
Originally Posted by Hoods7070
Thanks, but if that's the case, why are there buttons for text enhancements ... bold, italic, color etc? I'd like to be able to insert styling CODE around selected text to align headings etc.
|
I'm very inexperienced, but aren't bold, color italics etc.. all standalone code that lends itself to in-line wrapping of text? Where, at least for html5, the align attribute of <p> is not supported and all aligns should be done in CSS. Even in-line align is not its own tag, just an attribute.
What kind of challenges that creates for a code editor I have no idea. Just pointing out the obvious difference.