This element allows for the configuration of information which is to be contained between the <HEAD> tags of the EditLive! document. Settings which are configured through the <head> element will appear in the actual document inside EditLive!.
Configuration Element Tree Structure
<editLive>
<document>
<html>
<head>
<editLive> <document> <html> <head> <!--head configuration settings--> </head> .... </html> </document> ... </editLive>
Child Elements
<base>
This element provides the information which is to be stored in the <BASE> tag within the <HEAD> tag of the EditLive! document.
<meta>
This element provides the information which is to be stored in the <META> tag within the <HEAD> tag of the EditLive! document.
<link>
This element provides the style sheet information which is to be stored in a <LINK> tag within the <HEAD> tag of the EditLive! document.
This element defaults to a style sheet information type (ie. text/css information).
<style>
This element provides the information which is to be stored between the <STYLE> tags, between the <HEAD> tags of the Tiny EditLive! document. This element has no attributes.
<title>
This element provides the style sheet information which is to be stored in a <LINK> tag within the <HEAD> tag of the EditLive! document.
This element defaults to a style sheet information type (i.e. text/css information).
Remarks
The <head> element can appear only once within the <html> element.