Centering Text?

minecraftpsyco99
01 Mar 2016, 19:04
How do I center text in Squiffy?

bgbg
01 Mar 2016, 19:45
You'd need to use html/css. See this page, under "CSS syntax":

<div style="text-align:center">Text goes here.</div>


There's an example you can try for yourself here

minecraftpsyco99
01 Mar 2016, 20:40
bgbg wrote:You'd need to use html/css. See this page, under "CSS syntax":

<div style="text-align:center">Text goes here.</div>


There's an example you can try for yourself here.


Thanks but is there also a way to work font size into that too :?:

bgbg
01 Mar 2016, 21:00
This may help:

http://stackoverflow.com/questions/1712 ... inline-css

Text formatting is not specific to Squiffy, so you can just google something like "font size html inline css" or look it up at a html/css reference site, like http://www.w3schools.com. That's what I do.

Padrinos
02 Mar 2016, 18:45
Simple html will work

<center>bla bla bla </center>