So, I've been trying to put some HTML elements (Such as buttons and plugins) in my profile, But when I check in there, It shows the element as plain text. Does anyone know how I can fix this?
Forums / Maintenance / Report Problems
27,924 total conversations in 1,746 threads
HTML Not working on my profile?
Last posted
Mar 13, 2015 at 05:52AM EDT.
Added
Mar 12, 2015 at 04:45PM EDT
6 posts
from
3 users
Can you screencap the code you're using from your profile edit section?
Unworthy Trash
Deactivated
RandomMan wrote:
Can you screencap the code you're using from your profile edit section?
This is the screencap:
Do you want to create a spoiler button? Because you're using the wrong code.
<div class="spoiler" title="blabla">
text
</div>
Or do you wish to create a pop-up, because chances are we disabled those.
Unworthy Trash
Deactivated
RandomMan wrote:
Do you want to create a spoiler button? Because you're using the wrong code.
<div class="spoiler" title="blabla">
text
</div>
Or do you wish to create a pop-up, because chances are we disabled those.
Thanks! This was bugging me for awhile.
Why are you trying to put body and html tags in your profile? All that does is void the W3C compliance of your profile page. You don't need those. Take them out
You also cannot make use of advanced HTML parameters like onclick. They get filtered out when you save your profile.
This is an intentional feature of the site to prevent people using dangerous hacks on their profile pages
In the same way and for the same reason, any javascript or JQuery code placed on your profile is also automatically converted into plain text