Forum Moderators: mack
You can't go lower than 1px because a monitor displays 1 px as a single color.
You can trick the eye to make a line appear smaller on an image using transparency but I'm not sure how you would do that with a border.
Check that you are not getting a double border through the table and the cells.
I don't know what to do against it, though. For example:
<table cellspacing="0" border="1" bordercolor="#00267d" width="80%" align="center">
This leads to a 2px wide line.