Page 1 of 1

HTML tables

Posted: Wed Jun 22, 2005 3:18 pm
by paladaxar
OK, this is a stupid HTML table question, but I cant seem to figure it out.

Does anyone know how to make a table that has a thin (one pixel) border that will also print as a one pixel border? This is kicking my butt.

~Josh

Posted: Wed Jun 22, 2005 4:09 pm
by John Cartwright
use css

<table style="border: 1px solid #000">

...

Posted: Thu Jun 23, 2005 12:16 am
by paladaxar
awesome...I'll try that