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
Auteur du sujet
Hors Ligne
Administrateur
Moins
Plus d'informations
Messages : 58
Remerciements reçus 13
il y a 6 ans 9 mois #6000
par 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
Connexion ou Créer un compte pour participer à la conversation.
Moins
Plus d'informations
Messages : 900
Remerciements reçus 278
il y a 6 ans 9 mois #6001
par 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
Connexion ou Créer un compte pour participer à la conversation.
Moins
Plus d'informations
Messages : 99
Remerciements reçus 0
il y a 6 ans 8 mois #6102
par 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>
Connexion ou Créer un compte pour participer à la conversation.