> Is it possible to edit the whole <head> </head> section, No.
> and where is it stored?
In file src/devices/grohtml/post-html.cpp, have a look into function
html_printer::do_file_components(), which in turn calls
html_printer::writeHeadMetaStyle(). The latter shows the hard-coded
parts of the `head' section.
> [...] but I have to insert the line
>
> .HEAD <LINK REL="stylesheet" TYPE="text/css" HREF="stylesheet.css">
>
> into every file.
Why is this a problem?
Werner
