Possible Duplicate:
How to separate table content and table style
is it possible to create a document wide table setting for how table border are applied for each table?
I want to have the first table line have bold borders on top and bottom and the last row of a table should have a bold border at the bottom. As i do not want to specify all of this for each table, is there a way to do it one?
====================
row 1
====================
row 2
--------------------
row ..
------------------
row n
===================
Legend:
"==" -> bold border
"--" -> normal border
