HTML Colour Codes under opacity?

Status
Not open for further replies.

SYL\X/3K

I know <html>, do you?
Messages
1,646
Location
127.0.0.1
On my dedicated server (for a game) i want to run color code the uses %50 opacity but i have no idea how the code is written.

( WITHOUT THE *'s)

[c=ffffff*] is white, etc
[b*] is bold
[u*] is underline
blah blah blah
but opacity?


thanks in advance
 
You're going to want to use some sort of css with this.
If you aren't using css anywhere else, it'd probably be easies to do an inline style sheet.

<htmltag blablab style="opacity:.50">

Just replace .50 with the decmial value you want.

If you can't use HTML/CSS, it's probably not an option for that game server
 
Status
Not open for further replies.
Back
Top Bottom