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 -->

Similar Messages

  • 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

  • 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

  • How to edit head tag for fullscreen presentation

    Hello! I'm making a presentation and as such I would like to open fullscreen in safari. I have read some posts in various places suggesting the use of <meta name="apple-mobile-web-app-capable" content="yes"> , but for that I have to include the code in the <head> section of the html, and I can't find the way to edit the head within Edge Animate. I tryed editing Edge's resulting .html file, but when I do it manually then my project within Edge gives me errors.
    1- How can I insert, within Edge, elements in the head section of the html file?
    2- Does anyone knows how can I open a fullscreen (chrome-less, toolbar-less) html5 presentation on an iPad 2?
    Thanks a lot!

    Hello,
    You could add it, as you did, in the final html-file if you are happy with the content and won't need Animate anymore for the specific element you've created. I've only used or rather tried out this app for a couple of days now but that is how I use it.
    Since jQuery is included you could try this;
    $('head').append("<meta name='apple-web-app-capable' content='yes'>") ;
    view the code in 'window -> code' up in the right corner press 'View full code' skimm trough the code and there is a line that says "...Paste code here bla..."
    Hope it helps.

  • 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 -->

  • 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.

  • How to print between head-Tags of a Portal component

    Hello,
    is it possible to print between the -Tags of the generated HTML-Code? I need to insert a JAVAScript between the tags.
    Currently i am simply using the Writer-Object in the doContent() to print out the HTML-Code. But i found nothing how to access the head?
    With best regards
    Edited by: Björn Karpenstein on Aug 19, 2008 9:12 AM

    Hi,
    One way of doing this is by creating a new Servlet Responce in doContent method. This way you can set the head tag by yourself.
    Here is the code:
    // get the reference to the ServletResponse (exclusivly) and set the content type to HTML                         
    ServletResponse sResponse = portalComponentRequest.getServletResponse(true);                                                    
    sResponse.setContentType("text/html");                                                                           
    // get the reference to the PrintWriter                                                                         
      PrintWriter writer = sResponse.getWriter();                                                                               
    // write the HTML header                                                                               
    writer.write("<html><head></head><body>\n");
    Check if this suites your requirement, if not let me know.
    Regards,
    Praveen Gudapati

  • 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.

  • 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.

  • Template: error "Closed a head tag that was left unclosed."

    Hello,
    I have just found out why an error occurs with one of my template and I thought I'd post the solution for further reference in case someone encounters the same problem—it has bothered me for a quite a while. I'm using Dreamweaver CS4.
    Each time I opened the template, I had a message regarding the <head> tag. The message said that some invalid HTML had been corrected and the so-called invalid HTML was apparently "a <head> tag that was left unclosed":
    There was no closing <head> tag missing in my template and DW wasn't correcting anything in the code either even it said it did.
    My template started with:
    <!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" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>My company</title>
    <!-- TemplateEndEditable -->
    <meta name="author" content="2009" />
    <link href="../assets_design/css/design.css" rel="stylesheet" type="text/css" />
    <link href="../assets_design/css/designtext.css" rel="stylesheet" type="text/css" />
    <link href="../assets_design/css/content.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="../assets_design/js/tools.js"></script>
    <!-- TemplateBeginEditable name="head" -->
    <meta name="keywords" content="..." />
    <!--[if IE 6]>
      <link href="assets_design/ie/IE6.css" rel="stylesheet" type="text/css" />
      <![endif]-->
    <!--[if IE 7]>
      <link href="assets_design/ie/IE7.css" rel="stylesheet" type="text/css" />
      <![endif]-->
    <!-- TemplateEndEditable -->
    </head>
    <!-- TemplateParam name="class" type="text" value="TwoColLayout" -->
    <!-- TemplateParam name="onload" type="text" value="" -->
    <body class="@@(_document['class'])@@" onload="@@(onload)@@">
    This error message appeared because the two lines "<!-- TemplateParam..." were between the <head> and <body> tags, while normally DW inserts them at the end of the <head> tag. I had moved them. The solution is therefore to put these lines back to where they were initially:
    <!-- TemplateEndEditable -->
    <!-- TemplateParam name="class" type="text" value="TwoColLayout" -->
    <!-- TemplateParam name="onload" type="text" value="" -->
    </head>
    <body class="@@(_document['class'])@@" onload="@@(onload)@@">

    http://www.showbagsusa.com//Templates/showbagtemplate.dwt
    look on line 146.
    <!-- TemplateEndEditable --><!--
    TemplateEndEditable --></td>
    the second one doesn't belong there, because there is no
    matched up opening
    tag.
    then on line 166, there's another closing template editable
    area comment
    that isn't paired with an opening one before it.
    <!-- TemplateEndEditable --></td>
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Edit the tag of a widget

    Is there someone out there who knows how to edit the tag of a widget?
    Apparently there was a description in the release notes of ver 2.0.E.2
    on how to do this. The only problem is that I don't have this any more.
    According to tn 10585, this is a possible way of getting around the
    implementation exception where "more than one widget has the same tag
    during the merge". I would really like to hear from someone who had
    success at fixing this.
    ==============================================
    Jaco Fouch&eacute; - MD Systems (PTY) Ltd
    LOCAL INTERNATIONAL
    Tel: 011 454 3760 +27 11 454 3760
    Fax: 011 454 3780 +27 11 454 3780
    Cell: 082 451 3242 +27 82 451 3242
    Internet: [email protected]

    Use the sub-selection tool (white headed arrow) to select individual nodes (points) and delete them.
    There's a Path palette with some additional tools. In CS3, it's under Window>Other. It may be in other places in later versions, check the help files.

  • Multiple head tags on instance pages

    Hi there,
    I have a problem whereby pages created from a template are
    producing multiple head tags, 3 pairs in fact.
    I have used the Check Template Syntax and it is OK.
    If I remove the doctype it does not create these duplicate
    head areas.
    Here is my doctype in the dwt:
    &lt;!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"
    xml:lang="en">
    <head>
    &lt;!-- TemplateInfo codeOutsideHTMLIsLocked="false"
    -->
    and here is what is being output in instance pages:
    &lt;!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"
    xml:lang="en"><head></head><head></head><head></head>&lt;!--
    InstanceBegin template="/Templates/master.dwt"
    codeOutsideHTMLIsLocked="false" -->
    I have searched the forums and the web in general but have
    found no help. Any help would be greatly appreciated.
    kind regards

    > Have you ever heard of editable-head-areas being
    duplicated?
    No. But I have recommended consistently that Nested templates
    are too
    complex for casual use. Frankly, I have not found a good
    scenario that
    would compel me to use them at all. I don't encourage that
    you use them
    either - why are you?
    > I have a master template, and the head area has a
    Dreamweaver
    > editable-area
    > tag around the entire head area.
    Why would you do this? All you need there is the doctitle and
    the head
    region.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "scratchmybrain" <[email protected]> wrote
    in message
    news:[email protected]...
    > Hi Murray
    >
    > sorry if that was confusing.
    >
    > What it meant is, and some more of the story, as
    follows:
    >
    > I have a master template, and the head area has a
    Dreamweaver
    > editable-area
    > tag around the entire head area.
    >
    > I have made new nested templates from the master, each
    of which have the
    > editable-area tag around the entire head.
    >
    > However, whenever I made a new template based on the
    master, Dreamweaver
    > would
    > assign a second editable-area tag immediately after the
    head, but which
    > was
    > *also* called the 'head'.
    >
    > And since I had 2 areas called the 'head', the second of
    which (an empty
    > tag)
    > seemed to take precedent over the former, and
    obliterated the head of
    > subsequent child pages.
    >
    > Indeed just by editing the master it applied the same
    extra set of tags to
    > each nested template.
    >
    > All of this happened before I became aware of what the
    problem was, and by
    > hunting around I found this extra editable-area tag to
    be the culprit.
    >
    > I do not have access to the files until Monday next
    week, so I can't
    > attach
    > anything.
    >
    > Have you ever heard of editable-head-areas being
    duplicated?
    >
    > thanks Murray
    >
    > cheers
    >
    > Darryl
    >
    >

  • Head tags in template generated pages, am I doing this right?

    http://www.saracenlanding.com/testpage.html
    I experienced the dreaded " ... locked by ... " error message when trying to insert keywords in a page generated by a dwt file. I went to the forum and found this information:
    http://forums.adobe.com/message/50942#50942
    So I enclosed the head in the cut, pasted and edited editable region markup and it seems to work.  Then I used the insert html>head tags>keywords to insert some keywords and that worked, but it put the keywords at the very top of the page. As I recall, the meta info is supposed to be inside the head section, so I cut and pasted the keyword markup into the head section, I had isolated with the editible markup and it seems to work.
    Not being the sharpest knife in the drawer on these matters, did I do this right? Have I set a trap for myself which will spring later on? Is there a better way? I only know to ask those who know more than I.
    Thanks in advance,
    Joe

    So, as far as setting it up - would I use the cd
    included with the Airport box or the existing apps on
    my computer?
    Use the CD. There is newer software on it.
    Does it matter which computer I set up
    first? If I do the airport setup utility on the old
    mac, will the new mac automatically recognize it when
    I turn it on?
    Both macs should connect with out a problem. It doesn't matter which you setup first.
    The other thing that was running through my head was
    that it would actually be nicer to put the Airport
    base station in my office (reduce the clutter of
    stuff in the living room), but since the old mac
    doesn't have a wireless card (and I don't even know
    if I can get one anymore), is there some kind of USB
    adapter that would work to access the signal? I've
    seen a bunch of them, but most of the reviews say
    they're not very mac-friendly.
    You probably won't find a mac USB adapter becuase there usually aren't mac drivers. You could bring the old computer to the Apple Store and they can install a wireless card in there.
    15 PMB C2 Duo   Mac OS X (10.4.8)   PPC Mac Mini

  • Adding proper heading tags

    how do you add proper heading tags

    Publish your site from iWeb to a local folder on your desktop and then open the html pages of your site with a text editor such as TextWrangler and look for the <head> tag in the html code of your html pages.  You will then be able to change what is in between the head tags and you can then upload your site after this.
    This is post publishing editing, so you will have to do the same thing every time you make alterations to your site before you upload it.
    You can either do it this way or download iWebSEO, which is a tool that will add both Google analytics and tags for you.  You still need to do this every time though, but you can use iWebSEO to upload your site afterwards.

  • None editable Div tag within a editable Div tag template

    I am using a template i created to build a website and the only editable Div is the 'Content'. Using this template i have created a 2nd template for a portfolio page. On my 2nd template i have a Div tag within the 'Content' Div tag with list of all the jobs i have  done with hyperlinked to photos. I want this list to be only editable on  the template so when i update the 2nd template rest of the files related to  this template get updated.
    Is it possible to have a none editable Div tag within an editable Div tag?
    I hope i have explained this well. Many thanks for your help

    Thank you for your respond.
    I have a main template with just the 'Content' Div Tag editable. Using this template i created anyother template for my portfolio page. Inside the editable Div Tag i have another Div Tag with 2 sets of tables for my portfolio lists. I want this Div tag to be only editable through the 2nd template only as i will have portfolio lists of over 30 pages/links.
    I selected the Div Tag with the 2 set of tables and selected 'Add Object to Library'. First message was that the CSS coding will not be copied but errors messages as follows;
    'While executing canInspectSelectio in phatfusion slideShow_FAB75CA2.htm, a JavaScript error occurred.'
    'While executing canInspectSelectio in Ken Burns Slideshow.htm, a JavaScript error occurred.'
    'While executing canInspectSelectio in Shadowbox3b Gallery_2528933A.htm, a JavaScript error occurred.'
    Everytime i click inside the Div Tag, i keep getting these messages.
    I went to the library and amended the list but only the 2nd template changed, not the related pages linked to the 2nd template.
    Is there a place where i can upload my page in this website so you can see it?
    Please see below the coding for the 2nd template for my portfolio pages;
    <!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"><!-- InstanceBegin template="/Templates/main_templateV4.dwt" codeOutsideHTMLIsLocked="false" -->
    <!-- saved from url=(0014)about:internet -->
    <!-- this and above comment should be removed for live, non-demo use -->
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <META NAME="robots" CONTENT="index, follow">
        <meta name="google-site-verification" content="a_way2ZMkNZuMTtOveF3o1bvtWsVMBQujbA5jw9i0Q0" />
        <META name="y_key" content="d38873598f3b3934" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>???s</title>
    <!-- InstanceEndEditable -->
    <link href="../_css/main.css" rel="stylesheet" type="text/css" />
    <!-- InstanceBeginEditable name="head" -->
        <link href="../Galleria/galleria.css" rel="stylesheet" type="text/css" media="screen">
        <script type="text/javascript" src="../Galleria/jquery.min.js"></script>
        <script type="text/javascript" src="../Galleria/jquery.galleria-0.9.js"></script>
        <script type="text/javascript">
        $(document).ready(function(){ $('ul.gallery_demo2').galleria({nextText:'Next portfolio item'}); }) // activates the gallery
        </script>
        <style media="screen,projection" type="text/css">   
        p,.caption{
        font-size: 10px;
        color:#006;
        .demo2{
        position:relative;
        clear:both;
        background:black;
        width: 600px;
        .gallery_demo2{
        width: 600px;
        .gallery_demo2 li{
        width:68px;
        height:50px;
        border:thin solid #000;
        background:#111;
        padding-left: 5px;
        overflow: hidden;
        .gallery_demo2 li.active{
        border-color:#623;
        .gallery_demo2 li div{
        top:60px;
        left:0;
        border:3px solid #111;
        background:#111;
        .gallery_demo2 li img.thumb{
        opacity:.3;
        padding-left: 3px;
        .gallery_demo2 li.active img.thumb,.gallery_demo2 li:hover img.thumb{
        opacity:.99;
        </style>
        <!--[if lt IE 8]>
        <style media="screen,projection" type="text/css">
            .gallery_demo2 li img.thumb { filter: alpha(opacity=30) !important; }
            .gallery_demo2 li.active img.thumb, .gallery_demo2 li:hover img.thumb, .gallery_demo2 li img.hover { filter: alpha(opacity=100) !important; }
        </style>
        <![endif]-->  
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <!-- InstanceEndEditable -->
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
        background-color: #FFF;
        background-image: url(../_images/background.jpg);
    </style>
    </head>
    <body>
    <div class="container">
      <div class="header">
        <div class="header2">
          <h4><strong>ARCHITECTURAL &amp; STRUCTURAL ENGINEERING SERVICES<br />
            PROJECT MANAGEMENT &amp; CONSTRUCTIONS</strong></h4>
        </div>
      <!-- end .header --></div>
      <div class="linkBar">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html">HOME</a></li>
          <li><a href="about.html">ABOUT US</a></li>
          <li><a href="service.html" class="MenuBarItemSubmenu">SERVICES</a>
            <ul>
    <li><a href="service.html">Overview</a></li>
    <li><a href="planning.html">Planning Permission</a></li>
    <li><a href="building.html">Building Regulations</a></li>
    <li><a href="partywall.html">Party Wall Act</a></li>
              <li><a href="schedule.html">Schedule of Work</a></li>
              <li><a href="project.html">Project Management</a></li>
              <li><a href="structural.html">Structural Surveys</a></li>
            </ul>
          </li>
          <li><a href="portfolio.html">PORTFOLIO</a></li>
          <li><a href="contact.html">CONTACT US</a></li>
        </ul>
      <!-- end .linkBar --></div>
      <!-- InstanceBeginEditable name="mainContent" -->
      <div class="content">
        <h3>PORTFOLIO- website under construction</h3><!-- #BeginLibraryItem "/Library/Untitled.lbi" --><div class="portfolioText">
          <h2 class="textSubHeading">Commercial</h2>
          <div class="portfolioCommercial">
            <table width="374" align="right">
              <tr>
                <td width="181" height="20">AA Partner Ltd</td>
                <td width="181" height="20">Railing London Ltd</td>
              </tr>
              <tr>
                <td height="20">Pemon Ltd</td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20">lhjffkhgkhg</td>
              </tr>
            </table>
    </div>
          <h2 class="textSubHeading"><br />
          </h2>
          <h2 class="textSubHeading"> </h2>
          <h2 class="textSubHeading"> </h2>
          <h2 class="textSubHeading"> </h2>
          <h2 class="textSubHeading">Residential</h2>
          <div class="portfolioResidential">
            <table width="374" align="right">
              <tr>
                <td width="181" height="20">Batchworth Lane, <span dir="ltr">Northwood</span></td>
                <td width="181" height="20">Derrylands, Harrow</td>
              </tr>
              <tr>
                <td height="20">Pine Walk, Surrey</td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20">teytdytyt</td>
                <td height="20"> </td>
              </tr>
            </table>
    </div>
        </div><!-- #EndLibraryItem --><div class="portfolioSlideshow">
          <p>Project Title Goes Here:</p>
          <div class="demo">
    </div>
    <div class="demo2">
    <ul class="gallery_demo2">
        <li class="active"><img src="../_images/portfolio/planning.jpg" alt="Planning sample drawing" width="600" height="400"></li>
        <li><img src="../_images/portfolio/building.jpg" alt="Building Reg sample drawing" width="600" height="400"></li>
        <li><img src="../_images/portfolio/structural.jpg" alt="Structural sample drawing" width="600" height="400"></li>
        <li><img src="../_images/portfolio/fabrication.jpg" alt="Fabrication sample drawing" width="600" height="400"></li>
    </ul>
    </div>
        </div>
      <!-- end .content --></div>
      <!-- InstanceEndEditable -->
      <div class="footer">
      <table width="1025" border="0">
      <tr>
        <td width="500"><h6>??? </h6></td>
        <td width="10"> </td>
        <td width="500" align="right"><h6>???</h6></td>
      </tr>
    </table>
      <!-- end .footer --></div>
      <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd --></html>

Maybe you are looking for

  • 2 Macs on APBS but only one at a time

    OK gang here it is. I just updated to the new APBS Extreme (Square one) from the spaceship one. Everything switched to the new station fine. I have 4 computers on the network. 2 PC's (1 Wireless G and 1 cabled desktop). 2 Macs. 1 Macbook Pro that is

  • Custom mapping is obviously not reflected in the Entity Framework designer

    Hi, I use the Oracle Data Provider for .NET 11.2.0.2.50 Beta 3 with the Entity Framework. I added a custom mapping to the app.config that maps NUMBER(1,0) to bool: <oracle.dataaccess.client> <settings> <add name="bool" value="edmmapping number(1,0)"

  • Using Spring in Nitrox for JSF

    Hallo -- I have a full domain model implemented with Hibernate and Spring, making extensive use of Spring's Hibernate APIs, so need to be able to include Spring support in my Nitrox JSF app. The problem is, all I can find is seemingly contradictory a

  • Using hyperlinks in Acrobat Reader iPad, iPhonr

    I have created an 'eBook' on maritime safety, using current Word for Mac. There are several hyperlinks in it, which I have checked. When I output as PDF file, so it can be read using Adobe Reader (which works quite well with my text and graphics) non

  • New Magic Mouse Serial Num Not recognised

    Just got my new magic mouse and when i type in the serial number on the support page it wont let me type in the full serial number what do i do