If there is one sub-tag, or a string of sut-tags, the system works nicely.
Main::Sub1
Shows as:
Main
Main::Sub1::Sub2::Sub(n)
Shows as:
Main
What I need doesn't seem to work, which is multiple elements at one sub level:
Main::Sub1,Sub2,Sub(n)
Shows as:
Main
Sub2
Sub(n)
Does not work as desired. The system will place all Sub elements after 1 at the root tag level. Boooh. What I want is
Main
Couldn't figure out if there was some syntax to get this behavior. Please advise.
Ver. 2.01