“When I print the back of my card, the text formatting isn’t preserved—line breaks and spacing are removed and everything runs together.” What do I do

Text Formating.

When I have a perfect format in the back card, the format collapse into a paragraph that is not the format that i created. How can I get it to format just as the card is created?

Are you using a type-answer field, that strips all the formatting out?

If not, there are 3 Styling and formatting places that could be coming from, and they interact.

  1. The styling for your note type, where classes of formatting can be defined overall for all of the cards, or for specific cards, or specific parts of cards.
  2. The card templates themselves call those classes defined in styling, but they can also contain formatting for specific field replacements.
  3. Formatting in the text of a specific note is controlled in the note editor by the editing toolbar. You might need to open the HTML view (click < > above the field) to see it in the field.

Where is your formatting and what is going on at the other two places?

Once you figure out what needs to change, if you need more specific help with the HTML or CSS in your templates/Styling, you can post it here – as text (not a screenshot), and in a
```

preformatted-text/code-block (by putting backticks above/below)

```
– and folks can probably help you with what needs to change.