miscellaneous

Forum > Miscellaneous > CSS Text
Reply To Thread (login)
sucka [46]
2013-07-14 10:59:52
[11 years, 136 days ago]

Hi everyone could someone help me with centering and decorating text in this game? Or if you know a website that works too. Thanks :D


 
DarkNinjaMaster [76]
2013-07-14 11:18:16
[11 years, 136 days ago]

There is a basic formatting guide in your settings (workshop->settings) above the Profile input box , the example is how to make text red, replace RED with a hex colour you want, (for eg: #660066)

To center text:

<p style="text-align: center;"

close with

</p

Make sure to close the dealeos with a >


 
DarkNinjaMaster [76]
2013-07-14 11:20:10
[11 years, 136 days ago]

example


 
sucka [46]
2013-07-14 11:24:23
[11 years, 136 days ago]

Thanks DNM :)


 
DarkNinjaMaster [76]
2013-07-14 11:32:15
[11 years, 136 days ago]

Yep, and use the pre tag to get rid of bots4's obsessive need to remove spacing's and stuff.


 
Jans [87]
2013-07-14 11:49:54
[11 years, 136 days ago]

And if you want to colour text within the pre-section, you have to use <span> instead of <p>


 
User Name [303]
2013-07-14 12:56:13
[11 years, 136 days ago]

color*


 
Crab Whistler [130]
2013-07-14 12:58:25
[11 years, 136 days ago]

paint*


 
DarkNinjaMaster [76]
2013-07-15 03:07:36
[11 years, 135 days ago]

*colour

Don't Nos me.


 
Forum > Miscellaneous > CSS Text
Reply To Thread (login)