According to the WIki documentation, you can hide text (as comments)
within a tiddler so that it is not displayed, it can be wrapped in /%
and %/.
I have noticed that when you are in view mode, however, the commented
text DOES take up space - so everything below is moved down. For
example, if you hade six lines of comments like this (as seen in edit
mode):

Normal text line
/% Line 1 %/
/% Line 2 %/
/% Line 3 %/
/% Line 4 %/
/% Line 5 %/
/% Line 6 %/
Another normal text line

Then when you end edit and just view, you see this:

Normal line of text





Another normal text line.

Can this be handled through CSS or something so that the lines don't
take space at all and you get this in view mode:

Normal line of text
Another normal text line.

Thanks

--~--~---------~--~----~------------~-------~--~----~
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