Removing line after end of table

With Writer, I want a table that fills the entire page inside the margins. There always seems to be a line after the end of the table. This can force another page which I don’t want. How do I get rid of this last line? Example of my problem here:Test table.odt

Note: I’ve tried to change the font size of the last line to a small value: 2 points, which in some cased will eliminate the extra page. However, if I save it as a template then load that template, the point size becomes significantly larger.

Thanks -Jim

I think you are going to need to have a paragraph after the table. You could put it in a frame anchored to the page but that would cause other usability issues.

The last line, to stay at 2 points in a template, needs to have a Style.

  1. With last line selected, change font
    size to 2.
  2. In the Styles toobar (F11), at the
    top right click the Styles Action
    icon and select “New Style from
    selection”, call it, say EndOfTable
    and OK.
  3. Optional. You might want to have a second
    page with other text on when you use the template. Find
    the style in your list, right-click
    it and select Modify, in the
    Organiser tab change Next Style to
    Text Body (or your usual style).
  4. Now save/export as template.

Thank you for your time and reply!