Hey!
In the past few days I learnt some html, and I wanted to use it on twitch. But for some reason it won't show up? I don't think it is something in the code, but more something with the twitch long-bio, like a bug or something. When I save it, it won't show up in the settings page nor my actual channel, even though it tells me it is saved.
Thanks in advance!
Comments
try changeing
<style type="text/css">
body {background-color: #fff;}
* {margin: 0; padding: 0;}
into
<div style="background:#fffff";>
and close it with </div> at the very end
also, might need an admin to confirm but i dont thing a:hover will work either