Template page title locked

I have created a template and DW CS4 has automatically placed
the page title in the non-editable region of the document. When I
create any pages using the template it will not allow me to rename
them. How do I fix this?
Chris

This is the sign of an improperly made template.
Do this -
Create a new page (Basic HTML).
Use FILE | Save as Template....
Look at the code in the head region of the page, particularly
the editable
region around the <title> tag, and the other editable
region in the head
called "head".
Make your template file look like that.
Always use FILE | Save as Template when you create your
templates and you
won't have this problem again.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"csteed" <[email protected]> wrote in
message
news:ghqtd8$pk6$[email protected]..
>I have created a template and DW CS4 has automatically
placed the page
>title in
> the non-editable region of the document. When I create
any pages using the
> template it will not allow me to rename them. How do I
fix this?
>
> Chris
>

Similar Messages

  • TEMPLATE AND PAGE TITLE MX2004

    I have started to use a template for a web site for the first
    time - all is going well except that I am unable to change the page
    title for individual pages which have the template applied.
    I believe I have made the title an editable region in the
    template but when I add a title in a page the text reverts to
    "Untitled Document." When I attempt to modify the page title in
    page properties I get the error message "All of this page's
    properties are locled by a template, so you can't edit them."
    My question must be, how do I make the page title
    editable?

    You probably created your template like this -
    FILE | Save As..., then you saved it in the Templates folder
    with a *.dwt
    extension.
    The correct way is like this -
    FILE | Save As Template..., and let DW do the heavy lifting
    for you.
    You can fix your situation by making the head region of your
    template look
    like the head region of the new template (use copy/paste).
    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
    ==================
    "Hawker123" <[email protected]> wrote in
    message
    news:[email protected]...
    > Interesting - and thank you for your suggestion. I have
    compared the
    > code,
    > which in my (faulty?) template begins thus:
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    > "
    http://www.w3.org/TR/html4/loose.dtd">
    > <html>
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <title></title>
    > <script language="JavaScript"
    type="text/JavaScript">
    > <!--
    > function MM_reloadPage(init) { //reloads the window if
    Nav4 resized
    > if (init==true) with (navigator) {if
    >
    ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    > document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
    > onresize=MM_reloadPage; }}
    > else if (innerWidth!=document.MM_pgW ||
    innerHeight!=document.MM_pgH)
    > location.reload();
    > }
    > MM_reloadPage(true);
    > //-->
    > </script>
    > <style type="text/css">
    > <!--
    > @import url("../css/stuartNews.css");
    > body {
    > background-color: #CCCCCC;
    > }
    > -->
    > </style></head>
    >
    > <body>
    >
    > The code in the empty template is as follows:
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    > "
    http://www.w3.org/TR/html4/loose.dtd">
    > <html>
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <!-- TemplateBeginEditable name="doctitle" -->
    > <title>Untitled Document</title>
    > <!-- TemplateEndEditable --><!--
    TemplateBeginEditable name="head" --><!--
    > TemplateEndEditable -->
    > </head>
    >
    > <body>
    > </body>
    > </html>
    >
    > Does this reveal the fault?
    >
    >

  • Page Properties Locked by Template

    I am getting this error when I click on the Page Properties
    button: "All of this page's properties are locked by a template, so
    you can't edit them."
    When I look at the template in Dreamweaver they don't appear
    to be locked and when I compare the template to a template from
    another site (that doesn't have this problem in Contribute) they
    are identical.
    What am I missing?

    Yes, be sure of where the editable regions are defined in
    your code to make sure you don't accidentally have some weird piece
    of code or a tag wrapped in an 'editable region' tag.
    Also, is the file locked by Contribute? Is the Edit button
    available? If the page is locked, the page properties may be locked
    as well.

  • I can't modify the title in my template pages?

    Hi
    I'm developing a site from a template and have most of the site built.  I did have some issues with the template and errors earlier on in the process when I was working when I should have been sleeping, I think I erased the 'doctile' in the head of the template.  The template still updates the child pages, but now I've discovered I can't change the title on the template pages and I think I've made a real mess out of the template.  Can you pleae have a look and possible let me know where I go from here to resolve this issue.
    Thanks..

    Copy and Paste this code into a new, blank, HTML document.  Save As a new template in your Templates folder.  Test it first.  If it works as it should, save it over your old design_template.dwt.
    <!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" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>feelright</title>
    <!-- TemplateEndEditable -->
    <link href="../css2/feelright2.css" rel="stylesheet" type="text/css" />
    <!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .twoColFixLtHdr #sidebar1 { width: 230px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixLtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixLtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    </head>
    <body>
    <div id="container">
    <div id="header">
    <img src="../images/feelright2_HeaderBanner.jpg" alt="feelright top banner" width="700" height="125" />
    <!-- end #header --></div>
    <div id="navcontainer">
    <ul>
    <li><a href="../feelright2_index.html">Home</a></li>
    <li><a href="../feelright2_bio.html">Bio</a></li>
    <li><a href="../feelright2_MEDITATION.html">Meditation</a></li>
    <li><a href="../feelright2_specials.html">Specials</a></li>
    <li><a href="../feelright2_gifts.html">Gifts</a></li>
    <li><a href="../feelright2_products.html">Products</a></li>
    <li><a href="../feelright2_services.html">Services</a></li>
    <li><a href="../feelright2_contact.html">Contact</a></li>
    <li><a href="../feelright2_faq.html">FAQ</a></li>
    </ul>
    <!--end navcontainer --></div>
    <div id="sidebar1">
    <h3>Auricular Acupuncture!</h3>
    <p>Reduces the physical symptoms of withdrawal, relieves depression, anxiety and insomnia. Patients learn to 'let go' of tension and preoccupations. The calm stability in the acupuncture setting creates a relatively timeless process. There is much less pressure to improve according to guilt-related standards......<br />
    <a href="../feelright2_auricular.html">read more</a></p>
    <p><img src="../images/feelright2_littleSTONeman.jpg" alt="#" width="200" height="150" /></p>
    <h3>Meditation!</h3>
    <p>There are many different forms of meditation that can help a  person to achieve different goals.Meditation is an activity that is responsible for channeling a person's.....<br />
    <a href="../feelright2_MEDITATION.html">read more</a></p>
    <p><img src="../images/200px_sunrise.jpg" alt="#" width="200" height="136" /></p>
    <h3>Testimonials!</h3>
    <p>We learn from our experiences. Read what other clients have to say....<br />
    <a href="../feelright2_testimonials.html">read more</a></p>
    <!-- end #sidebar1 --></div>
    <div id="mainContent">
    <!-- TemplateBeginEditable name="EditRegion1" -->
    <h1>title</h1>
    <p>Page content goes here</p>
    <!-- TemplateEndEditable -->
    <!--end #mainContent --> </div>
    <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats -->
    <br class="clearfloat" />
    <div id="footer">
    <p>Copyright &copy; feelright.ca 2009-2010</p>
    <!-- end #footer --> </div>
    <!-- end #container --></div>
    </body>
    </html>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Set browser window title in template page

    Hi,
    How I can set the window title in template page ?
    I know how to do it in regular page:
    <af:document id="d1" title="Dashboard">
    But in template I don't have a document tag.
    so I added this before the <af:form> :
    <html>
    <head>
    <title> My title </title>
    </head>
    </html>
    But the problem is that I want to insert in the title something like that:
    title="#{generalPage.serverName}"
    Any ideas how can i do it ?
    Thanks

    You don't set the title in the template, you set the title in the page that is based on the template.
    There you will have the af:document tag.

  • Preserving Code In Template Pages

    I have noticed, when I write asp.net code above the head
    section of a template page it gets overwritten (deleted) when I
    update the template.
    Is there any way to lock this area?

    See this line -
    "><!-- InstanceBegin
    template="/Templates/SweetSuccess.dwt.aspx"
    codeOutsideHTMLIsLocked="false" -->
    It tells DW to treat the region outside of
    <html></html> as an editable
    region. It should not remove any code you place there.
    However, you have this -
    <script language="vb" runat="server">
    which is HTML. It usually doesn't belong above the
    <html> tag - although I
    don't know about .Net usages. Could be that this is what is
    giving DW a
    headache.
    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
    ==================
    "M.E. Again" <[email protected]> wrote in
    message
    news:[email protected]...
    > Here is the beginning portion of the code...
    >
    > <%@ Page Language="VB" ContentType="text/html"
    > ResponseEncoding="iso-8859-1" %>
    > <% @Import Namespace="System.Web.Mail" %>
    > <% @Import Namespace="System.Web.Mail" %>
    > <script language="vb" runat="server">
    >
    > Sub btnSendFeedback_Click(sender as Object, e as
    EventArgs)
    >
    > 'Create an instance of the MailMessage class
    > Dim objMM as New MailMessage()
    >
    > 'Set the properties - send the email to the person who
    filled out the
    > 'feedback form.
    > objMM.To = "[email protected]"
    > objMM.From = txtEmail.Text
    >
    > 'If you want to CC this email to someone else, uncomment
    the line below
    > 'objMM.Cc = "[email protected]"
    >
    > 'If you want to BCC this email to someone else,
    uncomment the line below
    > 'objMM.Bcc = "[email protected]"
    >
    > 'Send the email in text format
    > objMM.BodyFormat = MailFormat.Text
    > '(to send HTML format, change MailFormat.Text to
    MailFormat.Html)
    >
    > 'Set the priority - options are High, Low, and Normal
    > objMM.Priority = MailPriority.Normal
    >
    > 'Set the subject
    > objMM.Subject = "Feedback"
    >
    > 'Set the body
    > objMM.Body = "At " + DateTime.Now + " feedback was sent
    from an ASP.NET
    > " & _
    > "Web page. Below you will find the feedback message "
    > "send by " & txtName.Text & "." & vbCrLf
    & vbCrLf & _
    > "---------------------------------------" & vbCrLf
    & vbCrLf
    > & _
    > txtMessage.Text & vbCrLf
    >
    >
    > 'Specify to use the default Smtp Server
    > SmtpMail.SmtpServer = ""
    >
    > 'Now, to send the message, use the Send method of the
    SmtpMail class
    > SmtpMail.Send(objMM)
    >
    >
    > panelSendEmail.Visible = false
    > panelMailSent.Visible = true
    > End Sub
    >
    > </script>
    >
    >
    > <!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/SweetSuccess.dwt.aspx"
    > codeOutsideHTMLIsLocked="false" -->
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    > <!-- InstanceBeginEditable name="doctitle" -->
    > <title>Untitled Document</title>
    > <!-- InstanceEndEditable -->
    > <link href="Master.css" rel="stylesheet"
    type="text/css" />
    > <!-- InstanceBeginEditable name="head" --><!--
    InstanceEndEditable -->
    > <script type="text/javascript"
    src="p7pm/p7popmenu.js"></script>
    > <style type="text/css" media="screen">
    > <!--
    > @import url("p7pm/p7pmh1.css");
    > -->
    > </style>
    > </head>
    >
    >
    >

  • Flash in Template Pages

    I placed two Flash object into a template page. Child pages
    made from it worked fine until I made a change to the template.
    After that, the Flash objects are no longer visible when previewed
    in the browser.
    Is this normal? Is there a way around it? Or do I have to
    load the Flash objects into the each and every child page?
    Your help is greatly appreciated.

    > So it will probably not work there
    > either.
    nope- it won't.
    for flash objects in locked parts of a template to work on
    the child pages,
    they must have a site root relative path because they are
    currently inserted
    with the active content javascript to write them. So the path
    isn't managed
    in the child pages like it is for links and images.
    you could put it in the root level of you own site, with
    unique filenames?
    If there aren't many pages, you could rename them in the
    files panel to
    something like aaa_index.html and aaa_contact.html so they
    are grouped
    together. also be sure to upload the Scripts folder in the
    public root
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Page Titles in Web Apps for SEO not possible?

    I was surprised to find that you cannot control the page title of a web app item.
    For example:
    http://tinyurl.com/7qc76gg
    The page title is just "Brazil" and there's no way to control it? Ideally we'd want something like this for SEO reason.
    Business Name - Destinations - Brazil

    You could place the SEO Title in the field "Item Name" and then if you would like a different title for the entry, you can create a custom field.
    Carol - BCGurus.com - http://bcgurus.com/Business-Catalyst-Templates for only $7

  • Help with Page Titles. please!

    I have recently uploaded our website using Dreamweaver and am
    a fairly new convert to this program having changed over from
    'Frontpage'. My problem is that the title of the page is not
    showing in the browser. All that is showing is 'Untitled Document'.
    I have followed all of the instructions in relation to
    adding/changing the page title to the letter but have not been able
    to correct it. Please help.

    It appears that you only have a single frameset file on that
    site. That
    being the case, you are done.
    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
    ==================
    "wingello" <[email protected]> wrote in
    message
    news:e6dsfh$k9r$[email protected]..
    > Thank you Alan for your quick response. Followed your
    advice and now have
    > the
    > Title bar showing what I want. However when I look at
    any other page
    > except the
    > index.htm the 'Edit NoFrames content' is greyed out. Any
    advice? What did
    > you
    > mean in your reply by "rinse lather repeat for any other
    frameset
    > documents".
    > Our URL is
    http://wingello.rfsa.org.au.
    >

  • Re:DW8 flash on template page not shows flash

    Hi Murray,
    When I changed it to relative nothing changed, the .dwt works
    fine but not
    my other pages based on the template. Maybe there is
    something wrong with
    the editable regions?
    Thanks for your help
    Sam
    Make the link to your Flash file be a root relative one.
    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
    ==================
    Hi all,
    I have a template based page with one flash animation.
    When I preview my template page the flash is working fine,
    but in my pages
    bases on the template I don't see my flash animation.
    Do I miss something?
    You can find my pages (text) on the following links:
    http://www.waterloocity.be/doc/go2waterloo_FR-dwt-asp.txt
    http://www.waterloocity.be/doc/index-asp.txt
    I searched in the archives but fund nothing that helps me
    I appreciate all help
    Thanks in advanced, Sam

    Then there is something wrong with the SWF file.
    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
    ==================
    "SamDesign.be" <[email protected]> wrote in
    message
    news:[email protected]...
    > Now, I see noting. In dreamweaver I see the swe but when
    I do the "play"
    > it's white
    >
    > "Murray *ACE*" <[email protected]> a
    écrit dans le message
    > de news: [email protected]...
    >> Do you see the Flash element locally?
    >>
    >> --
    >> 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
    >> ==================
    >>
    >>
    >> "SamDesign.be" <[email protected]>
    wrote in message
    >> news:[email protected]...
    >>> Yes, I work localy for the moment.
    >>>
    >>> "Murray *ACE*"
    <[email protected]> a écrit dans le
    message
    >>> de news: [email protected]...
    >>>> Did you upload the Scripts folder?
    >>>>
    >>>> <script
    src="../Scripts/AC_RunActiveContent.js"
    >>>> type="text/javascript"></script>
    >>>>
    >>>> --
    >>>> 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
    >>>> ==================
    >>>>
    >>>>
    >>>> "SamDesign.be"
    <[email protected]> wrote in message
    >>>> news:[email protected]...
    >>>>> Hello Murray,
    >>>>>
    >>>>>
    >>>>>
    >>>>> I tray it again but still don't working.
    I made a new page, without
    >>>>> linking to a template, and there my
    flash is also not showing up.
    >>>>>
    >>>>> Here is my code from a test page.
    >>>>>
    >>>>> Thanks for your time!
    >>>>>
    >>>>>
    >>>>>
    >>>>> <%@LANGUAGE="VBSCRIPT"
    CODEPAGE="1252"%>
    >>>>>
    >>>>> <!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=iso-8859-1" />
    >>>>>
    >>>>> <title>Untitled
    Document</title>
    >>>>>
    >>>>> <script
    src="../Scripts/AC_RunActiveContent.js"
    >>>>>
    type="text/javascript"></script>
    >>>>>
    >>>>> </head>
    >>>>>
    >>>>> <body>
    >>>>>
    >>>>> <script type="text/javascript">
    >>>>>
    >>>>> AC_FL_RunContent(
    >>>>> 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','100','height','60','title','test','src','/flash/newpub','quality','high','pluginspage ','http://www.macromedia.com/go/getflashplayer','movie','/flash/newpub'
    >>>>> ); //end AC code
    >>>>>
    >>>>>
    </script><noscript><object
    >>>>>
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    >>>>> codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    >>>>> width="100" height="60" title="test">
    >>>>>
    >>>>> <param name="movie"
    value="/flash/newpub.swf" />
    >>>>>
    >>>>> <param name="quality" value="high"
    />
    >>>>>
    >>>>> <embed src="/flash/newpub.swf"
    quality="high"
    >>>>> pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    >>>>> type="application/x-shockwave-flash"
    width="100" height="60"></embed>
    >>>>>
    >>>>> </object></noscript>
    >>>>>
    >>>>> </body>
    >>>>>
    >>>>> </html>
    >>>>>
    >>>>>
    >>>>>
    >>>>> "Murray *ACE*"
    <[email protected]> a écrit dans le
    >>>>> message de news:
    [email protected]...
    >>>>>> If you changed it to ROOT relative,
    e.g.,
    >>>>>>
    >>>>>> /Flash/whatever.swf
    >>>>>>
    >>>>>> Then it would work. Please show us
    your code....
    >>>>>>
    >>>>>> --
    >>>>>> 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
    >>>>>> ==================
    >>>>>>
    >>>>>>
    >>>>>> "SamDesign.be"
    <[email protected]> wrote in message
    >>>>>>
    news:[email protected]...
    >>>>>>> Hi Murray,
    >>>>>>>
    >>>>>>> When I changed it to relative
    nothing changed, the .dwt works fine
    >>>>>>> but not my other pages based on
    the template. Maybe there is
    >>>>>>> something wrong with the
    editable regions?
    >>>>>>>
    >>>>>>> Thanks for your help
    >>>>>>>
    >>>>>>> Sam
    >>>>>>>
    >>>>>>>
    >>>>>>> Make the link to your Flash file
    be a root relative one.
    >>>>>>> --
    >>>>>>> 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
    >>>>>>> ==================
    >>>>>>> Hi all,
    >>>>>>>
    >>>>>>> I have a template based page
    with one flash animation.
    >>>>>>>
    >>>>>>> When I preview my template page
    the flash is working fine, but in my
    >>>>>>> pages
    >>>>>>> bases on the template I don't
    see my flash animation.
    >>>>>>>
    >>>>>>> Do I miss something?
    >>>>>>>
    >>>>>>> You can find my pages (text) on
    the following links:
    >>>>>>>
    >>>>>>>
    http://www.waterloocity.be/doc/go2waterloo_FR-dwt-asp.txt
    >>>>>>>
    >>>>>>>
    http://www.waterloocity.be/doc/index-asp.txt
    >>>>>>>
    >>>>>>> I searched in the archives but
    fund nothing that helps me
    >>>>>>>
    >>>>>>> I appreciate all help
    >>>>>>>
    >>>>>>> Thanks in advanced, Sam
    >>>>>>>
    >>>>>>>
    >>>>>>
    >>>>>>
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • Page Title in Contribute

    I have a very strange problem with a Contribute Template that
    I created in Dreamweaver. I cannot modify the page title. I am able
    to modify the page title in other web sites that I created, but for
    some reason templates in a particular folder in this new site will
    not allow me to modify.
    Any ideas?

    > For some reason Dreamweaver didn't automatically set
    this section
    > up as editable.
    normally, if you open a plain page in dreamweaver, and use
    File->Save As
    Template, dw will save it as filename.dwt in a Templates
    folder in the root
    of the local site folder.
    This template file will have two editable regions
    automatically inserted
    into it, a "doctitle" surrounding the title tags, and an
    empty "head"
    editable area just before the closing </head> tag.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Can a library item be used to personalize a page title?

    Hi, I do not think this is possible, but is there a way to use a library item to personalize part of a page title? Thanks in advance, Mark

    In that case, you should have your <title> tags within a Template Editable Region so you can use a unique title on every page.
    In addition, you should make good use of Heading tags <h1> <h2> and <h3> within editable regions to promote keyword rich content that tells search engines & humans what your pages are about.
    Google's SEO Starter Guide (PDF)
    http://www.google.com/webmasters/docs/search-engine-optimization-starter-guide.pdf.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • DW 2014. - What Happened To Page Title In Toolbar?

    In prior versions there used to be a page title box in the document toolbar.  Is this gone?  Is there a way to redisplay it?

    I doesn't seem to display in Properties when in a table.  I can see it if I open a blank page, but if I open the Properties box on my main template (which is comprised completely of tables) it doesn't show.  Screenshots below:
    When in my (table-based) template:
    In a blank page:

  • Finding a page title

    I'm trying to build a dynamic page navigation portlet (based on the the three structure of the pages). Like the "Display Child Pages As Links" - functionality.
    But I can't find the page titles anywhere.
    In the WWPOB_PAGE$ table only the title_id is to be found, and the same goes for the WWPOB_USER_BROWSE_PAGES view. Bu I can't find the actual page titles.
    Can anybody help me out ?
    Thanks in advance,
    Christian Ballisager
    null

    As far as using a book of multiple documents, or a single document goes, it's largely a matter of preference and convenience, though there is some element of safety also in using a book -- if one section becomes corrupt, only that section is damaged. It also is much easier to navigate a shorter document.
    Presets can hold page size, orientation, margins, bleeds, columns and page counts, but can have only a single master page. Templates can have both multiple document pages and multiple master pages applied, as well as pre-defined styles and color swatches and content objects. A template is a "real" document that can contain anything that any other document may have.
    The only difference between a template and a regular InDesign Document is the file extension, which triggers a different default behavior. The .indt extension opens an untitled copy by default so you won't overwrite the template. The .indd extension opens as the original by default. You can convert from one to the other just by changing the extension.
    Peter

  • Page Title and Navigation Panel

    The title toolbar is able to display the page title of the current page.  I would like to display the page title automatically within the wpc template so I was wondering if there was some sort of session variable I can use that will display the title?
    Also I would like the Navigation panel to open to the width of the longest iView rather than the longest DTN Item - is it possible to set it to do so?
    Edited by: TA on Oct 23, 2008 9:31 PM

    It's resolved. I think that user was not assigned to personal number in R3.

Maybe you are looking for

  • How can i Email Apple ID Scurity Accounts?

    To make the long story short,... I have 2 apple ID's in my iPad Address1 - a***************@yahoo.com - for gaming ( sync with my Game Center) Address2 - b***************@gmail.com -     for AppStore purchases My brother sent an itunes gift card (20$

  • Heat comparison between a macbook and a dell

    Hi all, Found this on digg. Interesting comparison of core duo heat issues between a macbook and a dell. http://iith096.blogspot.com/2006/07/macbook-vs-dell-heated-battle.html

  • Iphoto 'freezes' if print option selected, cannot force quit

    iphoto 'freezes' if printing option selected and cannot resolve even by restarting imac as iphoto seems to stay in printing mode and wheel carries on turning!

  • Possible to Retrieve AddressBook after Kernal Panic

    My husband's G4 PowerBook has been experiencing occasional kernal panics (will leave that to another discussion area). Two days ago he discovered all of his AddressBook entries are missing when he synced his iPhone. He doesn't remember the last time

  • Can't connect to Webdav

    Hello, Each time I want to connect to webdav through windows, I get the following error (after entering credentials): -HTTP/1.1 424 Failed Dependency From the logs on UCM, I get the following traces (see below) Any idea what could cause this problem?