I know. I was sleepy last night, wow.
I figured out how to fix this issue. The fix will particularly resolve the issue of WordPress inserting
tags that schew the aesthetics of forms. The style sheet can be downloaded/edited(remote server panel in filezilla), , then resubmitted to the remote server using filezilla(see youtube tutorials to learn how to edit such a file).
In style.css(or relevant stylesheet), insert
To eliminate inserted breaks: form li br {display: none;}
To eliminate inserted spans: form li span {display: none;}