Justify funtion

onigoshi
12 May 2017, 13:59

How do i justify my text in Squiffy? Im trying to do this herem but im failing. Can someone please tell me how can i do this?


felixp7
13 May 2017, 05:16

After exporting your game (with Download->Export HTML and Javascript), unpack the archive. In it you'll find among other things a file called style.css. Add the following line at the end:

div#squiffy-container { text-align: justify; }

That should do the trick, but I haven't tested it. Let me know how it works!


onigoshi
19 May 2017, 12:30

It worked! Thank you so much! Its was exactaly what i needed! i own you one. Sorry for taking so much time to answer though.