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:
<?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:pepperio="http://www.pepperio.com/pagelayouts">
<!--Insert your code below this line. Paste everything from within the body tags.-->
<pepperio:head>
...your head elements
</pepperio:head>
See Also:
Video Guides
How To...
Tag Definitions