1. MIQUEL
  2. Report Editor
  3. Вторник, Июль 12 2016, 03:28 PM
  4.  Подписаться через email
Hello,

I am creating a report with Valentina Studio. In this report, i use an HTML text field, but i have a problem :

When i write the sentence below in my HTML field, the word "blue" should be colored in blue.

The sentence : <p>My mother has <span style="color:blue">blue</span> eyes.</p>

But it seems that the tag is not interpreted, and my word is in black.

This sentence was taken from the w3cschools website.
In my report, i also use an HTML editor which returns the same syntax when i write the sentence and put the word in blue.

Is there a specific syntax to use in the HTML text fields ?

Thanks.
Комментарий
There are no comments made yet.
MIQUEL Ответ принят
Alright, thanks for your answer.
Комментарий
There are no comments made yet.
Sergey Pashkov Ответ принят
Hi Miquel,

CSS are currently not supported, but you can use color attribute of the font tag:

<p>My mother has <font color="blue">blue</font> eyes.</p>
Комментарий
There are no comments made yet.
MIQUEL Ответ принят
I just realized that my sentence has been interpreted on the post :
the original sentence was :

<p>My mother has <span style="color:blue">blue</span> eyes.</p>
Комментарий
There are no comments made yet.
  • Страница :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.