Put the following in your stylesheet:

h1 {margin-left: 0;}
h2 {margin-left: 3em;}
h3 {margin-left: 6em;}
h4 {margin-left: 9em;}
h5 {margin-left: 12em;}
.indent {margin-left: 3em;}
.viewer blockquote {border-left:0;}

And then start paragraphs with one less > then the number of ! in the
heading type.

Example:
!Heading 1
words words words
!!Heading 2
> words words words
!!!Heading 3
>> words words words

Ken Girard

On Nov 19, 2:37 pm, FND <[EMAIL PROTECTED]> wrote:
> > [...] using css to indent divs 5em, thus we see a step indentation
> > keeping headings and associated content indented to the same level.
> > Can this behaviour be easily implemented?
>
> Well, not automatically (not without writing a custom formatter anyway).
> However, you could use custom wrappers* with the built-in "indent" class:
>      !Heading 1
>      Lorem ipsum dolor sit amet.
>      {{indent{
>      !Heading 2
>      Lorem ipsum dolor sit amet.
>      {{indent{
>      !Heading 3
>      Lorem ipsum dolor sit amet.
>      }}}
>      }}}
>
> HTH.
>
> -- F.
>
> *http://www.tiddlywiki.org/wiki/TiddlyWiki_Markup#Custom_Styling
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to