Inserting html-code for coloring a word red

Hi everybody,

I tried to quoogle how to color a single word red in a posting

most hits are looong tutorials about how to use colors in general or in combination with css

Some example were simple
but the found examples did not work in the arduino forum
I mean something similiar like strike-through is done with

to show the html-source-code I use capital space "S"
< S > these words will be striked < /S >
.
.
and in correct html-syntax
these words will be striked

So the word "red" shall be shown in color red

Things like

<span style=color: #FF0000;>January 30, 2011</span>

do not work

<span style=color: yourColor>this should be red</span>

this should be red
this does not work either

 <font color=”#ff0000”>word</font>

Maybe if somebody posts a screen-shot of the edit-window of a posting
with the preview on the right

best regards Stefan

if you mean in the forum, don't use HTML, use the color tag

text above in red is typed as

[color=red]use the color tag[/color]

it does not work within code tags though, only for text, so you can't use it to highlight part of a code

PS: it's visible in the preview as you type

3 Likes

Auburn Heading 1

Auburn Heading 2

Auburn Heading 3

Auburn Heading 4

Auburn Heading 5
Auburn Heading 6

Auburn

Auburn Bold
Maroon Bold
Pink Bold
Coral Bold
Mahogany Bold
Fuchsia Bold
Red Bold
Magenta Bold
Apricot Bold
Scarlet Bold
Blood Red Bold
Alizarin Crimson Bold
Russet Bold
Wine Red Bold

# [color=#922724]Auburn Heading 1[/color]
## [color=#922724]Auburn Heading 2[/color]
### [color=#922724]Auburn Heading 3[/color]
#### [color=#922724]Auburn Heading 4[/color]
##### [color=#922724]Auburn Heading 5[/color]
###### [color=#922724]Auburn Heading 6[/color]

[color=#922724]Auburn[/color]

[color=#922724]**Auburn Bold**[/color]
[color=#800000]**Maroon Bold**[/color]
[color=#ff69b4]**Pink Bold**[/color]
[color=#f88379]**Coral Bold**[/color]
[color=#c04000]**Mahogany Bold**[/color]
[color=#ca2c92]**Fuchsia Bold**[/color]
[color=red]**Red Bold**[/color]
[color=#ff00ff]**Magenta Bold**[/color]
[color=#fbceb1]**Apricot Bold**[/color]
[color=#ff2400]**Scarlet Bold**[/color]
[color=#8A0707]**Blood Red Bold**[/color]
[color=#e32636]**Alizarin Crimson Bold**[/color]
[color=#80461b]**Russet Bold**[/color]
[color=#722f37]**Wine Red Bold**[/color]
1 Like

you can also find online helpers if you want to have fun with colours

Hello world - this is a rainbow coloured text !!!

you can also try BB Code Editor

2 Likes

Hy @J-M-L , @dlloyd
thank you very much for your tips

hm I seem to do still something wrong with the bb editor
So let's see what this bb code editor can do
[font=Comic Sans MS]Comic Sans
[/font]
[size=200]BIG font
[/size][table][tr][td]a[/td][td]b[/td][td]c[/td][td]d[/td][/tr][tr][td]1[/td][td]2[/td][td]3[/td][td]4[/td][/tr][tr][td]5[/td][td]z[/td][td]U[/td][td][size=200]B[/size][/td][/tr][/table]

a simple copy & paste seems to work only partially
It should look like this

let's see If I can use the color tag
this should be red bolded

yes this works

So let's see what this bb code editor can do

[font=Comic Sans MS]Comic Sans [/font]

[size=200][b]BIG font

[/b]
[/size][table][tr][td]a[/td][td]b[/td][td]c[/td][td]d[/td][/tr][tr][td]1[/td][td]2[/td][td]3[/td][td]4[/td][/tr][tr][td]5[/td][td]z[/td][td]U[/td][td][size=200]B[/size][/td][/tr][/table]

best regards Stefan

not all the BB Codes are supported here in the forum unfortunately

you can also check Markdown but not everything works either

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