I don't style the tables. I just put the include on the page where I want the table to be and since the tables are basic HTML saved as a .txt file they just show up as is. Here's an example:
<td align="center" colspan="2">
<!--#include virtual="/recips/toys1.txt" -->
</td>
Just remember there is a space after .txt before the two dashes. That really fucked me up for a while
|