Simple problem. I want to create a custom script format where there are just two “Elements” (Title and Content). The Title element I want to be in all caps and in a grey color, and to end in a colon follow by a space when the user presses the tab key. Pressing the tab key while in the Title element should then switch to the Content element (on same line) where the font should be standard text (not all caps), larger, and in black color.
I have set my two elements up in Script Settings. I have set everything up as described above. But even though I have set up the Title element to first insert a colon and space char and then to switch to the Content element after a tab key press, it never switches to the content element despite properly inserting the colon and space chars after a tab key.
Desired Finished Product Example:
What I get instead is text all in the Title element style I have defined, and never transitioning to the Content element style I have also defined. What am I doing wrong? Why doesn’t it work?
Settings for the Title element…