Quote:
Originally Posted by Juum
I want to be able to make the [item] and [/item] tags inside the table, but when i do so it just inputs the data that should pop up into the actual table cell, consequently messing the whole table up and being 100 times larger than it should.
|
I can't reproduce this with the original itemstats code, but with the modification made by Zachariah. This adds some line breaks (<br />) to the output - these have to be replaced:
HTML Code:
This is one line<br />and the next line
should get
HTML Code:
<p>This is one line</p><p>and the next line</p>
This is necessary because my mod interprets every linebreak as a new tablerow.
Quote:
Originally Posted by GBSteve
Have you given any thought to improving the javascript file to correctly sort numbers?
|
No I don't have any idea how to do it. As I stated in the javascript file it is from
http://www.kryogenix.org/code/browser/sorttable/ so please ask him to fix it.