Search the Community
Showing results for tags 'formatting'.
-
Hi, I would like to know if it's possible to use javascript (specially on Anki; if you know what it is) to format a text line into a html table. Basically, what I want is to copy the definition of an online dictionary (japanese in this case): 長/long, leader/ながい、おさ/チョウ And have the javascript read the first "/", select what's behind it, put in a <th>, select what's between first and second /, put in a <td>, and so forth. I have the CSS set up already. All of this in real time, like, when the software tries to show the line above, the JS will format it to show the styl
- 4 replies
-
- javascript
- anki
-
(and 1 more)
Tagged with:
-
Whenever I use <a onclick="">on text</a> it ignores the css formatting for the <a>. Why? Is there a way around it?