Forum Discussion

JemmaDicks's avatar
JemmaDicks
Qrew Trainee
3 years ago

Using HMTL to modify text fields

Hi there

I'm trying to get creative with some text fields. But, my HTML syntax is not right, because it's not working. It's applying the first item in my span style tag but ignoring the rest. This is what I am putting in the text item properties.
The text displayed is the word "Quoted":

<span style="background-color:#563D82;
font-size=20px;
font-color=WHITE">
<B>
Quoted
</B>
</span>

HELP!!!!

------------------------------
Jemma
Data Analyst & Visualisation
United Kingdom
------------------------------

1 Reply

  • PaulPeterson1's avatar
    PaulPeterson1
    Qrew Assistant Captain
    If I am reading your post correctly, you are trying to display "Quoted" with white text and a purple background.

    Try:

    "<span style=\"background-color: #563D82;font-size: 20px;color: #ffffff\"><B>Quoted</B></span>"

    ------------------------------
    Paul Peterson
    ------------------------------