I find the best way of dealing with this is to define a CSS style, then apply the style (using a class) the the relevant table cell.
At the top of your document, in the <head> section add this:
<style type="text/css">
<!--
.cellbrdrleft {
border-left-width: 1px;
border-left-style...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.