You can use very basic HTML tables. This works (for example): <table> <tr bgcolor="grey"><td>Head</td><td>Head2</td><td>etc.</td></tr> <tr><td>A1</td><td>B1</td><td>etc.</td></tr> <tr><td>A2</td><td>B2</td><td>etc.</td></tr> <tr><td>A3</td><td>B3</td><td>etc.</td></tr> <tr colspan=3><td>etc...</td></tr> </table>
FYI - Mnemosyne uses QT3, which uses a subset of HTML. The short mnemosyne help is here: http://mnemosyne-proj.org/help/formatting-cards.php It links to the QT3 tags list here: http://doc.trolltech.com/3.3/qstylesheet.html -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mnemosyne-proj-users?hl=en.
