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?
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!
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.