0xReki
Well-known member
- Joined
- Dec 21, 2019
- Messages
- 36
- Points
- 48
I think that might help a lot for LitRPG writing. I'm thinking of something like this:
[window]
[title]TITLE[/title]
content
[button]BUTTON[/button]
[/window]
Can I use tables instead? Sure, but those are cumbersome. They clash with screen readers. Tables should not be misused as a layout tool.
[window]
[title]TITLE[/title]
content
[button]BUTTON[/button]
[/window]
Can I use tables instead? Sure, but those are cumbersome. They clash with screen readers. Tables should not be misused as a layout tool.