Quote from Splatulated;1135404:
i dont understand the shop item thing
so apaprently i cant just do this
but from what i think i understand the font colour shop item will make all my post appaear in a colour
like instead o buyin it to make 1 word in a post coloured buying it would make every word in all my post forever have colour ?
Your text's default colour is a dark grey (or brown, I can't tell). Within a post, you can designate parts of your text to be
x colour, and that particular section will be regardless of whether or not you have colour options purchased from the shop. I have Dark Blue from the shop, but if I want a part of my text to be
red, then I can just do that by
around my sample text, sans the period.
[SIZE="1"]Also, use the
American spellings for BBcode. Thankfully, the colour grey/gray doesn't seem to care.[/SIZE]
This forum does not use RGB decimals (for example, you used rgb(0, 191, 255), which is a darker cyan). However, it can use hexadecimal. The hexadecimal equivalent of
rgb(0, 191, 255) is
#00BFFF. So you can use the name of the colour (colours this way are very limited) or the Hex value. If you want to use that particular colour, you're going to have to use the Hex value. Manually changing text colour in your post has higher priority than the colour change in the shop, and will not have their colours overwritten because you bought a new colour from the shop. (For example, the red-highlighted red up there will never change colour unless this post is edited to change it's colour.)
I hope this helps.