Blank lines in table disappear
-
Publishing a directory of church members. Page will be private, but the test is public while asking for help. Phone # and e-mails are hashed.
Using classic editor.
Content was created by pasting in contents from an Excel spreadsheet. When editing there is a blank line between each entry. But the line doesn’t show when published.
When I try to put a non-breaking space on the blank lines, they are erased.
Here is the code:
<table width="729"> <tbody> <tr> <td width="404">Name, address, email</td> <td width="325">Phone</td> <td></td> <td></td> <td></td> </tr> <tr> <td>*Anagnostopulos, Mark and *Zinter, Janet</td> <td>(802) 000-0000</td> <td></td> <td></td> <td></td> </tr> <tr> <td>PO Box 2417</td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td>Brattleboro, VT 05303</td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td><a href="mailto:[email protected]">[email protected]</a></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td>*Anagnostopulos, Mark and *Zinter, Janet</td> <td>(802) 000 0000</td> <td></td> <td></td> <td></td> </tr> <tr> <td>PO Box 2417</td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td>Brattleboro, VT 05303</td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td><a href="mailto:[email protected]">[email protected]</a></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td>Appel, Rev. Shayna</td> <td>c. (802) 000 0000</td> <td></td> <td></td> <td></td> </tr> <tr> <td>31 Jennison Road</td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td>Milford, NH 03055</td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td><a href="mailto:[email protected]">[email protected]</a></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> </tbody> </table>
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Blank lines in table disappear’ is closed to new replies.