Howdy, Stranger!

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

Strikethrough

Hello. I know this is probably a super easy solution, but I cannot seem to get the strikethrough to show up? I put in the ~~text~~ as it says on the Harlowe markup style sheet but it just shows up with the text on a black background.

All I want is for the option to show up, but be unable to click it. (Like in Depression Quest).

Any help would be awesome!

Comments

  • The Style markup section of the Harlowe manual states that ~~text~~ represents "Deleted/spoiler text" not Strikethrough, which is why the effected text appears as black text on a black background.

    To change the effect to Strikethrough add the following CSS to your Story Stylesheet area.
    del {
    	background-color: inherit;
    	text-decoration: line-through;
    }
    
  • Thank you so much!
  • Thank you so much!
  • Yeah, I needed to know this too.

    Thanks!
Sign In or Register to comment.