Is it possible to prevent the insertion of an extra line between text.
The coding of poem structure correctly inserts the blocks within <pre> tags, but still insists on an extra line feed/carriage return between each line such that;
aaaaaaaaaa
bbbbbbbbbb becomes
aaaaaaaaaa
bbbbbbbbbb
Also is there a way to supress the insistence of adding 4 character insert at the start of a new 'chapter' - other than manually manipulating the code ?
|