/*
 * 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		"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n"
#define HTML_TAG		"<html>\n"
#define HTML_DIV_PARAMS		" align=\"center\" " 
#define HTML_TABLE_PARAMS	" border=\"1\" align=\"center\" "

#include "out_xhtml.i"


syntax highlighted by Code2HTML, v. 0.9.1