Add Editable Area to HEAD Tag?

I am working in DW CS 5.5.
My site has a base template and then a nested template for the Work pages.
I'm trying to make the items in the vertical menu bar of the Work page editable attributes. When I select Modify > Template > Make Editable Attribute then set Attribute to class, enter a label name and set type to Text I get this error message:
"There are no editable regions in the HEAD tag to insert the template property tag into. Please add an editable area to the HEAD tag in the base template and try again."
I'm confused because I do have an editable region in the head. What am I doing wrong?

Whoops, I should have included the top code in the base template file:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- TemplateParam name="Home Link" type="text" value="" -->
<!-- TemplateParam name="About Link" type="text" value="" -->
<!-- TemplateParam name="Services Link" type="text" value="" -->
<!-- TemplateParam name="Work Link" type="text" value="" -->
<!-- TemplateBeginEditable name="head" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Creative Consulting | Fresh Thinking + Clever Ideas</title><meta name="description" content="AFB Creative Consulting helps companies reach new levels of success. Services range from high level business strategy and project management to website design, blog design, email campaign design, logo design, brand development and social networking." />
<meta name="keywords" content="AFB Creative Consulting, Amy Fuller Boyd, websites, blog, email campaigns, logos, branding, social media, project management, business development, business strategy" />
<link href='../images/favicon.ico' rel='shortcut icon' type='image/x-icon'/>
<style type="text/css">
</style>
<link href="../afbCCStyles.css" rel="stylesheet" type="text/css" />
</head>
<!-- TemplateEndEditable -->

