/* * FISG - XHTML/CSS Output Module with table borders * Programmed and designed by Matti 'ccr' Hamalainen * (C) Copyright 2003 Tecnic Software productions (TNSP) * * Please read file 'COPYING' for information on license and distribution. */ #define FUNCTION_NAME output_xhtmls #define HTML_DOCTYPE "\n" #define HTML_TAG "\n" #define HTML_DIV_PARAMS " align=\"center\" " #define HTML_TABLE_PARAMS " border=\"1\" align=\"center\" " #include "out_xhtml.i"