The online game I partake in has the option of jazzing up your profile name with various colours and symbols…
I started this thread to ask for help with coding on Account Profiles…
Would like some help on better understanding HTML codes,
Mainly the ‘Star Symbol’ (not outline) and Smaller Fonts… I’ve looked these codes up but they don’t seem to work when entered…
The example you posted isn’t HTML. HTML uses angled brackets - like this <p>. It might be BBCode, but it’s not a form I’m familiar with. Generally, you need an opening tag and a closing tag. So something like [color=#00FFFF]STAR[/color][color=#808080]FRONT[/color].
However only these HTML codes work on the name change option. The method demonstrated in your previous post I.e [colour] doesn’t work, but I recognise it from other games forums…
Can you supple me with the HTML code for Smaller fonts and the Star Symbol (Black star) I have found these codes but there not working?
This code minus the hashtag creates the colour Cyan [#00FFFF],
Within this coding method could I you supply me with the code for a Black Star, (doesn’t have to be Black?) and the code which reduces the size of the font…
If you look at the link I provided, it shows various ways of coding a black star, including an HTML entity. I can only suggest you try them to see which, if any, produce the result you want.
Typing ★ or ★ should display ★ (without the need to use brackets of any kind).
In an older version of HTML, you could use “smaller” to reduce font size (long obsolete). Whether or not that would work for you, I’ve no idea.
The hex codes you are using for colours are just that - colours.
@Gandalf’s suggestion seems the most sensible. We’re not familiar with the coding method used, so all we can do is guess.
IIRC, BBCode uses numbers to indicate font size (as did obsolete HTML). You could try using something like [6] or maybe [10px] (adjust number to suit in the unlikely event that it actually works).
It might be simplest just to ask him how to do the formatting you want. If he gives you exact instructions - great. If he says “just use [insert code type]”, you’ll at least know what they’re using and we can take it from there.
I would try a gaming forum, perhaps one that deals with you specific game. Just tell them what you want to change your profile name to. Don’t mention HTML or BBcode - just tell them your intended end result.