« Back to the HTML Forum

How to stop Profile from showing contact icons like "â▢▢"

Posted by Beetleballingg

posted

Forum: HTML Group

SIIIIGH I've tried quite literally everything to stop this from happening. I have a few layouts 2gether, but only one affects those icons, and nothing seems to get it to stop displaying icons like that. I've tried with <style> </style> (which didn't work and ended up showing the code in the middle of my profile) And with different URLs and/or symbols.

Does anyone know how to help? :'/


Report Topic

2 Replies

Sort Replies:

Reply by ୨ৎmima୨ৎ

posted
updated

its probably an encoding issue. Somewhere in the saving/pasting etc it got changed from your icon to â. maybe try to use 

content: "\2606";

instead of the

 content: "☆"; (look up the codes for characters you want i just picked a star)

so that you wont have any encoding issues

if you see anywhere in your code (ctrl f it) the 
â symbol it means it got corrupted
lmk if it works!


Permalink Report Reply

Reply by Beetleballingg

posted

@✦mima✦ TYSM for the reply! I've tried both things, yet it's still displaying the same thing... It's pretty strange, It doesn't show any kinds of corruption


Permalink Report Reply