Welcome Guest, Not a member yet? Register   Sign In
Copy right symbol ?
#1

[eluser]solid9[/eluser]
Hi guys I'm trying to display the character CopyRight --> ©

But the problem it display like this --> ©

Notice the extra  character that is not suppose to be included.

Why is this?

and how to fix this?

Thanks in advanced.
#2

[eluser]PhilTem[/eluser]
It's because you are inserting the character in another encoding as your page is (probably that's the reason). All HTML special characters (i.e. anything besides a-zA-Z0-9.,?) should be written as HTML name and not as the symbol it really is.

That's why you should use:
Code:
©

as well as instead of & you would use & and so on and so forth.
#3

[eluser]solid9[/eluser]
@PhilTem

Thanks got that dude.
#4

[eluser]rochellecanale[/eluser]
use this (&copyWink without parenthesis
#5

[eluser]rochellecanale[/eluser]
use character map in accessories. in start menu.




Theme © iAndrew 2016 - Forum software by © MyBB