Create new page from template

I created a page, and saved it as a template. I want to
create a new page from the template (creating more pages for the
same website). When I select file > new > page from template,
the list contains <no sites>.
How do I get the page and / or template I already created to
be in a "site" so it shows up on the list. Couldn't find this in
the help file.
Thanks

So where is the correct location?
I created the folder for this site when I first created the
html page. This is the folder I mentioned. This site folder was
created inside the Documents folder, I believe by default.
As I mentioned, on the first try, I just let it save the
template to this same site folder, which is what it suggested by
default, and it has been there ever since.
I only created my own "templates" folder as an experiment
after your first suggestion. I have now renamed it "Templates"
(upper case T) and the template is still not found with File >
New> Page from Template.
Sorry I am not sure if I understand exactly what you mean by
"A folder in the root of the "local site folder"". Is this the same
as or different from the site folder I created and saved the html,
css, and image files to? (which is in Documents) If different,
where can I find it?
I searched my system for ALL folders named Templates, and
found none that I believe could be associated with DW. Is this in
appdata or hidden location?
Many Thanks

Similar Messages

  • Can not create new page from template

    I have been working on a new site for the last couple of
    weeks and have created several pages using a basic template.
    All of the child pages of this template still update when
    changes are made to it, however I can no long create new children
    from this template.
    Any ideas as to what the problem might be.
    THanks
    Clint

    > It is basically just creating a copy of my template, and
    not linking to it in
    > any way.
    > This allows me to change any section of the html.
    my guess is that you are opening the .dwt template file and
    doing a "Save
    As". That page is not a "child" page of the template.
    >
    > I want to be able to create new pages off this template
    and have it work like
    > all of the first pages I created.
    dw menu-->File-->New
    in the new files dialog box, click the Templates tab
    from list in left, click This Site Name
    from list in right, pick This Template
    make sure x is in box to Update if template changes
    click okay
    save file with filename you want to within this local site
    folder.
    add content to within the editable areas
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • New page from template

    When I try to create a new page via File>New>Page from Template, I get the error message saying it is nested inside itself. How do I get around this?
    Thanks,
    George
    Here's the code from the template:
    <<
    <?php
    session_cache_limiter('none');
    session_start();
    ob_start(); ?><!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" lang="en" xml:lang="en"><!-- #BeginTemplate "project.dwt" --><!-- DW6 -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <!-- #BeginEditable "doctitle" -->
    <title>CSS Virtual Monochrome - Ecommerce Templates</title>
    <!-- #EndEditable -->
    <link rel="stylesheet" type="text/css" href="../style.css" />
    </head>
    <?php include "vsadmin/db_conn_open.php" ?>
    <?php include "vsadmin/inc/languagefile.php" ?>
    <?php include "vsadmin/includes.php" ?>
    <?php include "vsadmin/inc/incfunctions.php" ?>
    <body>
    <div id="maincontainer">
    <div id="header">
            <div class="logo">
            <img src="../images/Keystone-PMS-355u.png" width="234" height="95" border="0" alt="logo" />
            </div>
            <div class="hdrR">
                <a href="../search.php">SEARCH</a> | <a href="../affiliate.php">AFFILIATES</a> |
                <a href="../clientlogin.php">CLIENT
        LOGIN</a> | <a href="../orderstatus.php">ORDER STATUS</a> |
                <a href="../tracking.php">TRACKING</a><br />
            <br /><div class="searchbox"><form method="post" action="../search.php">
        <input type="hidden" name="posted" value="1"/>
        <input type="text" name="stext" size="16" class="search" />
        <input name="Submit" type="submit" value="Search" class="sub" />
        </form></div>      </div>
            <div class="clr"></div>
            <div id="topnav"><ul id="navlist"><li><a href="../index.php">Home</a></li><li><a href="../products.php?cat=3">Top Tab Pockets</a></li><li><a href="../products.php?cat=1">End Tab Pockets</a></li><li><a href="../products.php?cat=2">Shelf Tab Pockets</a></li><li><a href="../products.php?cat=4">Jackets</a></li><li><a href="../giftcertificate.php">Wallets</a></li><li><a href="../products.php">IP Folders</a></li><li><a href="../categories.php">Customization</a></li><li><a href="../cart.php">View cart</a></li></ul></div></div>
    <div id="mainwrapper">
    <div id="maincontent">
    <!-- #BeginEditable "Body" -->
    <h3>Keystone Products</h3>
    <div class="homepics">
      <div class="picscontent">
    <div class="prodpic">
        <img src="../prodimages/Top-Tab-PRM.png" alt="Top Tab Pocket" width="236" height="180" /></div>
      <div class="prodtext"><h2>Top Tab Pocket</h2>
      <p align="center">
                        <img src="../images/view.gif" width="60" height="20" alt="view" />
                        <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
    </div>
    </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/1B-Prm-FST.png" alt="End Tab Pocket" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>End Tab Pocket</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/2T-Shelf-Tab.png" alt="Shelf Tab Pocket" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Shelf Tab Pocket</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/2B-Jacket.png" alt="Jacket" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Jacket</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/3T-RTG-Wallet-WEB.png" alt="Wallet" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Wallet</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/IP-&amp;-Patent-folders-sm.png" alt="Wallet Folder" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Wallet</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
    </div>
    <!-- #EndEditable -->
    </div></div>
    <div class="lefthand">
    <div class="leftside"><h1>Our Products</h1>
         <ul>
                <li><a href="../proddetail.php?prod=scanner001">Top Tab Pockets</a></li>
               <li><a href="../proddetail.php?prod=fscanner001">End Tab Pockets</a></li>
               <li><a href="../proddetail.php?prod=palmtop001">Shelf Tab Pockets</a></li>
               <li><a href="../proddetail.php?prod=monitor001">Jackets</a></li>
               <li><a href="../proddetail.php?prod=mouse001">Wallets</a></li>
               <li><a href="../proddetail.php?prod=serialcab001">IP Folders</a></li>
               <li><a href="../proddetail.php?prod=portable001">Customization</a></li>
               <li><a href="../proddetail.php?prod=keyboard001"></a></li>
               <li><a href="../proddetail.php?prod=lprinter001">Laser printer</a></li>
              <li><a href="../proddetail.php?prod=pc001">PC media package</a></li>
         </ul>
         <h1>Shopping cart</h1>
       <div align="center"><?php include "vsadmin/inc/incminicart.php" ?></div>
        <h1><strong>Our services</strong></h1>
        <ul><li><a href="../about.php">About Us</a></li>
         <li><a href="../about.php">Shipping FAQ</a></li>
        <li><a href="../about.php">Payment Options</a></li>
        <li><a href="../about.php">Returns Policy</a></li>
        <li><a href="../about.php">Terms &amp; Conditions</a></li>
        <li><a href="../about.php">Help Files</a></li>
        <li><a href="../about.php">How To Find Us</a></li>
         <li><a href="../about.php">Contact Us</a></li>
         </ul>
         <p align="center">
        </p>
         <p align="center">
            <img src="../images/creditcardpaypal.gif" alt="credit cards" width="120" height="26" /></p></div>
    </div>
    <div class="footer1">
        <img src="../images/clearpixel.gif" width="1" height="1" alt="" /></div>
    <br />
    <div id="footer">
    <div class="bottomlinks"><p align="right"><strong>Customer services</strong></p>
              <p align="right"><a href="#">Contact us</a><br />
                <a href="#">Returns policy</a><br />
                <a href="#">Special offers</a>          </p></div>
       <div class="bottomlinks"><p align="right"><strong>Help &amp; FAQ</strong></p>
              <p align="right"><a href="#">Shipping FAQ</a><br />
                <a href="#">Payment FAQ</a>          </p></div>
        <div class="bottomlinks"><p align="right"><strong>Articles</strong></p>
              <p align="right"><a href="#">How to do this</a><br />
                <a href="#">How to do that</a><br />
                <a href="#">How to do both</a> </p></div>
       <div class="bottomlinks"><p align="right"><strong>Links</strong></p>
              <p align="right"><a href="#">Shopping cart software</a><br />
                <a href="#">Hosting services</a><br />
                <a href="#">Our blog
                </a></p></div>
            <div class="footer1"><br/><p align="right">&copy; Copyright 2012 - Keystone Envelope Company </p></div>   
    </div>
    </div>
    </body>
    <!-- #EndTemplate --></html> >>

    When I try to create a new page via File>New>Page from Template, I get the error message saying it is nested inside itself. How do I get around this?
    Thanks,
    George
    Here's the code from the template:
    <<
    <?php
    session_cache_limiter('none');
    session_start();
    ob_start(); ?><!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" lang="en" xml:lang="en"><!-- #BeginTemplate "project.dwt" --><!-- DW6 -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <!-- #BeginEditable "doctitle" -->
    <title>CSS Virtual Monochrome - Ecommerce Templates</title>
    <!-- #EndEditable -->
    <link rel="stylesheet" type="text/css" href="../style.css" />
    </head>
    <?php include "vsadmin/db_conn_open.php" ?>
    <?php include "vsadmin/inc/languagefile.php" ?>
    <?php include "vsadmin/includes.php" ?>
    <?php include "vsadmin/inc/incfunctions.php" ?>
    <body>
    <div id="maincontainer">
    <div id="header">
            <div class="logo">
            <img src="../images/Keystone-PMS-355u.png" width="234" height="95" border="0" alt="logo" />
            </div>
            <div class="hdrR">
                <a href="../search.php">SEARCH</a> | <a href="../affiliate.php">AFFILIATES</a> |
                <a href="../clientlogin.php">CLIENT
        LOGIN</a> | <a href="../orderstatus.php">ORDER STATUS</a> |
                <a href="../tracking.php">TRACKING</a><br />
            <br /><div class="searchbox"><form method="post" action="../search.php">
        <input type="hidden" name="posted" value="1"/>
        <input type="text" name="stext" size="16" class="search" />
        <input name="Submit" type="submit" value="Search" class="sub" />
        </form></div>      </div>
            <div class="clr"></div>
            <div id="topnav"><ul id="navlist"><li><a href="../index.php">Home</a></li><li><a href="../products.php?cat=3">Top Tab Pockets</a></li><li><a href="../products.php?cat=1">End Tab Pockets</a></li><li><a href="../products.php?cat=2">Shelf Tab Pockets</a></li><li><a href="../products.php?cat=4">Jackets</a></li><li><a href="../giftcertificate.php">Wallets</a></li><li><a href="../products.php">IP Folders</a></li><li><a href="../categories.php">Customization</a></li><li><a href="../cart.php">View cart</a></li></ul></div></div>
    <div id="mainwrapper">
    <div id="maincontent">
    <!-- #BeginEditable "Body" -->
    <h3>Keystone Products</h3>
    <div class="homepics">
      <div class="picscontent">
    <div class="prodpic">
        <img src="../prodimages/Top-Tab-PRM.png" alt="Top Tab Pocket" width="236" height="180" /></div>
      <div class="prodtext"><h2>Top Tab Pocket</h2>
      <p align="center">
                        <img src="../images/view.gif" width="60" height="20" alt="view" />
                        <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
    </div>
    </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/1B-Prm-FST.png" alt="End Tab Pocket" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>End Tab Pocket</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/2T-Shelf-Tab.png" alt="Shelf Tab Pocket" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Shelf Tab Pocket</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/2B-Jacket.png" alt="Jacket" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Jacket</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/3T-RTG-Wallet-WEB.png" alt="Wallet" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Wallet</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/IP-&amp;-Patent-folders-sm.png" alt="Wallet Folder" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Wallet</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
    </div>
    <!-- #EndEditable -->
    </div></div>
    <div class="lefthand">
    <div class="leftside"><h1>Our Products</h1>
         <ul>
                <li><a href="../proddetail.php?prod=scanner001">Top Tab Pockets</a></li>
               <li><a href="../proddetail.php?prod=fscanner001">End Tab Pockets</a></li>
               <li><a href="../proddetail.php?prod=palmtop001">Shelf Tab Pockets</a></li>
               <li><a href="../proddetail.php?prod=monitor001">Jackets</a></li>
               <li><a href="../proddetail.php?prod=mouse001">Wallets</a></li>
               <li><a href="../proddetail.php?prod=serialcab001">IP Folders</a></li>
               <li><a href="../proddetail.php?prod=portable001">Customization</a></li>
               <li><a href="../proddetail.php?prod=keyboard001"></a></li>
               <li><a href="../proddetail.php?prod=lprinter001">Laser printer</a></li>
              <li><a href="../proddetail.php?prod=pc001">PC media package</a></li>
         </ul>
         <h1>Shopping cart</h1>
       <div align="center"><?php include "vsadmin/inc/incminicart.php" ?></div>
        <h1><strong>Our services</strong></h1>
        <ul><li><a href="../about.php">About Us</a></li>
         <li><a href="../about.php">Shipping FAQ</a></li>
        <li><a href="../about.php">Payment Options</a></li>
        <li><a href="../about.php">Returns Policy</a></li>
        <li><a href="../about.php">Terms &amp; Conditions</a></li>
        <li><a href="../about.php">Help Files</a></li>
        <li><a href="../about.php">How To Find Us</a></li>
         <li><a href="../about.php">Contact Us</a></li>
         </ul>
         <p align="center">
        </p>
         <p align="center">
            <img src="../images/creditcardpaypal.gif" alt="credit cards" width="120" height="26" /></p></div>
    </div>
    <div class="footer1">
        <img src="../images/clearpixel.gif" width="1" height="1" alt="" /></div>
    <br />
    <div id="footer">
    <div class="bottomlinks"><p align="right"><strong>Customer services</strong></p>
              <p align="right"><a href="#">Contact us</a><br />
                <a href="#">Returns policy</a><br />
                <a href="#">Special offers</a>          </p></div>
       <div class="bottomlinks"><p align="right"><strong>Help &amp; FAQ</strong></p>
              <p align="right"><a href="#">Shipping FAQ</a><br />
                <a href="#">Payment FAQ</a>          </p></div>
        <div class="bottomlinks"><p align="right"><strong>Articles</strong></p>
              <p align="right"><a href="#">How to do this</a><br />
                <a href="#">How to do that</a><br />
                <a href="#">How to do both</a> </p></div>
       <div class="bottomlinks"><p align="right"><strong>Links</strong></p>
              <p align="right"><a href="#">Shopping cart software</a><br />
                <a href="#">Hosting services</a><br />
                <a href="#">Our blog
                </a></p></div>
            <div class="footer1"><br/><p align="right">&copy; Copyright 2012 - Keystone Envelope Company </p></div>   
    </div>
    </div>
    </body>
    <!-- #EndTemplate --></html> >>

  • BUG:  Advanced Actions duplicated when creating NEW PROJECTS FROM TEMPLATE using Adobe Captivate 8.

    Need:  CREATE NEW PROJECTS FROM TEMPLATE using Adobe Captivate 8. 
    Problem:  NEW PROJECT (.cptx) duplicates the Advanced Actions originally configured within TEMPLATE FILE (.cpt.).
    For example: Template file (.cptl) advanced action "_initializeModule" gets duplicated as "_initializeModule1", "_initializeModule2", "_initializeModule3" within NEW PROJECT.  FYI, the original "_initializeModule" advanced action still appears.
    MAJOR BUG, what the heck is going on?!?!!!  Planning to deploy this template file to use for multiple courses with multiple users, this WILL cause epic confusion across the board.

    Similar problem, think they are working on it as well: when dragging a shared action from an external library to a slide or object event, and that action is using a parameter that was already created for another shared action, there will be a new parameter created which really screws up the shared action contrary to this problem. Tip: for the moment do not drag shared actions from an external library immediately to an event, but drag them first to the Library: Reuse Shared Actions in other Projects - Captivate 7 vs. 8 - Captivate blog

  • How to create new page from EBS

    Hi
    I want to create new page through EBS
    is that possible
    and
    how?

    HI
    Now page is run successfully
    but when it opens then It gives an error like:
    Exception Details. >oracle.apps.fnd.framework.OAException: Application: ICX, Message Name: Could not find the specified responsibility.
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(Unknown Source)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(Unknown Source)
         at runregion.jspService(_runregion.java:132)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)

  • Image links broken when creating a page from template

    I have created a page in dw cs4 and saved it as a template. I have a navigation bar in a div tag. The image renders great in the template. I save the template. I go to File>New>PagefromTemplate and choose the template. I save the page as index.html. The links to the navbar images are broken. I can see the difference in the code, but I don't know why it's changing the code. I know it's just a simple link problem, but I don't know how to fix it and I don't understand why the code is changing. I have made the links relative to the document, and have gone through other settings and solutions on this forum and nothing fixes it. Any help would be most appreciated.
    Here is the code for the 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" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Welcome to Pennyhill - Custom Furnishing for Home and Office</title>
    <!-- TemplateEndEditable -->
    <link href="../pennyhill.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
       var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
         var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
         if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
       var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
         d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
       if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
       for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
       if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
       var i,img,nbArr,args=MM_nbGroup.arguments;
       if (event == "init" && args.length > 2) {
         if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
           img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
           if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
           nbArr[nbArr.length] = img;
           for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
             if (!img.MM_up) img.MM_up = img.src;
             img.src = img.MM_dn = args[i+1];
             nbArr[nbArr.length] = img;
       } else if (event == "over") {
         document.MM_nbOver = nbArr = new Array();
         for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
           if (!img.MM_up) img.MM_up = img.src;
           img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
           nbArr[nbArr.length] = img;
       } else if (event == "out" ) {
         for (i=0; i < document.MM_nbOver.length; i++) {
           img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
       } else if (event == "down") {
         nbArr = document[grpName];
         if (nbArr)
           for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
         document[grpName] = nbArr = new Array();
         for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
           if (!img.MM_up) img.MM_up = img.src;
           img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
           nbArr[nbArr.length] = img;
    //-->
    </script>
    </head>
    <body background="../swirlybackg.jpg" onload="MM_preloadImages('navbars/homedown.jpg','navbars/homeover.jpg')">
    <div id="wrapper">
       <div id="fabricR"></div>
       <div id="fabricL">
         <div id="nav"><a href="../index.html" target="_top" onclick="MM_nbGroup('down','group1','home','navbars/homedown.jpg',1)" onmouseover="MM_nbGroup('over','home','navbars/homeover.jpg','navbars/homedown.jpg',1)" onmouseout="MM_nbGroup('out')"><img src="navbars/homeup.jpg" alt="Home Button" name="home" border="0" id="home" onload="" /></a><br /></div>
         </div>
       <div id="header"></div>
       <!-- TemplateBeginEditable name="windowhomepg" -->
       <div id="windowhomepg"></div>
    <!-- TemplateEndEditable --></div>
    <div id="copyright">Copyright © 2009 Pennyhill Furnishings. All rights reserved.</div>
    </body>
    </html>
    Here is the code for the index.html page:
    <!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/pennyhillbasichomenav.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Welcome to Pennyhill - Custom Furnishing for Home and Office</title>
    <!-- InstanceEndEditable -->
    <link href="pennyhill.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
       var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
         var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
         if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
       var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
         d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
       if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
       for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
       if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
       var i,img,nbArr,args=MM_nbGroup.arguments;
       if (event == "init" && args.length > 2) {
         if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
           img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
           if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
           nbArr[nbArr.length] = img;
           for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
             if (!img.MM_up) img.MM_up = img.src;
             img.src = img.MM_dn = args[i+1];
             nbArr[nbArr.length] = img;
       } else if (event == "over") {
         document.MM_nbOver = nbArr = new Array();
         for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
           if (!img.MM_up) img.MM_up = img.src;
           img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
           nbArr[nbArr.length] = img;
       } else if (event == "out" ) {
         for (i=0; i < document.MM_nbOver.length; i++) {
           img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
       } else if (event == "down") {
         nbArr = document[grpName];
         if (nbArr)
           for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
         document[grpName] = nbArr = new Array();
         for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
           if (!img.MM_up) img.MM_up = img.src;
           img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
           nbArr[nbArr.length] = img;
    //-->
    </script>
    </head>
    <body background="swirlybackg.jpg" onload="MM_preloadImages('navbars/homedown.jpg','navbars/homeover.jpg')">
    <div id="wrapper">
       <div id="fabricR"></div>
       <div id="fabricL">
         <div id="nav"><a href="index.html" target="_top" onclick="MM_nbGroup('down','group1','home','navbars/homedown.jpg',1)" onmouseover="MM_nbGroup('over','home','navbars/homeover.jpg','navbars/homedown.jpg',1)" onmouseout="MM_nbGroup('out')"><img src="navbars/homeup.jpg" alt="Home Button" name="home" border="0" id="home" onload="" /></a><br /></div>
         </div>
       <div id="header"></div>
       <!-- InstanceBeginEditable name="windowhomepg" -->
       <div id="windowhomepg"><script type="text/javascript" src="v3flashslideshow/slideshow.js"></script>
    <!-- Begin XML Flash Slideshow v3 -->
       <script type="text/javascript">
    // <![CDATA[
    XMLFlashSlideshow_v3({swf:'v3flashslideshow/slideshow.swf',w:'315',h:'350',redirect:'',us ePreloader:'true',xml:'v3flashslideshow/slideshow_data7.xml',preventCache:'true',disableMu ltipleXML:'false',initXML:'%3C?xml%20version=%221.0%22%20encoding=%22utf-8%22?%3E%3Cslides how%20version=%223%22%3E%0A%20%20%3Cstyles%3E%0A%20%20%20%20%3CPreloader%20label=%22Loadin g%20%7BN%7D%2525%22%20iconColor=%22#666666%22%20iconAlpha=%2270%22%20iconWidth=%2250%22/%3 E%0A%20%20%20%20%3CPreloaderLabel%20font=%22Verdana%22%20size=%2210%22%20color=%22#666666% 22%20bold=%22false%22/%3E%0A%20%20%20%20%3CBackground%20backgroundColor=%22#FFFFFF%22%20ba ckgroundAlpha=%22100%22%20bevelColor=%22#FFFFFF%22%20bevelStrength=%2270%22%20borderWidth= %220%22%20borderColor=%22#FFFFFF%22/%3E%0A%20%20%20%20%3CLoaderAnimation%20type=%22circle% 22%20color=%22#FFFFFF%22%20alphaBackground=%2220%22%20alphaInner=%2240%22%20frameWidth=%22 2%22%20width=%2250%22%20height=%2250%22/%3E%0A%20%20%20%20%3CDataLoader%20useAnimation=%22 true%22%20useLabel=%22true%22%20labelPlacement=%22bottom%22%20fadeOutDuration=%22400%22%20 textFormat=%22loader_text%22/%3E%0A%20%20%3C/styles%3E%0A%20%20%3Clocalization%3E%0A%20%20 %20%20%3Ctext%20orig=%22Loading%20Data...%22%20local=%22Loading%20Data...%22%20desc=%22The %20label%20displayed%20while%20data%20file(s)%20are%20being%20loaded%22/%3E%0A%20%20%3C/lo calization%3E%0A%20%20%3Cfonts%3E%0A%20%20%20%20%3Cfont%20id=%22loader_text%22%20name=%22P ixelade%22%20embed=%22true%22%20size=%2213%22%20color=%22#666666%22%20bold=%22false%22%20s electable=%22false%22%20align=%22left%22/%3E%0A%20%20%3C/fonts%3E%0A%3C/slideshow%3E'});
    // ]]>
       </script>
       <!-- End XML Flash Slideshow v3 --></div>
    <!-- InstanceEndEditable --></div>
    <div id="copyright">Copyright © 2009 Pennyhill Furnishings. All rights reserved.</div>
    </body>
    <!-- InstanceEnd --></html>
    Here is a link to the site:
    http://www.pennyhillfurnishings.com
    Any help would be most appreciated. Thanks.

    Ok, I figured this one out, finally. I had my navbar image files in a folder in the Templates folder. I found, buried deep in another thread about something else, that DW doesn't like anything else to be in the Templates folder except the Templates files. So I put the Navbar folder on the root level, out of the Templates folder, and the page is rendering perfectly in Firefox, Safari and IE on Mac and PC.

  • Problems when Creating Pages from Templates in Dreamweaver 8

    When creating new pages from templates in Dreamweaver 8(Ver
    8.0.2). The full path for images is not created
    i.e. in template the code is <img src="main_page_logo.png"
    width="814" height="172" longdesc="Main Page Logo" />
    In the new file the code should be :-
    <img src="../../Templates/main_page_logo.png" width="814"
    height="172" longdesc="Main Page Logo" />
    but only :-
    <img src="main_page_logo.png" width="814" height="172"
    longdesc="Main Page Logo" /> is in the code.
    but this does work in Version 8.0.
    Does anyone know of a setting or fix for this problem

    > Does anyone know of a setting or fix for this problem
    It was regarded as a bug in previous versions, and was fixed
    in the 8.0.2
    release. In normal circumstances, ALL links in a template
    file must be
    relative to the template document, not relative to where you
    intend to save
    the child pages. Thus, there would be no way to have a link
    in your
    template document like the first one you show, e.g.,
    <img src="whatever.png"....
    *unless* the file was actually in the Templates folder (a bad
    idea).
    In 8.0.2, you can set your PREFERENCES for the Templates
    category to NOT
    MANAGE relative links. Be aware that this may have unintended
    consequences
    for you - specifically regarding other relative links in your
    site.
    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
    ==================
    "pgs_it" <[email protected]> wrote in
    message
    news:eivj88$361$[email protected]..
    > When creating new pages from templates in Dreamweaver
    8(Ver 8.0.2). The
    > full
    > path for images is not created
    > i.e. in template the code is <img
    src="main_page_logo.png" width="814"
    > height="172" longdesc="Main Page Logo" />
    > In the new file the code should be :-
    > <img src="../../Templates/main_page_logo.png"
    width="814" height="172"
    > longdesc="Main Page Logo" />
    > but only :-
    > <img src="main_page_logo.png" width="814"
    height="172" longdesc="Main Page
    > Logo" /> is in the code.
    > but this does work in Version 8.0.
    > Does anyone know of a setting or fix for this problem
    >
    >
    >

  • Clicking "page from template" does not allow me create new pages

    I stared designing a site with the trial version of CS4. Of course it involved a lot of trial and error, creating a page and canceling it again etc. At last I was able to design the index page and a few other pages, but suddenly just about 7 days into the trial period, the template started looking different; not displaying the images and displaying the home page article in an improper way. I also discovered that I could not create new pages by selecting file\new. When the new document dialogue page opens and I select "page from template" and then select a site I am working on, nothing shows in the items list. I only see the message "no items". Moreover, the "create" (new page) button is no more a click-able area.
    I even tried it by proceeding as if I wanted to design a new site. I click file\new\page from template\the site, but when it comes to the stage where I should select "2 column liquid, left sidebar, header and footer" after clicking “page from template” I don't see anything in the items column. It only tells me "no item."
    I thought this problem was due to the fact that I was using the trial version and that the trial version was limited in the number of new pages I could create. So I bought the full version. Alas! I discovered that changed nothing. Right now am stuck. Do you have any suggestion?

    I think you're are confusing DW Templates with CSS Page Designs and Starter Pages.
    Templates are a DW proprietary device.  They permit you to have sitewide elements such as common menus, headers and footers on all your pages along with Editable Regions for page specific content (i.e. the stuff that changes on every page).
    DW Templates looks like this (notice the Template Editable Comments):
    <!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" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body>
    <!-- TemplateBeginEditable name="Content" -->My Page Specific Content Goes here
    <!-- TemplateEndEditable -->
    </body>
    </html>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • HELP with Problem creating a page from a template Suggestions PLS.

    Nadia was kind enough to give me step by step in creating a template the right way.
    Problem is why won't it work?
    1) I create a page exactily like I want the templete to look.
    2) I save the child page as a template.
    3) I go to FILE>NEW>Page from template, look at the template on the insert on the right and it is just as I would expect it to be. The update is checked on change. I say ok and what appears on screen is I have lost all my formatting. When I look at the code, creating a page from the template causes the process to change the location of (for instance) the background image gif file from ...images/background.gif to the full location name starting the string at the C:/ all the way to ...background.gif. Therefore, the created page from the template loses all of its formatting.
    How do I fix this problem????

    Okay, here I go again with this problem step by step.
    1) Created a basic page that has a header, body and footer: www.goodimage.com and saved it as maintemp.html .
    2) I saved maintemp.html in the normal place where all the html are stored because as I was creating the template it told me I needed to save the page I was working on. So I decided to store it as an html until as it was layed out. Then I went to FILE/SAVE AS TEMPLATE storing it as maintemp.dwt.
    3) Then I created an edItable area called BODY.
    4) Then I did a FILE/SAVE AS TEMPLATE or tried to. As part of this process it wants to know if I want to UPDATE LINKS. If I do then the links will reference the template folder (but it is the DW default - hmmm what do I do) When in doubt take the default. So I did.
    5) So now I have a nice looking template called maintemp.dwt with one editablel region. So I feel pretty good until I suspect the next problem I have been fighting all along will appear. I select FILE/NEW PAGE FROM TEMPLATE and I see goodimage site, and my template called maintemp and a nice picture of it on the right screen part. Also update page when template changes is checked. Then I select to do the action.
    6)  Upcomes an unformatted screen caused by the links not being correct. I save the page as index.html to see if it will correct itself. I does not correct itself. So the index.html page is not formatted even after I closed down DW to see if that would help. It didn't. So I could go in and manually update the page but what a mess that would be.
    7) So I will go back to create a page from the maintemp.html with the UPDATE LINKS turned off. Using maintemp.html to create a template just like in step 2). When UPDATE LINKS is not selected then the template falls apart and is unusable.
    I HAVE WASTE ABOUT THREE DAYS ON THIS ONE PROBLEM AND I HAVE BUT A FEW MORE HOURS TO GET IT DONE. ONCE THIS WORKS IT WILL GO FAST. I AM TIRED OF BEING TIRED BUT MAYBE THAT IS CAUSING MY PROBLEM. ANYWAY, PLEASE HELP AS I AM AT A LOSE.
    HLOWER

  • Editable regions in templates. How do I edit the CSS in a new page from the template?

    I am new to Dreamweaver and Web design. I have made a template and have two editable regions they work fine. When I create a page from this template, I can't edit the CSS. What do I need to do to edit the div tags that are specific to the editable regions? Thank you, I appreciate any help I am just about to give up with templates.

    Hi, thank you here is my code. Maybe I am trying to do too much advanced stuff to soon!
    <!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>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <link href="file:///C|/Users/Roxane/Desktop/Brown County Indiana/images/favicon.ico" rel="shortcut icon"/>
    <!--jquery -->
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
    <script type="text/javascript" src="file:///C|/Users/Roxane/Desktop/brown county indiana/scripts/automanualslideshow.js"></script>
    </script>
    <!-- End jquery-->
    <style type="text/css">
    #container {
        width: 960px;
        margin-right: auto;
        margin-left: auto;
    #header {
        height: 80px;
        width: 100%;
        background-color: #222;/*Some browsers will not recognize RGBA colors*/
        background-color: rgba(0,0,0,0.6);/*RGBA fourth value for opacity, if there are two rules that apply to the same element, the latter of the two takes priority.*/
    .jld_logo {
        float: left;
        padding-left: 70px;
        display: block;
        padding-top: 10px;
    #navigation {
        height: 27px;
        width: 100%;
        background-color: #C00;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        left: 0px;
        color: #FFF;
        background: rgb(192,0,0); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(192,0,0,1) 0%, rgba(144,0,0,1) 51%, rgba(144,0,0,1) 56%, rgba(192,0,0,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(192,0,0,1)), color-stop(51%,rgba(144,0,0,1)), color-stop(56%,rgba(144,0,0,1)), color-stop(100%,rgba(192,0,0,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(192,0,0,1) 0%,rgba(144,0,0,1) 51%,rgba(144,0,0,1) 56%,rgba(192,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(192,0,0,1) 0%,rgba(144,0,0,1) 51%,rgba(144,0,0,1) 56%,rgba(192,0,0,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(192,0,0,1) 0%,rgba(144,0,0,1) 51%,rgba(144,0,0,1) 56%,rgba(192,0,0,1) 100%); /* IE10+ */
        background: linear-gradient(top,  rgba(192,0,0,1) 0%,rgba(144,0,0,1) 51%,rgba(144,0,0,1) 56%,rgba(192,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00000', endColorstr='#c00000',GradientType=0 ); /* IE6-9 */
    #sideleft {
        float: left;
        width: 19.0%;
        font-family: eurofurence, "Tekton Pro", Tahoma, sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #FFF;
        background-color: #222;/*Some browsers will not recognize RGBA colors*/
        background-color: rgba(0,0,0,0.6);/*RGBA fourth value for opacity, if there are two rules that apply to the same element, the latter of the two takes priority.*/
        text-align: center;
        height: 300px;
        border-radius: 10px;
        border:1px solid #888;
        padding-top: 0px;
        margin-top: 25px;
    .mywork {
        font-family: eurofurence, "eurofurence light", tahoma, sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        color: #C00;
        text-align: center;
        line-height: 60px;
    .categoriessmall {
        font-family: eurofurence, "eurofurence light", tahoma, sans-serif;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: uppercase;
        color: #FFF;
        text-align: left;
        display: block;
        margin-left: 15px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #C00;
        margin-right: 10px;
    .sideleft-text {
        padding-top: 75px;
    a.sideleft, a.sideleft:link, a.sideleft:visited {
        display:block;
        margin-top:4px;
        text-align:left;
        text-decoration:none;
        font-family:eurofurence, "eurofurence light", tahoma, sans-serif;
        font-size:14px;
        color:#FFF;
        line-height:20px;
        overflow:hidden;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        margin-left: 15px;
        white-space: nowrap;
    a.sideleft:hover {
        color:#999;
    a.sideleft:active {
        color:#C00;
    #mainright {
        float: right;
        width: 75.5%;
        font-family: eurofurence, "eurofurence light", tahoma, sans-serif;
        color: #FFF;
        text-decoration: none;
        height: 700px;
        text-align: left;
        background-color: #000000;/*Some browsers will not recognize RGBA colors*/
        background-color: rgba(0,0,0,0.6);
        margin-left: 0px;
        margin-top: 25px;
        margin-right: 0px;
        margin-bottom: 10px;
        border-radius: 10px;
        border:1px solid #888;
        z-index: -3;
        padding: 0px;
    .categories {
        font-family: eurofurence, "eurofurence light", tahoma, sans-serif;
        font-size: 36px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: uppercase;
        color: #808080;
        text-decoration: none;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #C00;
        float: none;
        position: relative;
        clear: none;
        left: 0px;
        z-index: auto;
        margin-right: 50px;
        margin-left: 20px;
    .img
        height:auto;
        width:auto;
        float:left;
        text-align:center;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        color: #FFF;
        font-family: eurofurence, "eurofurence light", tahoma, sans-serif;
        font-size: 18px;
        padding: 0px;
        margin-top: 0px;
        margin-right: 10px;
        margin-bottom: 0px;
        margin-left: 10px;
    .img img
        display:inline;
        margin:10px;
        border:1px solid #333;
    .img a:hover img
        border:1px solid #900;
    .image desc
        text-align:center;
        font-weight:normal;
        width:120px;
        margin:2px;
        font-family: eurofurence, "eurofurence light", tahoma, sans-serif;
        font-size: 16px;
        color: #FFF;
        text-decoration: none;
        font-style: normal;
        line-height: normal;
        font-variant: normal;
        text-transform: none;
    #footer {
        clear: both;
        width: 100%;
        font-family: eurofurence, "Tekton Pro", Tahoma, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        text-align: center;
        margin-left: 0px;
        color: #FFF;
        margin-bottom: 0px;
        margin-top: 10px;
        padding-left: 10%;
        padding-right: 15px;
    body {
        background-image: url(../images/background_large.jpg);
    </style>
    </script>
    <script src="../spryassets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../spryassets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="../styles/automanualslideshow.css" rel="stylesheet" type="text/css" />
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body>
    <div id="container">
      <div id="header">
      <div class="jld_logo">
      <a href="file:///C|/Users/Roxane/Desktop/index.html">
      <img src="../images/jeff_danielson_logo_reverse.png" alt="Jeff Danielson logo" name="jld_logo" width="60" height="60" id="jld_logo" longdesc="images/jeff_danielson_logo_reverse.png" />
        </a>
      </div></div>
      <div id="navigation">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="#">Home</a>      </li>
          <li><a href="#" class="MenuBarItemSubmenu">About Jeff</a>
            <ul>
              <li><a href="#">Biography</a></li>
              <li><a href="#">News</a></li>
            </ul>
          </li>
          <li><a class="MenuBarItemSubmenu" href="#">My Work</a>
            <ul>
              <li><a href="file:///C|/Users/Roxane/Desktop/recent_photographs.html">Recent Photographs</a></li>
            <li><a href="file:///C|/Users/Roxane/Desktop/flowers_leaves_moss.html">Flowers/Leaves/Moss</a></ li>
            <li><a href="file:///C|/Users/Roxane/Desktop/forests_trees_valleys.html">Forests/Trees/Valleys</ a></li>
            <li><a href="file:///C|/Users/Roxane/Desktop/deer_dogs_creatures.html">Deer/Dogs/Creatures</a></ li>
            <li><a href="file:///C|/Users/Roxane/Desktop/lakes_rivers_streams.html">Lakes/Rivers/Streams</a> </li>
            <li><a href="file:///C|/Users/Roxane/Desktop/clouds_skis_fog.html">Clouds/Skies/Fog</a></li>
            <li><a href="file:///C|/Users/Roxane/Desktop/birds_butterflys_insects.html">Birds/Butterflys/Ins ects</a></li>
            <li><a href="file:///C|/Users/Roxane/Desktop/panoramas.html">Panoramas</a></li>
            <li><a href="file:///C|/Users/Roxane/Desktop/fall_winter_spring_summer.html">Fall/Winter/Spring/ Summer</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">Pricing</a>
            <ul>
              <li><a href="#url">Size</a></li>
            <li><a href="#url">Mats</a></li>
            <li><a href="#url">Frames</a></li>
            <li><a href="#url">Frames & Mats</a></li>
            </ul>
          </li>
          <li><a href="#">Contact</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">Runciple Spoon</a>
            <ul>
              <li><a href="#">The 1970's</a></li>
              <li><a href="#">The 1980's</a></li>
              <li><a href="#">The 1990's</a></li>
              <li><a href="#">The 2000's</a></li>
            </ul>
          </li>
        </ul>
      </div>
      <!-- TemplateBeginEditable name="Sideleft" -->
      <div id="sideleft"> <span class="mywork">My Work</span> <span class="categoriessmall">Categories</span> <a class="sideleft" href="../recent_photographs.html" title="">Recent Photographs</a> <a class="sideleft" href="../flowers_leaves_moss.html" title="Flowers/Leaves/Moss">Flowers/Leaves/Moss</a> <a class="sideleft" href="../Forests/Trees/Valleys.html" title="Forests/Trees/Valleys">Forests/Trees/Valleys</a> <a class="sideleft" href="../Deer/Dogs/Creatures.html" title="Deer/Dogs/Creatures">Deer/Dogs/Creatures</a> <a class="sideleft" href="../Lakes/Rivers/Streams.html" title="Lakes/Rivers/Streams">Lakes/Rivers/Streams</a> <a class="sideleft" href="../Clouds/Skies/Fog.html" title="Clouds/Skies/Fog">Clouds/Skies/Fog</a> <a class="sideleft" href="../Birds/Butterflys/Insects.html" title="Birds/Butterflys/Insects">Birds/Butterflys/Insects</a> <a class="sideleft" href="../Panoramas.html" title="Panoramas">Panoramas</a> <a class="sideleft" href="../Fall/Winter/Spring/Summer.html" title="Fall/Winter/Spring/Summer">Fall/Winter/Spring/Summer</a></div>
      <!-- TemplateEndEditable --><!-- TemplateBeginEditable name="Mainright" -->
      <div id="mainright"></div>
      <!-- TemplateEndEditable -->
      <div id="footer">
      © 2012 Jeff Danielson Brown County Indiana Photography</div>
    <!--Content for container goes here--></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

  • How do I make it so my client can edit Links in business catalyst when they create new pages?

    Okay so essentially I have built a site in Muse uploaded to business catalyst and I've setup a site template so that the client can create new pages as each new course arrives, but how do I get the link from the homepage to link to the new page? basically I need the link to be editable.
    What would be ideal is a kind of portfolio layout where there is a thumbnail and a new page but for my client to be able to add a new project adn it would create a thumbnail on the homepage and a new page that he can edit. Does anyone know of something like that possible in Business catalyst?

    Hi
    Editing with Business Catalyst only works with image or text editing , we cannot add new page or page items using in browser editing.
    However, you can manage the site from BC end when your client and login to admin and add pages, modify etc, but if you re-publish the site from Muse then then changes will be overwritten.
    Thanks,
    Sanjit

  • Lost template, have pages from template, how can I convert?

    In a moment of crass stupidity, I managed to delete a template upon which several pages of a site under development are based. There was a P7 menu on the page. Fortunately, I have a couple of pages based on the template alive and well. Can someone tell me how to convert one of these pages back to the template from which it was created?
    Pages from the template are
    http://www.jdcdemo.com/pbc/greater-pine-bluff-chamber-local-apartment-list.html
    http://www.jdcdemo.com/pbc/greater-pine-bluff-chamber-community-calendar.html
    The calendar page is rife with errors of which I am aware. Most are not in the template.
    Can someone tell me how to proceed to recover from my dumb mistake?
    Thanks,
    Joe

    Well, we have gotten a lot of looks and no answer. From another board, the first response was the correct one, to wit:
    open a page created from the original (now missing) template
    - go to Modify>Templates>Detach from template.
    - save this via File>Save as template
    - create new editable regions via Insert>Template Objects>Insert  Editable Region
    I took a hard look at the editable region in the file from the template, and set up and named the new editable region as a clone of the original. The pages from the template, worked just fine.
    Blind hog finds acorn,
    Joe

  • Pages from template not showing DIV background images

    Hi;
    I have a template with several DIVs that each contain a background image. When I create a new page from that template, the the background images are missing. The code for the new page shows absolute paths to the images while the template show relative paths.
    template code for header:
    .twoColFixLtHdr #header {
        padding: 0 10px 0 20px;
        height: 215px;
        background-image: url(../images/10banner.jpg);
    template based page code for header:
    .twoColFixLtHdr #header {
        padding: 0 10px 0 20px;
        height: 215px;
        background-image: url(file:///C|/Documents and Settings/patrick/My Documents/web sites/The Marketing Guy/images/10banner.jpg);
    I don't know if the path codes are relevant in this case, but why don't the background images appear ?
    Thanks;
    Pat

    background-image: url(file:///C|/Documents and Settings/patrick/My Documents/web sites/The Marketing Guy/images/10banner.jpg);
    You've got a path pointing to files on your local computer instead of your local site.
    Did you save new page as "somefilename.html" or is still "untitled"?
    Did you properly define your DW local site folder?
    Creating  your first website in DW CS4 -
    http://www.adobe.com/devnet/dreamweaver/articles/first_cs4_website_pt1.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

  • Crashes when Creating New Page

    I am using Contribute 4.1.0, on a MacBook Pro with 10.5.6 OS.
    When I attempt to create a new page from a template, I get
    the infamous Mac spinning color wheel and am forced to quit
    Contribute. I have searched these forums up and down with no luck,
    and my web person has no clue. Has anyone else had this issue, and
    is there something I'm overlooking or missing?
    Thanks in advance.

    First check whether you have updated iOS.
    If so , try reset all settings under General in Settings.
    Not working  ?
    Try Erase all content and Settings under Settings > General > Reset.
    If none of the steps work Just try this Final them and Thou Shall Be happy Forever :
    Use iTunes to restore your iOS device to factory settings
    support.apple.com/kb/ht1414

  • Java script will not work after creating new page

    I am using dreamweaver cs3 and have a java script to rotate a banner in a template.  This script has worked fine in the past when I created pages in Dreamwever.  Now the  script works fine only when I test it in a template but when I try to upload to my ISP the script will no longer work.  At first I thought it was the ISP made changes but the person who sits next to me running the same version of Dreamweaver can create a page and the java works.  The java is placed in a template, tested by viewing in a brower and it works, however once I try to create a new page using the template the scriipt will not work.  To get around this I have the person sitting next to me save my template and then I can create pages.  Also if I save the template with my pc and it updates the pages created by the template the java will no longer work.
    This is very frustrating as I cannot create or modify my template on this pc.  What would prevent this from working?

    OK - now we are on to something ..... the script on the template only contains:
    function randomImages(){
      if(counter == (imgs.length)){
        counter = 0;
    MM_swapImage('rotator', '', imgs[counter++]);
      setTimeout('randomImages()', delay);
    However when I create a new page from the template with this javascript in it the code changes to:
    function randomImages(){
      if(counter == (imgs.length)){
        counter = 0;
    MM_swapImage('rotator', '', imgs[counter++]imgs[i]);
    function randomImages(){
      if(counter == (imgs.length)){
        counter = 0;
    MM_swapImage('rotator', '', imgs[counter++]);
      setTimeout('randomImages()', delay);

Maybe you are looking for