Export - HTML settings
Settings in this dialog box are used while exporting the HTML files from Baraha.
HTML template file:
Specifies the template file to be used when exporting HTML file. The template
file may contain any HTML tags, style sheets, scripts, and text in it. In addition, it
should contain the place holder tag, which is ##BRH_HTML_CODE##. Baraha
uses this file as the template and substitutes the place holder tag with the actual HTML
text during export. If the template file is not specified or missing, then a normal HTML
file is exported. Specifying the template is useful for people who use Baraha for creating
HTML pages for their websites. By using template, everytime a HTML page is exported, it
will automatically have the custom look & feel required by the website.
Use style sheet:
Specifies if style sheets should be used instead of HTML tags. This setting is
valid only if the template file is specified. The template file must contain the required
styles.
Template example:
| <html> <head> <meta http-equiv="content-type" content="text/html; charset=x-user-defined"> <style type="text/css"><!-- p{margin:.0001pt;} span.kan{font-family:BRH Kannada; font-size:12pt;} span.dev{font-family:BRH Devanagari; font-size:12pt;} span.tam{font-family:BRH Tamil; font-size:12pt;} span.tel{font-family:BRH Telugu; font-size:12pt;} span.mal{font-family:BRH Malayalam; font-size:12pt;} span.guj{font-family:BRH Gujarati; font-size:12pt;} span.gur{font-family:BRH Gurumukhi; font-size:12pt;} span.ben{font-family:BRH Bengali; font-size:12pt;} span.ori{font-family:BRH Oriya; font-size:12pt;} span.eng{font-family:arial; font-size:12pt;} //--></style> </head> <body style="background-color: #ffffff;"> <table cellSpacing="10" cellPadding="0" width="90%" border="0" align="center"> <tr> <td bgcolor=#ffeecc align="center" colspan="3">This html file is generated based on a template file. You can specify your own template file in the "Export Settings Dialog".</td> </tr> <tr> <td bgcolor=#ffeecc valign="top" width="25%"> </td> <td bgcolor=#eeeeee valign="top" width="55%">##BRH_HTML_CODE##</td> <td bgcolor=#ffeecc valign="top" width="20%"> </td> </tr> </table> </body> </html> |