How can I set the border width when I want to draw a thin line?

For a border width of a table cell, when I set 0.5px, I can see the line, however, if I set 0.25px, I cannot see the line. How can I set the border width when I want to draw a thin line?

Are you referring to how it looks “on screen” in Design? You’ll notice lines will appear and disappear depending on your zoom level. You’re dealing with an interaction between your coded line thickness, and what your screen’s resolution is actually able to display. Best to print it out and see how it looks on paper.

I’ve also noticed with tables in Connect, that if all four sides of a cell have borders, the “shared border” will appear too thick. I’m not sure if this is a bug or not. But what I do is set the shared border of one of the cells to “0pt”. For example, your “HETH 24977” cell would have top, left, and bottom borders but no right border. The left border of the “3853051” and “HOSE” cells would act to fill in that border. Same between the top and bottom of those right-hand cells. Give the “3853051” cell a bottom border and the “HOSE” cell no top border.

@TGREER,

Thank you for your reply.

I have asked it to support team, then he said -
In this case, the minimum unit is 1px, so any value less than 1px is considered 0.
(in particular 0.5px=<=1.4px is 1px)
This is the same as specifying “thin”.

So, I cannot draw thin line.

Thank you,
Kiyomi Kokubun