#change colours

1 messages · Page 1 of 1 (latest)

velvet ospreyBOT
#

<@&987246399047479336> please have a look, thanks.

velvet ospreyBOT
#

While you are waiting for getting help, here are some tips to improve your experience:

Code is much easier to read if posted with syntax highlighting and proper formatting.

If nobody is calling back, that usually means that your question was not well asked and hence nobody feels confident enough answering. Try to use your time to elaborate, provide details, context, more code, examples and maybe some screenshots. With enough info, someone knows the answer for sure.

Don't forget to close your thread using the command </help-thread close:1027500463647621170> when your question has been answered, thanks.

sly bridge
#

@pearl tinsel Might want to change the tag to javaScript, u got Java ( those are not the same )

#

think its other or something, i dont know them all be heart. And normally your color changes in the CSS, or u do something like

#
document.getElementById("p2").style.color = "blue";
#

and in your html is something like

#

<p id="p2">Hello World!</p>

#

That way it can match a to a

#

which ones ? if any of this is to hard, try to find some basic tutorial on html and javaScript. That will teach u alot more and faster

#

basicly the line there is grabbing element with id 'p2' from the html and then changing its color to blue

velvet ospreyBOT
#

Changed the category to Other.

#

<@&987246964494204979> please have a look, thanks.