NIPO ODIN Version 5.17
Working With Templates
Template files are in fact template HTML files. They must obey the following rules:
- Templates are plain HTML files with insertion points to where NIPO ODIN-specific items are placed.
- The template needs to be formatted according to the HTML 4 DTD standard for the best result.
- The HTML generated by the NIPO HTML Generator is conform the HTML 4.01 Strict.
- A template file must have the extension
odintemplate . - A template needs to have at least a
<head> and a <body> tag within the HTML page.
|