Alignment Question

Trying to find out what is the right way to align text, passage links etc. In detail I want some lines to be centralized but not found it yet.

The documentation doesn’t seem to say:

https://www.motoslave.net/sugarcube/2/docs/#twinescript

If you want to center stuff, then you’ll need to use CSS.

Usually the easiest way is to just put it inside <center>...</center>. Some people don’t like that because technically the <center> element is depreciated, but even Google still uses it, so it’s not like it’s going away any time soon.

Otherwise you might want to check out these pages for all sorts of other ways to center things:

Have fun! :grinning:

1 Like