How to change font colour?

I would love to be able to change the colour of text to highlight sections when I’m discussing things in the book club thread, but I have no idea how to do it. Please help.
I look forward to a deluge of rainbow coloured responses. :grin:
γ‚ˆγ‚γ—γγŠι‘˜γ„γ—γΎγ™γ€‚

You can’t.

Do you have a list somewhere of all the supported HTML tags?

red

yeah doesnt work

1 Like

No, but from memory:

<b>
<i>
<s>
<del>
<img>
<spoiler>
<table>

I’m sure there are several that I didn’t recall atm.

There’s < small> too

While we’re on the topic, can I ask the veterans how to blur text (for e.g. spoilers)?

Aaah, thank you so much!

Welcome to the real-time HTML editor!

Type HTML in the textarea above, and it will magically appear in the frame below.

i
em
safdadsf

asdfasdf
asdfasdfds
asdfasdfasd

This text contains subscript text.


This text contains superscript text.

Strong text
Firstname Lastname Age
Jill Smith 50
Eve Jackson 94
<h3>Welcome to the real-time HTML editor!</h3>
<p>Type HTML in the textarea above, and it will magically appear in the frame below.</p>
<i>i</i><br/>
<em>em</em><br/>
<span>safdadsf</span><br/>
<!- adf--><br/>
<del>asdfasdf</del><br/>
<kbd>asdfasdfds</kbd><br/>
<s>asdfasdfasd</s><br/>
 <p>This text contains <sub>subscript</sub> text.</p><br/>
 <p>This text contains <sup>superscript</sup> text.</p> 
 <strong>Strong text</strong>
 <table>
  <tr>
    <th>Firstname</th>
    <th>Lastname</th>
    <th>Age</th>
  </tr>
  <tr>
    <td>Jill</td>
    <td>Smith</td>
    <td>50</td>
  </tr>
  <tr>
    <td>Eve</td>
    <td>Jackson</td>
    <td>94</td>
  </tr>
</table> 

hmm. looks like a lot of HTML works, just not CSS or attributes.

2 Likes

Hmm, I didn’t know that <kbd> worked

yeah OP might be able to use this for his requirements.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.