THIN table borders on web?

Is there ANY hope of creating THIN LINE table borders on web pages yet? So far all I can get is the embossed look… what about a line like that which is around this field? (THIN)

Ruth

Subject: THIN table borders on web?

These stylesheet settings, along with a border=“0” attribute for the table itself, will do it:

TABLE {border-top: solid black 1px; border-left: solid black 1px;}

TD {border-right: solid black 1px; border-bottom: solid black 1px;}

Although I’ve got to say that what I’m seeing on this web form is an inset border that’s a couple of pixels wide.

Subject: THIN table borders on web?

youre going to need to create a CSS sheet and set a style for thin lines. Then apply that stayle to your table in the table properties. If you want web apps to look decent CSS is the only way to go.

Subject: THIN table borders on web?

See my article Web borders like Notes borders, but it is really very simple. It looks slightly better in Firefox and earlier versions of IE than in later versions, but it is quite close to the Notes thin border look in all of them. Hope that helps!