• Please note that this section is for questions regarding the forum itself - it is not for fan game-related questions. If you have a question about a fan game, ask in the appropriate thread.

  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Question: How many color i can add and what fonts and sizes and i want a list of BB codes

In the basic text editor in the box where you type your post you can choose from several colors (as well as other things, like fonts), and you can also pick a color using hex numbers (or whatever that shit is called).

So [color=red]Hi my name is Nah[/color] will give you:

Hi my name is Nah

[color=#F5071F]Hi my name is Nah[/color] produces a similar thing:

Hi my name is Nah



This is a list of all our BBcodes, which I think is up to date: https://www.pokecommunity.com/misc.php?do=bbcode
 
In the basic text editor in the box where you type your post you can choose from several colors (as well as other things, like fonts), and you can also pick a color using hex numbers (or whatever that **** is called).

So [color=red]Hi my name is Nah[/color] will give you:

Hi my name is Nah

[color=#F5071F]Hi my name is Nah[/color] produces a similar thing:

Hi my name is Nah



This is a list of all our BBcodes, which I think is up to date: https://www.pokecommunity.com/misc.php?do=bbcode

Where is basic text editor and what is hex number? I have checked that thread when i have joined already. I know how to edit color i just want to know how many color i can edit . How to create a red color background in my signature?
 
Where is basic text editor and what is hex number? I have checked that thread when i have joined already. I know how to edit color i just want to know how many color i can edit . How to create a red color background in my signature?

The basic text editor is the box you have used to reply to this message. There is this "Colors" option, where you can select several text colors.
Spoiler:


Hex codes, on the other hand, code for any possible color to display. You can use a site such as https://www.colorpicker.com/ to find the exact color you'd like to use (giving over 16 million colors to pick from).

As for background colors, there is no BBcode command for that, but it can easily be done using CSS code. For a red background you can use:
Code:
[PLAIN][cd=background-color:red]Text goes here.[/cd][/PLAIN]

Which will then show up as:
Text goes here.
 
Where is basic text editor and what is hex number? I have checked that thread when i have joined already. I know how to edit color i just want to know how many color i can edit . How to create a red color background in my signature?
If you click Post Reply in a thread, you go to the text editor. How do you mean "how many color"? You can use whichever color you like, since you can input any hex code. You can edit the color of your text, text-shadow, text background and stuff; using "css" you can do basically anything to make your posts or signature look the way you want them to. It takes a while and effort to learn though, but it's fun c:

For a simple background color, the code would be
where the numbers are whichever hex code you want, of course. Close the tag with [/ div] without the space, also.

like this



edit: lycaninja
 
[QUOTE Silvadi;9467503]If y=ou click Post Reply in a thread, you go to the text editor. How do you mean "how many color"? You can use whichever color you like, since you can input any hex code. You can edit the color of your text, text-shadow, text background and stuff; using "css" you can do basically anything to make your posts or signature look the way you want them to. It takes a while and effort to learn though, but it's fun c:

For a simple background color, the code would be
where the numbers are whichever hex code you want, of course. Close the tag with [/ div] without the space, also.

like this



edit: lycaninja[/QUOTE]

can you give me some hax numbers of you don't mind please.
thanks
 
can you give me some hax numbers of you don't mind please.
thanks

If you go to https://www.colorpicker.com/ and select the color you like, the hex code will appear in the box above the interactive tool.

But if you don't know hex codes, you can always just write out the color in words as well, like this:
Code:
[PLAIN][div=background-color:red]something here[/div][/PLAIN]
 
If you go to https://www.colorpicker.com/ and select the color you like, the hex code will appear in the box above the interactive tool.

But if you don't know hex codes, you can always just write out the color in words as well, like this:
Code:
[PLAIN][div=background-color:red]something here[/div][/PLAIN]

thanks lycantrophy.
 
Back
Top