Discuss Scratch

digthebone
Scratcher
500+ posts

help for text

this isn't really help for scripts but i'm wondering how to make your text to color in discuss. Like how do you make your text in discuss blue? I'm just wondering. Yes i have seen people do texts in discuss that are in color.

Digthebone

I make stuff. And I am always digging for new idea's.




lederniersamourai
Scratcher
500+ posts

help for text

If you saw some message with colored text, you can just press on “Quote” (bottom right of the message) and you will see the code of the message. This will show you which code they used of having text in blue.
You can then just put in your message “thanks, now I know how to put text in blue”.
MegaApuTurkUltra
Scratcher
1000+ posts

help for text

You can use the [color] tag (and you can use [[]tagname] to make tags show up in your post)

Examples:
This
[color=blue]blue[/color]
Makes: blue

This
[color=red]red[/color]
Makes: red

This
[color=#dec0de]hex color[/color]
Makes: hex color

And this
[color=#aaf]3 digit hex color[/color]
Makes: 3 digit hex color
Etc.

HTH

$(".box-head")[0].textContent = "committing AT crimes since $whenever"
digthebone
Scratcher
500+ posts

help for text

MegaApuTurkUltra wrote:

You can use the [color] tag (and you can use [[]tagname] to make tags show up in your post)

Examples:
This
[color=blue]blue[/color]
Makes: blue

This
[color=red]red[/color]
Makes: red

This
[color=#dec0de]hex color[/color]
Makes: hex color

And this
[color=#aaf]3 digit hex color[/color]
Makes: 3 digit hex color
Etc.

HTH
but where is the color tag?

Digthebone

I make stuff. And I am always digging for new idea's.




digthebone
Scratcher
500+ posts

help for text

[blue[/color

Digthebone

I make stuff. And I am always digging for new idea's.




digthebone
Scratcher
500+ posts

help for text

MegaApuTurkUltra wrote:

You can use the [color] tag (and you can use [[]tagname] to make tags show up in your post)

Examples:
This
[color=blue]blue[/color]
Makes: blue

This
[color=red]red[/color]
Makes: red

This
[color=#dec0de]hex color[/color]
Makes: hex color

And this
[color=#aaf]3 digit hex color[/color]
Makes: 3 digit hex color
Etc.

HTH
thankyou

Digthebone

I make stuff. And I am always digging for new idea's.




digthebone
Scratcher
500+ posts

help for text

green

Digthebone

I make stuff. And I am always digging for new idea's.




MegaApuTurkUltra
Scratcher
1000+ posts

help for text

digthebone wrote:

green
Glad you finally figured it out! Make sure to put the closing color tag ([/color]) so not all of your text is green! Do this:
[color=green]Now you can have green text[/color] and regular text
Which makes:
Now you can have green text and regular text

$(".box-head")[0].textContent = "committing AT crimes since $whenever"

Powered by DjangoBB