< Back

Document Subject: Table Borders
Hint Short Cut: Add this to your code & documentation to help you find this page.
http://#NarrowTableBorders or http://A555F9/nn.nsf/ByAlias/NarrowTableBorders

Setting Table borders to 1 in Notes gives quite horribly large  table borders. Here is a way to better ones.




Set the borders to 0 using the Notes Table properties dialog.

 

Then go into the table HTML properties and set the Other to:

BORDER="1"

This actually sets the properties to:

BORDER="1" BORDER=0 CELLSPACING=0 CELLPADDING=0

which gives a nice thin border.