This is the place for questions about learning design and pedagogy; how to use different page types for different purposes.
Line spacing in XOT
Jonathan Smith
Topic Author
Offline
Administrator
Less
More
Posts: 58
Thank you received: 13
6 years 9 months ago #6000
by Jonathan Smith
Hi
How can I change the line spacing? I am using a table to create a text box (is there a better way to do this?). I must be missing something obvious!
Best wishes
Jonathan
Please Log in or Create an account to join the conversation.
Less
More
Posts: 900
Thank you received: 278
6 years 9 months ago #6001
by ronm
Hi
sorry but you haven't really provided enough info for anyone to answer properly e.g.
What template and/or page type if XOT template?
What Xerte version?
What do you mean by trying to create a text box - do you mean text entry field?
Can you provide a link to a test page for us to look at?
HTH
Ron
Please Log in or Create an account to join the conversation.
Less
More
Posts: 99
Thank you received: 0
6 years 8 months ago #6102
by rloenen
in your page use 'styles'
Type in styles:
.lineheight{
line-height: 2;
}
In your page go to 'source'
type:
<p>
<span class="lineheight">
a
<br />
b
<br />
c
</span>
</p>
Please Log in or Create an account to join the conversation.