• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Gesior Color text bug!

Status
Not open for further replies.

lunara

Member
Joined
Dec 20, 2014
Messages
140
Reaction score
8
Solved any moderator close this thread?
 
Last edited:
A very bug site :O
Hmm, then learn CSS and HTML before trying to edit, Are you kidding? Can't you add a class to an element and a css formula to a css file?

Code:
// html
<table class="something">
    ....
</table>

// css
.something {
     color: red; /* color is used for text color. */
}
 
Status
Not open for further replies.
Back
Top