How To... Add Head Tags

Add your own head tags to layouts

Pepperio compiles the html page on the fly when the browser requests the page, therefore the standard head tags are not seen in a Pepperio layout. To add head tags, include this script below the pre-filled xml declaration:

<pepperio:head> ...your head elements </pepperio:head>

Add the code to your Layout

The top of your page should read like this:

  1. <?xml version="1.0"?>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:pepperio="http://www.pepperio.com/pagelayouts">
  3. <!--Insert your code below this line. Paste everything from within the body tags.-->

  4. <pepperio:head>
  5. ...your head elements
  6. </pepperio:head>

See Also:

Video Guides

How To...

Tag Definitions