Table markup adding unexpected tags on Results page
-
Hello,
I am using a simple HTML table to display results on my quiz located here: https://kathleennaltyconsulting.com/identifying-hidden-barriers-assessment/. However, for each line that the HTML takes up in the Text editor, an unwanted and unnecessary
<br>
tag is added to the results page before the table, creating a huge blank area.The only way I have found to circumvent this problem is to delete all line breaks in the HTML code of the table so that it all fits on a single line, like so:
<table border="0"><tbody><tr><td width="70%"...
However, this solution has a critical problem: the moment I switch back over to the Visual editor, WordPress automatically adds line breaks back in to the code of the table, like so:
<table border="0">
<tbody>
<tr>
<td width="70%"...
And then of course, the unwanted
<br>
tags reappear as well. Is there a way to keep this from happening while still making use of the Visual editor?Thanks for all of your support with this awesome plugin!
P.S. I have Version 4.5.4 of Quiz And Survey Master currently installed.
- The topic ‘Table markup adding unexpected tags on Results page’ is closed to new replies.