vevy wrote: ↑Wed Aug 19, 2020 1:53 am
A couple of quick requests if you may:
1. A way to center text in a line, like
2. A way to resize inline images, like [ img size=][ /img]
I have now added "center", "imgw", "imgh" and "imgwh" bbcodes.
vevy wrote: ↑Wed Aug 19, 2020 1:53 am
Also, the use cases box doesn't adapt to many entries (and doesn't show in preview).
Could you provide more details? Are you referring to the CLI test site or the main site? ''cos I don't think I ever backported any use case functionality back to the main site.
vevy wrote: ↑Wed Aug 19, 2020 1:53 am
A couple of quick requests if you may:
1. A way to center text in a line, like
2. A way to resize inline images, like [ img size=][ /img]
I have now added "center", "imgw", "imgh" and "imgwh" bbcodes.
Thank!
vevy wrote: ↑Wed Aug 19, 2020 1:53 am
Also, the use cases box doesn't adapt to many entries (and doesn't show in preview).
Could you provide more details? Are you referring to the CLI test site or the main site? ''cos I don't think I ever backported any use case functionality back to the main site.
Hi Andrew, Working with the php table tags is a pain, especially with large tables like the Index.
Is there a better/simpler way to do it? I would suggest HTML code embedding, but it eats a lot of characters (like php) for tags, and I hit the 60k mark with relatively little data.
If it is not easy to do in the forum, can there be a special page in the site for the tool index that a user like me can edit?
vevy wrote: ↑Mon Sep 07, 2020 6:26 pm
Hi Andrew, Working with the php table tags is a pain, especially with large tables like the Index.
Is there a better/simpler way to do it? I would suggest HTML code embedding, but it eats a lot of characters (like php) for tags, and I hit the 60k mark with relatively little data.
If it is not easy to do in the forum, can there be a special page in the site for the tool index that a user like me can edit?
Thanks
I don't quite understand what you are referring to.
Are you trying to add a large table to a forum post, or a large table to a database entry?
Do you have an example of what kind of table you are trying to add?
vevy wrote: ↑Sun Sep 13, 2020 5:35 pm
I wish there was a way to set column size in forum tables.
Maybe define a new tag eg. [tdw=xx] that specifies the <td> width in percentage? The other size unit for width is pixel value, which I don't is appropriate to use.