Page 1 of 1

Table border

Posted: Wed Mar 07, 2007 11:07 am
by pedro.riky
Hi gurus

i have a problem with table border.
I have a xsl that has a dynamic table in the body content.The problem is that
i want the border bottom close at the end of the body and not at the end of the data


I have
---------------------------------
| header |
|---------------------------------|
| |
| | a | a | |
| | b | b | |
| |_______________| |
| |
| |
|-------------------------------- |
|____________footer_____|


I want

---------------------------------
| header |
|---------------------------------|
| |
| | a | a | |
| | b | b | |
| | | |
| | | |
| | | |
| |______________ | |
|-------------------------------- |
|____________footer_____|



I want that the table border close on the end of the body.

Thanks!!!