I just started using Anki and created some staples (I copied pasted text from word, which also includes bullet points). When I go to preview I see that the entire text is displayed in the center and because of my bullet points the design is not so nice to read. Is there any way i can left align all my text? Thanks for your help!!
( I have no German, so Iâm using the English names for buttons. Some of what I say assumes youâre using the Basic note type.)
Click the Style button.
At the end, insert:
.card .back {
text-align: left;
}
Click the Back Template button.
Between the <hr id=answer> and the {{Back}} insert:
<div class="back">
At the end, insert:
</div>
You can do the insertions by copying from this reply and pasting into Anki. On the two pages on which youâre inserting (pasting), white space, e.g., blank lines, are ignored, so you can feel free to insert those, too.
Hey Marlene,
the button worked for you? On my pc it didnât. Did you find another solution, maybe an addon or something for this problem?
best greetings,
Jonathan