Skip to main content
I-lean
Participant
April 21, 2017
Answered

Where is "Format" and "Align" options?

  • April 21, 2017
  • 2 replies
  • 421 views

Where is "Format" and "Align" options?

    This topic has been closed for replies.
    Correct answer Jon Fritz

    Hit the CSS button on the far left of the Properties Window, as Nancy says. Go to Window > Properties or Ctrl + F3 if it's not open. That will give you your alignment and font formatting (aside from Italic and Bold under the HTML button in the same window).

    Personally, I would recommend against using those formatting functions unless you're making an html email. By default, they create inline css which isn't as flexible as placing your css formatting in an external .css file using the CSS Designer, or just hand-coding the styles into your sheet.

    2 replies

    Jon Fritz
    Community Expert
    Jon FritzCommunity ExpertCorrect answer
    Community Expert
    April 24, 2017

    Hit the CSS button on the far left of the Properties Window, as Nancy says. Go to Window > Properties or Ctrl + F3 if it's not open. That will give you your alignment and font formatting (aside from Italic and Bold under the HTML button in the same window).

    Personally, I would recommend against using those formatting functions unless you're making an html email. By default, they create inline css which isn't as flexible as placing your css formatting in an external .css file using the CSS Designer, or just hand-coding the styles into your sheet.

    Nancy OShea
    Community Expert
    Community Expert
    April 21, 2017

    From now on, you must use CSS to style and align text and other elements.  HTML is reserved for content.

    Hit the CSS button on your Properties panel.

    Nancy

    Nancy O'Shea— Product User & Community Expert