Sent by aardvark on 14 February 2002 17:05
i've got a table (that will display tabular data) that i want to be
represented with all border lines in place as straight, hard lines...
none of the HTML beveled border stuff...
i'm not posting this somewhere where i have access to the CSS
file... and i don't like the idea of stuffing an inline style in *every*
<td>...
is there one style i can stuff in the <table> akin to
style="border:1px solid #000000;" and have it affect the entire table
instead of just the outside border?