This forum is closed. Please visit help.twitch.tv for assistance. (Read More)

HTML invisible?

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

    Post edited by biotest on
  • I tried that, but it didn't work. :/
  • FireFire Moderator
    you can't use style blocks, and as a result you can't use pseudoclasses.
  • Fire, is there any other way I can use styles?
  • FireFire Moderator
    @ideezide you have to use inline styles on the elements themselves, but you still can't use pseudoclasses
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID