Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » HTML Colour Codes under opacity?
Closed Thread
Old 05-14-2008, 10:37 AM   #1 (permalink)
SYL\X/3K's Avatar
 
I know <html>, do you?

Join Date: Aug 2006

Location: 127.0.0.1

Posts: 1,643

SYL\X/3K is an unknown quantity at this point

Send a message via AIM to SYL\X/3K Send a message via Yahoo to SYL\X/3K Send a message via Skype™ to SYL\X/3K
Default HTML Colour Codes under opacity?

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
__________________
P3 Setup- Intel 1.0ghz , 512Mb SDRAM , ATI 9200 128MB, 2x 40GB HD, Asus CUSL-LV

.....:::::POST Troubleshooting Steps.___.My Rig.___.Memory Test:::::.....
SYL\X/3K is offline  
Old 05-14-2008, 07:11 PM   #2 (permalink)
 
Monster Techie

Join Date: May 2004

Location: /usr/root/mn/us

Posts: 1,121

bla!! is on a distinguished road

Default Re: HTML Colour Codes under opacity?

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
__________________
<br>
Its a frigging Laptop, not a Labtop!!!!

Last edited by bla!!; 05-14-2008 at 07:23 PM.
bla!! is offline  
Old 05-16-2008, 06:12 PM   #3 (permalink)
SYL\X/3K's Avatar
 
I know <html>, do you?

Join Date: Aug 2006

Location: 127.0.0.1

Posts: 1,643

SYL\X/3K is an unknown quantity at this point

Send a message via AIM to SYL\X/3K Send a message via Yahoo to SYL\X/3K Send a message via Skype™ to SYL\X/3K
Default Re: HTML Colour Codes under opacity?

there is a way because i saw a guy with his name tag that had .50 opacity
__________________
P3 Setup- Intel 1.0ghz , 512Mb SDRAM , ATI 9200 128MB, 2x 40GB HD, Asus CUSL-LV

.....:::::POST Troubleshooting Steps.___.My Rig.___.Memory Test:::::.....
SYL\X/3K is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Colour Spaces sssshaun Web Graphics, Design, Digital Images 0 05-12-2008 04:00 PM
Posting Form data to HTML page kizzeith Programming Discussions 15 02-03-2008 06:54 AM
Optional Closing Tags in HTML komlom Programming Discussions 7 10-08-2007 10:14 AM
Just heard of Dreamweaver cs3. Replacement for html and css? stainer711 Web Graphics, Design, Digital Images 17 06-19-2007 08:27 AM