Quantcast
Channel: Help! with 2.0 - Twine Forum
Viewing all articles
Browse latest Browse all 1844

Use text for 'history' buttons?

$
0
0
I'm using Sugarcube 2.11.0 and would like to use simple text for the back and forward history buttons. I'd like them to say 'back' and 'forward' and sit on separate lines below the 'restart' and saves' links, so that they just look like a continuation of that block of links.

I've found the selector - #ui-bar-history [id|="history"] - and can move them around with margins, change their size and colour, etc, but changing them to simple text is beyond my capabilities.

I'm also never sure if when using margins to position something, there's any guarantee that things will be in the same position for everyone who views the game, so if there's any way to be sure they line up with the aforementioned links, rather than me just throwing values at the margins until I get them where I want, then that would be a plus.

I found this (when following the link I inadvertently made above) and assume this goes in StoryInit, which isn't quite what I wanted, I don't think.
<<click "<<">><<script>>State.backward()<</script>><</click>>
<<click ">>">><<script>>State.forward()<</script>><</click>>

Viewing all articles
Browse latest Browse all 1844

Trending Articles