HOW DO I CENTER TEXT INSIDE A PAGE ELEMENT


Author
Message
TimothyUD
TimothyUD
New Member (17 reputation)New Member (17 reputation)New Member (17 reputation)New Member (17 reputation)New Member (17 reputation)New Member (17 reputation)New Member (17 reputation)New Member (17 reputation)New Member (17 reputation)
Group: Forum Members
Posts: 2, Visits: 3
Hello fellow researchers,

I am trying to center the text inside each page, but I am not seeing any way to change the parameters in a 'page'.

Do I have to use a textbox for this instead?

I would prefer not to.


Thank you for any help!
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
TimothyUD - 1/27/2023
Hello fellow researchers,

I am trying to center the text inside each page, but I am not seeing any way to change the parameters in a 'page'.

Do I have to use a textbox for this instead?

I would prefer not to.


Thank you for any help!

Under Inquisit 5, this is not possible with <page> elements. It would be possible under Inquisit 6 by using inline HTML markup ( cf. https://www.millisecond.com/support/docs/current/html/language/markup.htm ).

<page example_page>
<center>This will only work under Inquisit <b>6</b>.</center>
</page>

<expt>
/ preinstructions = (example_page)
</expt>


With Inquisit 5, you instead need to present HTML files as instruction pages per <htmlpage>.

https://www.millisecond.com/support/docs/v5/html/language/elements/htmlpage.htm

You can format your HTML files in any way you need, including centering any text they display.
TimothyUD
TimothyUD
New Member (17 reputation)New Member (17 reputation)New Member (17 reputation)New Member (17 reputation)New Member (17 reputation)New Member (17 reputation)New Member (17 reputation)New Member (17 reputation)New Member (17 reputation)
Group: Forum Members
Posts: 2, Visits: 3
Thank you so much!
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search