0 votes
by (240 points)
Please tell me how to make it so that when you select reply I clicked on the text of the reply button with this text? Thank you in advance.

1 Answer

0 votes
by (44.7k points)
I'm sorry, your question is a bit unclear.

Could you give an example of what you're trying to get?  That would make it a bit easier to understand so we can provide an answer.

Thank you.
by (240 points)

In Twin, the answer looks like this (that is, this is the usual text that you need to click):

https://wampi.ru/image/6W7Qfnc

And I want this text to be something like this printed on the button you want to press:

https://wampi.ru/image/6W7QjWJ

Is it possible to do this?

by (44.7k points)

Yes.  Instead of doing:

[[Link text|Passage name]]

you do:

<<button [[Link text|Passage name]]>><</button>>

See the <<button>> macro for details.

If you want to change how the button looks, like different background or font colors, then you'd just need to change the CSS for the buttons.  See here for a CSS tutorial.

Hope that helps!  :-)

...