Ola,
When I have a long line I want to use the wordwrap, which works great. However, when it's between tags I want the next "wrap" to be below the first character (indent).
Example:
This happens now:But I want it like:
Is that possible?
When I have a long line I want to use the wordwrap, which works great. However, when it's between tags I want the next "wrap" to be below the first character (indent).
Example:
This happens now:
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc varius, est ac consequat
mollis, leo turpis fermentum turpis, a lacinia ligula lacus ac quam.
</p>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc varius, est ac consequat
mollis, leo turpis fermentum turpis, a lacinia ligula lacus ac quam.
</p>