Needing a little colourful help.

Forum for general requests for support for players. Both staff members and veteran players can help new players with problems they encounter. No chatting in this forum, please.

Moderators: Public Relations Department, Players Department, Programming Department

User avatar
MakeBeliever
Posts: 284
Joined: Wed Apr 06, 2005 5:11 pm
Location: ENGLAND

Needing a little colourful help.

Postby MakeBeliever » Sun Jul 01, 2007 3:22 pm

I'm needing a little help if someone has the time to explain something with making colourful notes. I've tried all the ways i can to make some colourful headings and it just isn't working. Fancy lettering and size is fine, I can do that easily, but i can't get the hang of turning the words a little colourful. And it's needed for some coming events.

<b><Font>Welcome To blah blah blah</Font></b>

<b><u><Font>Lands falling under the blsh blah blah</Font></u></b>

I've tried all this kind of thing, but it's not working. I've looked through dozens of old notes and tried it anywhich way i could find differently already used as example ingame and still i'm getting no where fast.
So if anyone has the time to just say what i need to include before my words to make them colourful, that would be most appreciated if you could pm me or maybe tell me here, i don't mind either way.
No one can make you feel inferior without your consent and Being happy doesn't mean everything is perfect. It means you have decided to look beyond the imperfections.
User avatar
MakeBeliever
Posts: 284
Joined: Wed Apr 06, 2005 5:11 pm
Location: ENGLAND

Postby MakeBeliever » Sun Jul 01, 2007 3:24 pm

:shock: See i can't even show what i was trying because it changes it on here lol. But i think you will catch my meaning.
No one can make you feel inferior without your consent and Being happy doesn't mean everything is perfect. It means you have decided to look beyond the imperfections.
User avatar
SekoETC
Posts: 15526
Joined: Wed May 05, 2004 11:07 am
Location: Finland
Contact:

Postby SekoETC » Sun Jul 01, 2007 3:50 pm

font color="#RRGGBB", replace RGB with hexadecimal numbers (0 to F).
Not-so-sad panda
User avatar
MakeBeliever
Posts: 284
Joined: Wed Apr 06, 2005 5:11 pm
Location: ENGLAND

Postby MakeBeliever » Sun Jul 01, 2007 4:06 pm

:D A big Thankyou Seko.
No one can make you feel inferior without your consent and Being happy doesn't mean everything is perfect. It means you have decided to look beyond the imperfections.
User avatar
Chris Johnson
Posts: 2903
Joined: Wed Dec 01, 2004 3:26 pm
Location: East Sussex, United Kingdom
Contact:

Postby Chris Johnson » Sun Jul 01, 2007 4:24 pm

And a tip for the forum - You can use the code tag (similar to the quote tag)

Code: Select all

  Everything in the [code] [/code] section is printed as is ...
User avatar
SekoETC
Posts: 15526
Joined: Wed May 05, 2004 11:07 am
Location: Finland
Contact:

Postby SekoETC » Sun Jul 01, 2007 4:59 pm

Except that it tends to mess things up with greater than/lesser than signs

Code: Select all

if (foo>0)//this way around it works
{
test();
}
if (foo<0)
{
stuff();
}


Code: Select all

//This is the same thing but with signs reversed. Stuff between the signs disappears.
if (foo<0>0)
{
stuff();
}
Not-so-sad panda

Return to “General Support”

Who is online

Users browsing this forum: No registered users and 1 guest