Forum Discussion

smithmrk's avatar
smithmrk
Copper Contributor
Jan 23, 2023
Solved

HTML Column Formatting

I'm very confused on something right now...I can set the Column to be Rich Text Formatting and it allows me to make things bold, colors, etc.   However, once it is shown in the list it is NOT forma...
  • SvenSieverding's avatar
    Jan 23, 2023

    Hi smithmrk,

    did you apply a JSON formatting stylesheet on that column?

    I get the same effect, if i create a new "Multiple lines of text" column, switch it to "Use enhanced rich text" and then i.e. apply this template

    {
      "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
      "elmType": "div",
      "txtContent": "=@currentField"
    }

     
    If so, then try to remove that formatting sheet.

    Best Regards,
    Sven

Resources