Skip to main content
Known Participant
April 16, 2008
Question

Tables without borders print with borders

  • April 16, 2008
  • 4 replies
  • 595 views
I have had trouble getting right-aligned graphics to print when I print my documentation. So I am inserting the graphics into tables, which eliminates that problem. My new problem is that, although I have configured the tables to have no cell borders and no table borders, they print with a thin border anyway.
This topic has been closed for replies.

4 replies

Peter Grainge
Community Expert
Community Expert
April 19, 2008
Sorry. It's under Tables in the Menu.

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
April 18, 2008
Actually, you could probably try adding the following to your stylesheet manually and see if it works:

table {
border: none;
}

--Ben
Peter Grainge
Community Expert
Community Expert
April 18, 2008
No but you can create a table with no borders and save it to appear in the dropdown list of tables when you use Tables | Insert Table.

See Snippets on my site.

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
vaprocuraAuthor
Known Participant
April 18, 2008
Sorry to be a pain, but I have looked through your Snippets list 3 times and I can't see that topic. Can you tell me where it is?
Inspiring
April 17, 2008
If you are defining the borders and shading in the Table Properties, you might want to consider also using the regular Borders and Shading menu option. They seem to both apply, and I've found it more reliable to set the "normal" borders than specific table borders.

Hope that helps.
vaprocuraAuthor
Known Participant
April 17, 2008
OK. So is there a way to default all tables to no normal borders, say in the stylesheet?