Why can't i get my email to be formatted properly?

Welcome to the Make community!

That is not valid HTML, and also not valid built-in functions as you’ve inserted them as plain text.

Your brackets, operators, functions, or special variables were not selected from the Variables Panel.

Try selecting it again from the Variables Panel, or type curly brackets like these {{ }} so that it ends up with a background color:

  • {{ ( }}

  • {{ / }}

  • {{ + }}

  • {{ = }}

etc.

I also suggest doing this Make Academy, as it covers selecting brackets, operators, functions, or special variables from the Variables Panel.

For more information, see:

Hope this helps! Once this is resolved, if you are still having trouble, please provide more details.

@samliew