I think it is an easy question. What I need to do is put the text of long lines under the number of the list. Something like this:
1 Text text text text Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text.
In my code I'm using the following structure:
< ol>
< li>
< p> Text
< /ol>
Some simple solution? Thanks