KEY
- headers (H1, H2, etc) use ‘ColaborateThinReguler’ font
- paragraph elements (p) use ‘Raleway’ font
- div elements (div) use standard Arial, Verdana, sans-serif font
- div elements (div) use ‘ColaborateThinRegular’ font and can be made bold/red with ‘strong’ tag
- ‘strong’ tag forces red, bold text wherever used
- bold tag (b) allows black text to be bolded (avoids red text)
- paragraph tag inserts carriage return with spacing below no matter what added tags or css attributes are used. (Can be overridden by removing space once p tag is stripped – demonstrated in ‘paragraph tag with bold tag’ line below, which has no space below it (removed after p tag stripped))
- styles enable black colaborate font and other attributes to be applied.
Why I Lift: H1 w strong tag
Why I Lift: H1 alone
Why I Lift: bold tag
Why I Lift: H2 w strong tag
Why I Lift: H2 alone
Why I Lift: H2 w bold tag
Why I Lift: H3 w strong tag
Why I Lift: H3
(for some reason H3 alone is bold while other heading tags are not)
Why I Lift: H4 w css (font-weight:bold)
Why I Lift: H4 alone
Why I Lift: H4 w strong tag
Why I lift: P alone (code stripped after applying)
Why I Lift: paragraph tag with bold tag
Why I lift: P strong (p code stripped after applying, but strong tag remains)
Why I lift: P w css (font-weight:bold)
Why I Lift: div alone
Why I Lift: div with bold tag
Why I Lift: div w strong tag