Forum Moderators: open
I am attempting to insert comments in Amaya.
The w3c guide portion that I have found simply says to do it in the structure view, but that the comments may be inserted anywhere.
When I try it in structure view, I can insert one comment, but not another right after the first nor a third after the second.
I want to do:
<!-- start include row1 -->
<!-- #include virtual="row1.txt" -->
<!-- end include row1 -->
It wont let me insert the second two in order in structure view.
When I switch back to source view from structure and do it there, it eventually crashes.
Anyone willing to explain how to do it?
I seem to have found a bit of a work around. So in the end I ended up with code that validated and contained all the comments I wanted.
I ended up cutting and pasting in source view after I had created an initial one with the menu that put me into structure view.
Oh well. It worked, just not as convenient as I imagine it should be.