Thanks, but I don't see any indentation there. I take it there's not a more
practical method? Doing that over and over again for each paragraph is
simply not reasonable.

Again, I appreciate the effort, either way. Perhaps I'm not expressing
myself clearly enough.

The following is an example of what I mean by a paragraph/indentation.

     The beginning of this paragraph
> <https://www.thoughtco.com/paragraph-composition-term-1691565> is
> indented. Standard paragraph indentation is about five spaces
> or one-quarter to one-half of an inch, depending on which style guide
> <https://www.thoughtco.com/style-guide-reference-work-1691998> you
> follow. In online writing
> <https://www.thoughtco.com/what-is-online-writing-1691358>, if your
> software doesn't allow indentation, insert a line space to indicate a new
> paragraph.

 https://www.thoughtco.com/what-is-an-indentation-1691157

Thanks, again.

On Sat, Aug 22, 2020 at 4:14 PM Eric Shulman <[email protected]> wrote:

> On Saturday, August 22, 2020 at 12:36:45 PM UTC-7, Moe Gibbs wrote:
>>
>>   Just a simple indent, for the love of football! Seriously, why is
>> something so simple so hard to find?
>
>
> To indent, use CSS "margin-left" or "padding-left", like this:
> @@margin-left:1em;
> This is some text<br>
> that appears on several lines<br>
> so we can demonstrate indentation<br>
> @@
> or
> @@padding-left:1em;
> This is some text<br>
> that appears on several lines<br>
> so we can demonstrate indentation<br>
> @@
>
> However, the TW "@@" syntax does not "nest.
>
> Thus, if you want to indent content within an indent,
> you can use HTML syntax instead of "@@", like this:
>
> <div style="margin-left:1em;">
> This is some text<br>
> that appears on several lines<br>
> so we can demonstrate indentation<br>
> <div style="margin-left:1em;">
> This is some MORE text<br>
> that appears on several lines<br>
> so we can demonstrate multi-level indentation<br>
> </div>
> </div>
>
> enjoy,
> -e
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/ADALlXF5eyA/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/9ce16315-2b64-4953-91dd-3742ac7d7247o%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/9ce16315-2b64-4953-91dd-3742ac7d7247o%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAJ6cqcOW-wwkK-JkdQNNE95c6QV63nnd13%3DRowqVtP9_t6v5gw%40mail.gmail.com.

Reply via email to