Twine Forum
Discussions
Home
›
Help! with 1.x
Sign In
·
Register
Categories
Recent Discussions
Categories
4.9K
All Categories
1.2K
Help! with 1.x
333
Workshop
3K
Help! with 2.0
343
Chit-Chat
html tags with timedcontinue macro (Sugarcane)
yun
March 2016
in
Help! with 1.x
<i>...text1 <<timedcontinue 2>> </i>text2
The closing tag is ignored if it goes after <<timedcontinue>>, so all text till the end of the passage remains italic. Any way to fix it?
Comments
greyelf
March 2016
Move the end tag...
<i>...text1</i> <<timedcontinue 2>> text2
yun
March 2016
My real text is not that simple of course. It needs several <<timedcontinue N>> inside the italic part.
greyelf
April 2016
edited April 2016
The answer is still the same no matter how complex your text is or how many timedcontinue macros you have, end the HTML italic element before calling the/a macro.
yun
April 2016
Not convenient to do it before and after every macro, but it works. Is this true for any macro?
greyelf
April 2016
edited April 2016
It depends on the way the selected story format parses the passage contents and the HTML generated by the parser / macro.
Forum Software Powered by Vanilla
Comments