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 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/9ce16315-2b64-4953-91dd-3742ac7d7247o%40googlegroups.com.

