+xHi,
When I run the script, a page looks bad, as you can see in the image below, and I don't know how to edit the way how a it looks, This is what i have. Thanks!
<page instructaud>
^^^ A continuación escucharás un audio de 17 minutos. Por favor escúchalo atentamente
^^^ Cuando estés preparado para escuchar el audio, oprime Barra Espaciadora
^^^ El audio comenzará inmediatamente.
</page>
<text instructaud>
/ select = 1
/ position = (50%, 60%)
/ fontstyle = ("Arial", 2%)
/ size = (80%, 30%)
/ hjustify = left
/ valign = top
</text><block instruccionesaudios>
/ preinstructions = (instructaud)
/ screencolor = white
Instruction <page> elements can be formatted (within limits) via the <instruct> element, <text> elements have no role in instruction <page> elements.
https://www.millisecond.com/support/docs/v4/html/language/elements/instruct.htmTo give you an idea:
<instruct>
/ windowsize = (90%, 80%)
/ fontstyle = ("Arial", 2%)
/ txcolor = (white)
/ screencolor = (black)
/ inputdevice = mouse
/ finishlabel = "Continue >>"
/ nextlabel = "Next Page >>"
/ prevlabel = "<< Go Back"
</instruct>
<page instructaud>
^^^ A continuación escucharás un audio de 17 minutos. Por favor escúchalo atentamente
^^^ Cuando estés preparado para escuchar el audio, oprime Barra Espaciadora
^^^ El audio comenzará inmediatamente.
</page>
<block instruccionesaudios>
/ preinstructions = (instructaud)
</block>