[ List Archives Home ] [ Thread index for 2008 ] [ Date index for 2008 ] [ Author index for 2008 ]


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
>>> On Thu, Mar 6, 2008 at 9:01 AM, "Steven L. Irving" <SIRVING at mohave dot edu> wrote:
> I made a change in the WEBOPTION file INSERTTAG_HTML

In addition to the fixes provided by others, you need to move this out of the INSERTTAG_HTML and add it to your INSERTTAG_INHEAD.

The _HTML option is for the content you want before the opening <head> tag. That includes any DOCTYPE declaration and the opening <html> tag. As an example:

INSERTTAG_HTML=<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd";><html>

The _INHEAD option is for anything you want to add between WebPac's hard-coded head content and the closing </head> tag such as stylesheets, scripts and meta tags. Because the WebPac insert's this after their hard-coded content, it allows you override their style-sheets and scripts.

HTH,
David


_____________________________________________________________________
David Jones mailto:djones at scu dot edu
Library Systems Manager http://www.scu.edu/library/
University Library fax: 408-551-1805
Santa Clara University phone: 408-551-7167
500 El Camino Real
Santa Clara CA 95053-0500
_____________________________________________________________________
Reality is that which, when you stop believing in it, doesn't go away.
-- Philip K. Dick