Similar Messages

  • Can't manually add editable regions to head in template

    When I created my main template in Dreamweaver CS6 for my website, I had copied most of the page code from another layout I already had, including the head code.  I did not realize there were already editable regions built into the head section of the Dreamweaver template and deleted them when I pasted my previous code without adding new ones.  I then added an editable region to the body and started created pages using the template.
    Everything works well and updates properly when I make changes to the template but now that I am trying to add those editable regions back to the head section so I can change the page title (and possibly add more responsive code), it doesn't work.  I copied and pasted the following code into my template file in Dreamweaver and it saves in the template telling me it's updating the related pages, but when I open those individual pages in Dreamweaver, the code isn't there and those regions are not editable; only the original editable region I created in the body exists and works properly.  Everything else continues to work perfectly.
    Here is the code I pasted into the head around the <title> tag:
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Collings Document Database</title>
    <!-- TemplateEndEditable -->
    And here is the code I pasted into the head just before the </head> tag:
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    Any help would be appreciated.  From everything I've read on these forums after searching, it sounds like pasting that code should work but I continue to get the results mentioned.  Thank you.

    Thanks for the response.  I've run the template code through the validator and the following two errors are the only ones that showed up.  I don't see how either of these would cause this issue.  Thoughts?
    Line 5, Column 53: Bad value X-UA-Compatible for attribute http-equiv on element meta.
    <meta http-equiv="X-UA-Compatible" content="IE=Edge">

    Line 27, Column 127: An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images. …gs_guitars_stroke_clear.png" width="184" height="81" class="scalable">  </div>

  • Editable Areas of ColdFusion Tags

    I am setting up Dreamweaver templates for a CF-based site.
    All pages will have a .cfm extension when they are created. I want
    to be able to set up some <CFSET> tags in the head of the
    pages that would allow the users to set certain variables on the
    page without letting them have full access to the complete tag
    since that would be VERY bad for this user group. I tried using
    templateParams but I keep getting really weird errors. Any other
    ways to do this?

    CF is only processed on the server (server-side) - what your
    user gets in the browser is straight HTML or other potential
    client-side technologies (like JS etc)
    Therefore, unless you specify for the browser not to cache
    images or content, the browser will manage that on its own.
    If you have pages that contain dynamic content based on
    queries, you can specify a cache timeout for the query so it does
    not keep re-checking the data server, which will speed things up.
    If you run your own server and have control over CF Admin and
    you only operate a single website where pages never change much,
    you can also cache templates; however that can be problematic if
    you want certain pages to update with new dynamic content regulalry
    - so most people have template caching turned off.

  • I am running 10.6.8 and using iweb for my web site. After several SEO analysis they all indicate I need H1-6 header tags. After looking at the source code I see there are none in iweb. Is it necessary to add? If so, how do I add H Tags to iweb.

    I am running 10.6.8 and using iweb for my web site. After several SEO analysis they all indicate I need H1-6 header tags. After looking at the source code I see there are none in iweb. Are they necessary to add?  Why would one add these tags and how do I add H Tags to iweb? And are there examples to look at? I am slowly learning about simple web design and assumed that iweb was stand alone without having to write code. Is this one of the reasons iweb is no longer supported? Thanks for looking at this!

    A simple text page like this:
    Heading
        sub heading
              text paragraph ....
    Is traditionally represented by html tags like:
    <h1>Heading</h1>
         <h2>sub heading</h2>
              <p>text paragraph ... </p>
    I would guess that the use of h1-h6 tags helps search engines to understand the structure of a page as the tags imply a certain structure.
    This can be compared to more generic tags like <div> that could represent any kind of content - and may be what iWeb uses (you'll have to check yourself).
    I would generally recommend that you use some kind of up to date blog/site building tool, perhaps Wordpress or Squarespace (I haven't used either one myself) that support current web technologies - this should reduce your SEO issues and make it easier to properly support mobile/tablet users.

  • Problem Editing HEAD tag for Facebook Open Graph

    In order for pages to play nice with some of the new Facebook features they can add meta tag content to identify the page as a specific "object" in the Facebook Graph.
    The problem is they ask you to add some namespace information as an attribute in the head tag and when I try to put anything in the actual tag itself I get an error:
    Header must contain <head> and </head> tags.
    I'm attempting to make the head tag look something like this:
    <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# my_fb_app: http://ogp.me/ns/fb/my_fb_app#">
    I have an end tag for head, I just thing the validation fails if you put anything in the head tag itself.
    Any ideas?
    Thanks,
    Greg

    <tt>prefix</tt> is not an HTML atttribute: it is part of RDF (which I haven't got my head round at all). However I get the same error on apex.oracle.com using
    <head class="foo"><tt>class</tt> is one of the HTML global attributes permitted on the <a href="<tt>head</tt> element, so this is definitely a parsing bug in APEX.
    Couple of possible workarounds:
    <li>In the examples in RDFa spec the <tt>prefix</tt> occurs in the <tt>html</tt> element, which APEX 4.1 will permit.
    <li>Add the <tt>prefix</tt> to the <tt>head</tt> element using a Dynamic Action/JavaScript on page load.
    You might try these and see whether they are compatible with whatever Facebook is doing.
    Please include the following information when posting a question (especially if it might be a bug):
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used

  • Make head /head tags editable within template?

    Hi Guys,
    Is it possible to create a template and make the area between the <head> </head> editable as I have about 80 pages in my site using my template, but I have about 12 odd pages that use various different javascript libraries and plugins to function.  I dont want to apply the scripts and plugins to the template as they are not required, besides they are individual to each page.
    Many Thanks for the advice.
    Jalz

    If you are using a recent version of Dreamweaver, there should be an editable section in the head of the document just before the closing head tag. It looks like this:
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    Insert the keywords, description, links to external files between the Template comments.
    If you're using an older version of Dreamweaver that hasn't created an editable region inside the head, copy and paste the template comments into the master template just before the closing head tag, as shown above.

  • Editable head tag

    Whenever I try to attach a stylesheet, it won't attach.  I looked and ever though my head tag says it's editable, it's grayed out. 

    Where are you attaching the style sheet? Is this on the template page or the HTML page?
    Make sure you are adding the css inbetween the editable region for head section as below
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    -HTH
    Bhawna

  • In  Zoom Burst Effect Guided Edit, when i use the  Add Focus Area button instead of focusing on what i choose it bring the entire photo into focus.

    In Zoom Burst Effect in Guided Edit, when I use the Add Focus Area button instead of focusing on what I chose it brings the entire photo into focus.

    I'd try resetting the pse 12 preferences by going to Adobe Photoshop Elements Editor (Edit)>Preferences>General
    and click on Reset Preferences on next launch, then restart pse 12.

  • Editable Head Tags

    Greetings,
    I've seen a response elsewhere but I can't respond to it so I'm probably adding duplicate info. Anyway, I've acquired a template website that is built in ASP. It doesn't appear that I can edit the head tags: title, description and keywords. I tried placing the following within the head tags but it didn't work, I still can't edit it on the other pages.
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Title entered here+</title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="description" -->
    <meta name="Description" content="Description entered here">
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="keywords" -->
    <meta name="keywords" content="Keywords entered here." >
    <!-- InstanceEndEditable -->
    I've done this exact same thing for HTML websites and they work fine.

    Hi Murry,
    Yea, sorry, I meant to say that I AM doing it in the template. Here is the current Head of the template:
    <!--#include file="../includes/breadcrumb.asp"-->
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <script type="text/javascript" src="../jquery-1.4.2.min.js"></script>
    <script type="text/javascript" src="../jdSlider/jawdropper_slider.js"></script>
    <link rel="stylesheet" href="../jdSlider/jawdropper_slider.css" type="text/css" />
    <link rel="stylesheet" href="../examples.css" type="text/css" />
    <link rel="stylesheet" type="text/css" href="../csshorizontalmenu.css" />
    <script type="text/javascript" src="../csshorizontalmenu.js">
    * CSS Horizontal List Menu- by JavaScript Kit (www.javascriptkit.com)
    * Menu interface credits: http://www.dynamicdrive.com/style/csslibrary/item/glossy-vertical-menu/
    * This notice must stay intact fok
    r usage
    * Visit JavaScript Kit at http://www.javascriptkit.com/ for this script and 100s more
    </script>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Our Title</title>
    <meta name="Description" content="Out Description
    <meta name="keywords" content="Our Keywords" >
    <style type="text/css">
    <!--
    body,td,th {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    color: #333;
    a:link {
    color: #333;
    a:visited {
    color: #000;
    . smallbodytext {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #333;
    .image_left {
    float: left;
    margin-right: 20px;
    padding-bottom:15px;
    margin-top: 15px;
    .image_right {
    float: right;
    margin-left: 20px;
    padding-bottom:15px;
    margin-top: 15px;
    .pdf {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #069;
    font-variant: small-caps;
    h6 {
    font-family:Verdana, Geneva, sans-serif;
    font-size:20px;
    font-weight: normal;
    border-bottom: 1px gray dotted;
    color:#006699;
    -->
    </style>
    <link href="../style.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    body {
    margin-top: 0px;
    -->
    </style></head>
    Here is what I replaced it with but doesn't seem to work:
    <!--#include file="../includes/breadcrumb.asp"-->
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <script type="text/javascript" src="../jquery-1.4.2.min.js"></script>
    <script type="text/javascript" src="../jdSlider/jawdropper_slider.js"></script>
    <link rel="stylesheet" href="../jdSlider/jawdropper_slider.css" type="text/css" />
    <link rel="stylesheet" href="../examples.css" type="text/css" />
    <link rel="stylesheet" type="text/css" href="../csshorizontalmenu.css" />
    <script type="text/javascript" src="../csshorizontalmenu.js">
    * CSS Horizontal List Menu- by JavaScript Kit (www.javascriptkit.com)
    * Menu interface credits: http://www.dynamicdrive.com/style/csslibrary/item/glossy-vertical-menu/
    * This notice must stay intact fok
    r usage
    * Visit JavaScript Kit at http://www.javascriptkit.com/ for this script and 100s more
    </script>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Our Title</title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="description" -->
    <meta name="Description" content="Our Description">
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="keywords" -->
    <meta name="keywords" content="Our Keywords." >
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    body,td,th {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    color: #333;
    a:link {
    color: #333;
    a:visited {
    color: #000;
    . smallbodytext {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #333;
    .image_left {
    float: left;
    margin-right: 20px;
    padding-bottom:15px;
    margin-top: 15px;
    .image_right {
    float: right;
    margin-left: 20px;
    padding-bottom:15px;
    margin-top: 15px;
    .pdf {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #069;
    font-variant: small-caps;
    h6 {
    font-family:Verdana, Geneva, sans-serif;
    font-size:20px;
    font-weight: normal;
    border-bottom: 1px gray dotted;
    color:#006699;
    -->
    </style>
    <link href="../style.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    body {
    margin-top: 0px;
    -->
    </style></head>
    In case you can't spot the difference, I added editable regions:
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Our Title</title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="description" -->
    <meta name="Description" content="Our Description">
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="keywords" -->
    <meta name="keywords" content="Our Keywords." >
    <!-- InstanceEndEditable -->

  • Is there a site-wide title tag that I can edit or are the title tags specific to each individual page?

    Is there a site-wide title tag that I can edit or are the title tags specific to each individual page?  I'm working on my title tags for Destination West at http://xibuhaohua.com and as you can see, it is in Chinese here as 西部豪华 but it's English here at Destination West.  So, I'd like to know if I can edit each separately because I think they should be in different languages.

    You can set the title for each page in the Page Properties dialog.
    Note that on a master page, you can set a page title prefix or suffix if you'd like all your pages using that master to share a title prefix or suffix.

  • Heading tags are causing problems. How do I fix the alignment?

    I am trying to add heading tags to the top of my page and the placement of the text changes when I add them. When I change the code from this:
    <div class="header1" id="header">
          <div class="tonyshumski" id="tonyshumski">TONY SHUMSKI</div>
          <div class="photography" id="photography"><a href="Photography.html">PHOTOGRAPHY</a></div>
          <div class="blog" id="blog"><a href="http://www.tonyshumski.blogspot.com/">BLOG</a></div>
          <div class="contact" id="contact"><a href="contact.html">CONTACT</a></div>
        </div>
    to this:
    <div class="header1" id="header">
          <div class="tonyshumski" id="tonyshumski"><h1>TONY SHUMSKI</h1></div>
          <div class="photography" id="photography"><a href="Photography.html">PHOTOGRAPHY</a></div>
          <div class="blog" id="blog"><a href="http://www.tonyshumski.blogspot.com/">BLOG</a></div>
          <div class="contact" id="contact"><a href="contact.html">CONTACT</a></div>
        </div>
    All of the text TONY SHUMSKI moves down in the div container and is no longer in line with the rest of the text. Here is how it looks http://www.tonyshumski.com/contact.html How do I maintain the proper placement in the div container? Or have I added these incorrectly?

    This is caused by browser default settings. Add this to your CSS and see if this helps:
    h1 {
    font-size: 16px;
    margin:0;
    padding:0;
    line-height: 1;
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Add field inside SOAP header PI 7.1

    Hello,
    by proyect needs we need to add into SOAP header some dynamic information
    (Web Services calls to target systems from PI 7.1). This information is
    needed in target application for validating permissions of the web
    services calls.
    The tags are
    <soap:Header>
    <CarHeader xmlns="http://xxxxx.xxxxxxxx.xxx.org/">
    <TicketCar>xxxxxxxxxxxxxxxxxxxxxx......</TicketCar>
    </CarHeader>
    </soap:Header>
    TicketCar's value (xxxxxx....) will be different in each call.
    We think that this is not possible with standar or Axis PI SOAP receiverchannel and a solution could be making a Abap mapping for composing the
    SOAP call with this tags and values, and in the comunication channel
    check the parameter "Do not use SOAP Envelope".
    It's rigth? Is there any other solution for doing it?
    An example of a call will be:
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Header>
    <CarHeader xmlns="http://xxxxx.xxxxxxxx.xxx.org/">
    <TicketCar>C4A8A61D86C56DC27......</TicketCar>
    </CarHeader>
    </soap:Header>
    <soap:Body>
    <E000xx xmlns="http://xxxxx.xxxxxxxx.xxx.org/">
    <_request>
    <NumeroExpedienteAdministrativo>xxx</NumeroExpedienteAdministrativo>
    <CodigoDocumentoInterno>xxx</CodigoDocumentoInterno>
    <Status>xx</Status>
    <NumeroExpedienteContable>xxx</NumeroExpedienteContable>
    </_request>
    </E000xx>
    </soap:Body>
    </soap:Envelope>
    Any idea will be welcome
    Edited by: Ramon Coma Alcantara on Feb 2, 2010 4:15 PM

    Hi Ramon,
    The axis adapter comes with a convenient header insertion handler where you can insert an arbitrary header using a template.
    For example, you can define a template like this in the module configuration.
    <x:header xmlns:x="urn:x"><me>i say </me><you>you say </you></x:header>
    where , , ... are variable place holders.
    and you associate these variables with any context value available in the message.
    For example, when you pass Hello and Bye for these variables, you soap message will get the header:
    <x:header xmlns:x="urn:x"><me>i say Hello</me><you>you say Bye</you></x:header>
    You can look at the examples described in Note 1039369 Axis Adapter FAQ.
    As I said before, the mileage you can go with the do-not-use-envelope mode is very limited. But if you are happy with it, why not.
    Best regards, Yza

  • Problem applying Spry tool tips to child pages because the head tag is in a locked region

    I’m new to DW and migrating a site from GoLive CS2 to DW CS5. The site uses templates created in GL CS2. I have stripped out as much GL stuff as possible.
    I want to use the SPRY tooltips as a way to show captions for graphics that are on some of the pages (I used to use an Open New Browser window for that but I don’t have as much control in DW as I did in GL). But when I try to apply SPRY tooltips (or any SPRY widget for that matter) I get the following message:
    “Required links could not be added to this file because the <head> tag is in a locked region. To insert this content, open the template file ‘xyz.dwt’ and either unlock the <head> tag or add this content to the template.”
    I am not sure how to go about solving this problem. In the template there is an editable region for adding graphics but in the template itself there are no graphics or anything else to apply a tooltip too. Also in the child pages there may be more than one place to use a tooltip. So that suggests to me that I should not add a tooltip to the template. That brings me to the other option.
    How would I go about unlocking the  <head> tag in the template, without messing everything up?
    Or, should I detach any page from the template when I want to add tooltips then reapply the template? I am planning to ditch the GL template anyway and apply a DW template to all the pages anyway.
    Any suggestions as to what I should do?
    Yours faithfully
    Branko
    PS I’m using Mac with Snow Leopard.

    I found a solution.
    I just made a transparent PNG. Put it in an inconspicuous part of the template. On the child page I could make as many copies as I needed making sure I provided id tags for each use etc.

  • CS3 Design View blank when body in Editable  area

    Anyone run into this? It appears to be a bug, possibly new in
    DW CS3 (9.0 build 3481)
    When a <body> tag is put in an editable region, DW does
    not recognize subsequent editable regions and Design View is blank.
    When saving this template, an error appears "This template does not
    have any editable regions..." However, Code Validation and Template
    Syntax Check return no errors. Moving the body tag out of the
    editable region corrects the problem. Here is a sample template:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Sample Template</title>
    </head>
    <!-- TemplateBeginEditable name="body" -->
    <body id="foo">
    <!-- TemplateEndEditable -->
    <h1>This is template text</h1>
    <!-- TemplateBeginEditable name="bodytext" -->
    <p>Text does not show in Design view</p>
    <!-- TemplateEndEditable -->
    </body>
    </html>

    On Wed, 27 Aug 2008 19:14:34 +0000 (UTC), "Peter Siebert"
    <[email protected]> wrote:
    >Anyone run into this? It appears to be a bug, possibly
    new in DW CS3 (9.0 build
    >3481)
    > When a <body> tag is put in an editable region, DW
    does not recognize
    >subsequent editable regions and Design View is blank.
    When saving this
    >template, an error appears "This template does not have
    any editable
    >regions..." However, Code Validation and Template Syntax
    Check return no
    >errors. Moving the body tag out of the editable region
    corrects the problem.
    >Here is a sample template:
    <body> tags are not permitted in editable regions.
    If you want to add something to the body tag on individual
    pages use:
    search help for:
    Specify editable tag attributes in a template
    ~Malcolm~*...
    ~*

  • Unlocking head tag in template/procedure unclear to me

    Hi,
    Still battling since last friday to unlock head tag in template so that i could add an accordion in a template-based doc.
    I understand that in the process of creating an accordion DW cs3 has to write something like this in head: <script src= "../Accordion/SpryMenuBar.js" type="text/javascript"></script>..."
    That fact i sat editable region in my template into body only make it impossible for it to do the task, hence the error message.
    Now i searched in the help doc, i found a procedure "specify editable tag attributes in a template". This procedure didnt show much helpful.
    This is the steps i followed:
    - opened template and, in split view, i clicked anywhere inside head
    - selected head tag
    - modify, templates, make attribute editable
    Then nothing to select, i went by guess, nothing works and the problem still remain. And my heart still broken...

    By default, your template should have an editable region in it just before the closing </head> tag. It looks like this:
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    Dreamweaver should be able to find that editable region and insert the <script> tag there automatically.
    If you don't have an editable region like that in the <head>, open the master template, and paste the code above just before the closing </head> tag.

Maybe you are looking for