@Vincent Berg
so I suspected a trend that might not be there.
You can put a large part the issue down to me. I had a close look at what is accepted in the way of HTML tags by the submission wizard, and compared it to what the tagged text codes allows, (edit add) and I use.
italic < i >
bold < b >
bold-italic < b >< i >
emphasize < em >
strong < strong >
superscript < sup >
blockquote < blockquote >
horizontal rules < hr >
H3, H4 and H5 header tags < h3 > < h4 > < h5 >
The tagged text allows a few extra things like the use of the font colours of red, blue, and green, it also lists, paragraph commands with alignments, and the br command for a single line feed, so I asked if they could be added to the approved list. He responded that the system does recognise the < b r>, < p >, < / p >, < p align = " center " > commands already, they're just not listed on the formatting instruction page. Also, the commands < font color = " xxx" > are accepted by the wizard as long as the xxx is either red, blue, or green - not a hexdecimal code or any other colour.
Since I no longer use the blockquote command at SoL, due to the way it's now processed by the wizard not suiting how I want it to look, I change that code in the tagged text to be in blue italics. By changing the blockquote to be blue italics in html and swapping my h1, h2, h3 headings to be h3, h4, h5 my cleaned up html code will be properly processed by the wizard, since it accepts everything else I use.
So I submitted a revised No Names - No Pack Drill using only html code, but it caused a major problem with the wizard. First it discovered an issue in the code for converting the font colour, then it crashed due to me having some errors in the code (faulty tags). That delayed everything for over 24 hours while Lazeez corrected the code for handling the font colour.
In the end, sorting out the changes I wanted, the code, and my mistakes the whole submission queue got held up for almost two days due to me. Thus you can blame me and not Lazeez. However, the end result is I can now prepare a file for posting much faster in the html code, and the wizard can process it faster with less work by the moderator, now. It also adds a new capability to the accepted html code. Not sure if, or when. Lazeez will be updating the page with the list of acceptable html code.
edit to add: The only tagged text command I use now is when re-posting a multi-chapter story I add in the partition command of { p }Chapter xx to indicate where the SoL posting chapter changes are.
The the above have now been tested and work.