29 Tables
See Tables and Textboxes in the Pressbooks User Guide. |
Issues to Note
Styling tables can be a challenge when the CSS of a book overrides the HTML for individual chapters. For help with this issue, see Customizing your Exports with Custom Styles in the Pressbooks User Guide.
Formats affected | Feature | Problem | Work around |
---|---|---|---|
Webbook | Table cells with more than one paragraph | The first paragraph in each cell will have no extra space between lines. All additional paragraphs in the same cell will have extra space between the lines and the text will be larger. (Problem reported to WordPress.) | You have two options:
|
All formats | Table borders | After an update on December 21, 2018, borders were stripped out of many tables. | To fix a specific table, select all cells in the table. Click the Tables icon in the WYSIWYG toolbar, and click under “Cell” click “Table cell properties.” Under “Class” select “Border.”
To add a border around all table cells in your entire book, add the following to your Web, EPUB, and PDF Custom Styles (found under the Appearance tab in the Dashboard Menu): .front-matter td, .part td, .chapter td, .back-matter td, body#tinymce.wp-editor td { |