Page 1 sur 1

Ways To Make the Post a New Topic/Message Screen Better

MessagePosté: 22 Nov 2007, 19:38
par DragonGirl
When Posting something It can sometimes be hard because some options are not avalible. (for exampel the ability to center text) I have maid a list of things that could be helpful.

A center text Button.
A align right button.
More text colors (Like a purple color that isn't too dark to see or so light that it looks like Pink and maybe a brown that dosn't look like red.)

Thease are just a vew Ideas that Could be helpful. (anyone else think thease Ideas could be helpful?)

MessagePosté: 24 Nov 2007, 12:45
par Olivier
You can already use arbitrary colors. Example for red:

  Code:
[color=#FF0000]red[/color]

MessagePosté: 24 Nov 2007, 14:37
par Pete
Some html markups are available.


<div align="center">Center
Center
Center
</div>
<div align="right">Right
Right
Right
</div>


  Code:
<div align="center"> text </div>
<div align="right"> text </div>

MessagePosté: 24 Nov 2007, 18:46
par DragonGirl
Olivier a écrit:You can already use arbitrary colors. Example for red:

  Code:
[color=#FF0000]red[/color]


I know but we only have so manny choices and not all of them look like the color they're sapposed to be or are too dark.

I'll guive exampels when I get back to my own house.

MessagePosté: 25 Nov 2007, 22:12
par DragonGirl
DragonGirl a écrit:
Olivier a écrit:You can already use arbitrary colors. Example for red:

  Code:
[color=#FF0000]red[/color]


I know but we only have so many choices and not all of them look like the color they're sapposed to be or are too dark.

I'll guive exampels when I get back to my own house.


Ol time for exampels. (It might appear to be the corect color or lighter on newer screens but not everyone can afford one)

Too Dark to read!
Indigo
Dark Blue
Black (easier to read than the other 2 but still)

Not the color it is saposed to be
Violet (It should be called pink Violet actually is a shade of purple)
Brown (Looks too red on this background)


See the problem? If not then....

Color comparison. (Brown and Dark Red are almost exactally the same)

Dark Red

  Code:
[color=darkred]text[/color]


Brown

  Code:
[color=brown]text[/color]


Dark Red
Brown