Is there easy way to create tables using Ankidroid (I dont have computer)
It’s neither harder nor easier than in any of the other apps. You’ll have to write it in HTML. You can do that from scratch with a few HTML tags – see: HTML Tables – or you can use any HTML-table maker website that will create it for you and copy the HTML over.
The tables you’ll end up with if you write the HTML out probably wouldn’t look like how you envision them.
For example, the tables by default won’t have any solid borders around them and you’ll need to set this yourself in CSS/styling section.
I suggest you get the following template as it comes with the necessary styling for tables: GitHub - pranavdeshai/anki-prettify: Collection of customizable Anki flashcard templates with modern and clean themes.
I’d say it is, even if just a bit, easier on AnkiDroid, where one can make custom buttons in the editor to insert all the required tags (such as <table></table>
, <td></td>
, and <tr></tr>
) into a field.
I cant create any table I have tried using Html but its not aligned at all
Do you mean you can’t create a table with HTML at all, or the table is created, but you don’t like how it looks?
Sharing some screenshots would help convey the issue more clearly.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.