Hi
I've built a menu like this in MainMenu. Space/line break appears
below "Section 1" when "Chapter 1" is clicked and expanded. Is it
possible to remove it?
Code:
+++[Chapter 1]
{{indent{+++[Section 1.1]
{{indentmore{
[[Section 1.1 - Part 1]]
[[Section 1.1 - Part 2]]
[[Section 1.1 - Part 3]]
}}}
===
}}}
===
+++[Chapter 2]
{{indent{+++[Section 2.1]
{{indentmore{
[[Section 2.1 - Part 1]]
[[Section 2.1 - Part 2]]
[[Section 2.1 - Part 3]]
}}}
===
}}}
===
Normal:
Chapter 1
Chapter 2
When Chapter 1 & 2 is clicked :
Chapter 1
(indent) Section 1.1
(space here, wanna remove)
Chapter 2
(indent) Section 2.1
(space here, wanna remove)
Want:
Chapter 1
(indent) Section 1.1
Chapter 2
(indent) Section 2.1
--
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.