Close Mark all as read
Notifications Announcements

Total posts
4

Views
1,575


Only Ninja and Sakura members can post here
Probably Y'all are wondering "How did this person made the text colored for each character of their game?", and welll...it's not hard.

This is the Source Code:
<p style="color:COLOR HERE (with #);">TEXT HERE</h1>

As we know, CloudNovel supports HTML (AKA the simplest programming language IMO), and if you know some HTML (like me), you can bright up your game, making it more appealing. The colored text is no different.

So what you must do, is:
  • Copy the Source Code (or re-type it) and paste it on a CloudNovel page;
  • On "COLOR HERE", you must place the Hex Code of the color, with the # on it's beginning (or else it'll not work) (eg: #000000, #FFFFFF);
  • On "TEXT HERE", you type your message, just like you would do normally;
  • Aaand that's it!

Ps: This (just like as many other compatible HTML codes) will not work on buttons
.
lonelySaturn lonelySaturn
How would you do this without it being a separate paragraph?
Sonya
Princess
Sonya
Princess
lonelysaturn said: How would you do this without it being a separate paragraph?
@lonelysaturn You can use span tag instead:

<span style="color:COLOR HERE (with #);">TEXT HERE</span>

This will create an inline text without creating a separate paragraph! :)
lonelySaturn lonelySaturn