Is there a way to create a multi-line paragraph where each line is indented progressively to create an oblique effect?
An awkward attempt at this might look like the following:
<p style="font-style: oblique;">
This is an oblique paragraph.<br />
This paragraph continues.<br />
This paragraph continues.<br />
This paragraph continues...</p>
This results in:
This is a paragraph, oblique.
This paragraph continues.
This paragraph continues.
This paragraph continues...
Any more efficient solutions or suggestions? Thanks! ..or even better: Thanks! :)