I was wondering what the best way is to format an HTML paragraph with an Indention on the first line. See screenshot.
Thanks,
Printable View
I was wondering what the best way is to format an HTML paragraph with an Indention on the first line. See screenshot.
Thanks,
You can use inline CSS or create a CSS class, e.g. <p style="text-indent: 64px;">some text</p>
Thanks 4x2y...that worked perfectly...