• Is there a way to add a blank line inside a table in a WordPress page?

    I can add a row with empty table details but when rendered that does not have any size and does not create a blank line.

    Adding non-breaking spaces does not work either because they get wiped out when switching between Visual tab and Text tab. In this case we need to create a page that the users can edit the text of themselves.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Is this not something you want to tackle in CSS?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Use Shift-enter to make a second line, but at that, switching between visual and html will probably kill it every time :/

    Why are you trying to do that? It’s bad HTML in the first place, and if you’re just trying to make a placeholder for the user, put in “EDIT THIS” so they know ??

    Thread Starter NickC_UK

    (@nickc_uk)

    > Is this not something you want to tackle in CSS?

    How can CSS help us obtain a blank row in a table?

    > Why are you trying to do that? It’s bad HTML in the first place, and if you’re just trying to make a placeholder for the user, put in “EDIT THIS” so they know ??

    Why is is bad HTML? This is a Product price list and we want a blank row between each section. How else to achieve this except by a blank row in a table.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    How can CSS help us obtain a blank row in a table?

    Sorry just trying to get a better idea of what you were trying to achieve.

    This is a Product price list and we want a blank row between each section.

    This would normally be achieved using pure CSS.

    Thread Starter NickC_UK

    (@nickc_uk)

    This would normally be achieved using pure CSS.

    So how do I use CSS to provide a blank row in a table in a WordPress page.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to add blank row or space in a table’ is closed to new replies.