ChartHop for Administrators
...
Letter templates
Creating templates
Example Templates
below is a collection of sample templates you can use for your organization to use them, create a new template, copy the code examples from the editors below, and add them to your new empty template adding stylings y ou can add content using html or markdown, as well as add styling to your templates using css templates can use both traditional css as well as an alternative form of css called page media css learn more welcome letter content {{formatdate(date, "mmmm d, yyyy")}} dear {{name}}, welcome to {{org name}}! we are very excited to have you be a part of our {{department}} team and we look forward to creating awesome things together we are all here to help and so if you have any questions or needs, please don't hestitate to reach out sincerely, joy & steve your org, inc 8 the green, suite # 8377 dover, de 19901 styling body { font family muliregular; font size 14px; margin 0 20px; } headerlogo { display\ block; margin 0 auto 20px auto; width 250px; } \#line { border top 1px solid #cccccc; padding bottom 20px; } right { text align right; } \#addresscontainer { width 700px; position fixed; bottom 120px; height 200px; text align right; right 0; } \#address { position fixed; right 0; color #2e5d84; width 200px; font weight 700; } information table content \# your organization \### annual review 2020 employee name {{name}}date 12 31 2020start date {{formatdate(personstartdate, "mm dd yyyy")}}title {{title}}department {{department}}manager {{manager}} styling body { font family courier new, sans serif; } hr { border top 1px; } h1 { text transform uppercase; text align center; font family georgia; } h2 { font size 16px; page break before always; text align center; } h3 { font size 16px; margin top 40px; } h4 { text align center; } table { border collapse collapse; border 0px; } \#summary td, #comp th, #comp td { padding 4px; border 1px solid black; } \#summary, #comp { margin 40px auto; } \#summary td { padding 4px 8px; min width 140px; text align left; } @page\ right{ @bottom center { content counter(page) " of " counter(pages); } } body { font family muliregular; font size 14px; margin 0 20px; } headerlogo { display\ block; margin 0 auto 50px auto; width 250px; }