color individual letters

colombimarco7
13 Posts
colombimarco7 posted this 12 May 2019
Ask a Question

Hi,
how can I color individual letters?
thank you

Hi, how can I color individual letters? thank you
Vote to pay developers attention to this features or issue.
4 Replies
Order By: Standard | Newest
DEWA
31 Posts
DEWA posted this 12 May 2019

Write every Word or Letter in a solo line then give them a color. for now the only Way!

Write every Word or Letter in a solo line then give them a color. for now the only Way!
Support Team
Support Team posted this 13 May 2019

Hi Marco,

Color option is applied to the whole control so you may need to use several controls for that. Or you can use the HTML control and insert the code that will give each letter a different color.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Marco, Color option is applied to the whole control so you may need to use several controls for that. Or you can use the HTML control and insert the code that will give each letter a different color. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
colombimarco7
13 Posts
colombimarco7 posted this 13 May 2019

ok but where do i insert the html? and how?
Thanks

ok but where do i insert the html? and how? Thanks
Support Team
Support Team posted this 13 May 2019

Hi Marco,

Use the HTML control and insert the code like this:

<p>
  <span style='color: blue'>G</span>
  <span style='color: red'>o</span>
  <span style='color: yellow'>o</span>
  <span style='color: blue'>g</span>
  <span style='color: green'>l</span>
  <span style='color: red'>e</span>
</p>

The idea is to wrap each letter in the corresponding span tag with the desired color value in the style attribute.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Marco, Use the HTML control and insert the code like this: <p> <span style='color: blue'>G</span> <span style='color: red'>o</span> <span style='color: yellow'>o</span> <span style='color: blue'>g</span> <span style='color: green'>l</span> <span style='color: red'>e</span> </p> The idea is to wrap each letter in the corresponding span tag with the desired color value in the style attribute. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments