URGENT - Editing pages made from template

Okay so,
I have created a few pages from a template that I created. To make the pages from template, I went to file > new > page from template > "mycreated"
I need to edit these pages individually with different features and table layouts on each page, but it doesn't let me because the template locks these pages that I created from the template. How can I get around this?
This is really urgent, I'll  highly appreciate some help!
Thanks!

If this were my site, I would make the entire region editable.  That way you can apply some re-usable classes, unique IDs or inline styles if desired.
CSS:
     #table-one td {font-size: 26px}
    #table-two td {font-size: 16px}
<!-- TemplateBeginEditable name="Tables" -->
<table id="table-one" width="50%" border="1" align="left">
          <tr>
                 <td style="font-size: 45px">Some text goes here.....</td>
                 <td>Default font size, 26px.....</td>
          </tr>
        </table>
        <table id="table-two" width="50%" border="1">
               <tr>
                      <td>This is default font style, 16px... </td>
               </tr>
        </table>
<!-- TemplateEndEditable -->
Nancy O.

Similar Messages

  • Changing header information in pages made from templates

    I am familiar with GoLive and using components for menus to
    accomodate universal changes.
    I am new to Dreamweaver (CS3). I am using templates for my
    menus so I can make universal changes. However, what do I do if I
    want to put a form on a page and need to be able to put some code
    in the header? I cannot because the header is non-editable on pages
    made from templates.
    Are templates the only alternative to GoLive Components?
    THX

    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.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
    ==================
    "hmogg" <[email protected]> wrote in message
    news:fe39fo$pe6$[email protected]..
    >I am familiar with GoLive and using components for menus
    to accomodate
    > universal changes.
    >
    > I am new to Dreamweaver (CS3). I am using templates for
    my menus so I can
    > make universal changes. However, what do I do if I want
    to put a form on a
    > page
    > and need to be able to put some code in the header? I
    cannot because the
    > header
    > is non-editable on pages made from templates.
    >
    > Are templates the only alternative to GoLive Components?
    > THX
    >

  • New pages made From Template messed up!

    Hello,
    I have made a template that is not yet finished... I decided
    to test it out, but when I make new pages from it, the formatting
    is messed up (in any new pages that I create from the template).
    This of course is happening prior to uploading to the pages... (I
    need to make many different pages from the template but cannot
    proceed because of this...)
    If I preview the new ‘messed up’ page in Safari
    (that is by clicking the Preview button in Dreamweaver itself), it
    is almost OK, but the background image does not show up. Could
    anyone suggest what I might need to do to get the ‘new’
    page to appear fine in Dreamweaver itself.
    I am new to Dreamweaver and have just started with it since
    moving from GoLive...
    Thanks in advance.

    > Well, that solved the problem. Changed my hard disk name
    from D's 200 to
    > just
    > D 200. After that I had to reset the site root folder
    but now pages made
    > from
    > the template are correctly formatted...
    If it would be considered a bug, then many programs would
    have it! As a
    general rule of thumb, it's best to avoid any characters in
    your
    file/pathnames other than letters, numbers, and
    hyphens/underscores. That
    would eliminate spaces, quotes, ampersands, parentheses, etc.
    > One remaining question. In the template, I used
    Modify/Page Properties to
    > add
    > a background to it. When I make a new page from the
    template, the
    > background
    > does not appear. Is that normal or should it appear?
    It should appear, so there must be something wrong in the
    resulting code.
    Can we see it?
    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
    ==================
    "Peace Freak" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello,
    >
    > Read through both the latest suggestions and decided to
    try getting rid of
    > the
    > single quote first as it was the easiest to do. I am on
    a Mac by the
    > way...
    >
    > Well, that solved the problem. Changed my hard disk name
    from D's 200 to
    > just
    > D 200. After that I had to reset the site root folder
    but now pages made
    > from
    > the template are correctly formatted...
    >
    > Thank you so much for this excellent troubleshooting
    experience. I guess
    > this
    > single quote problem would be considered a bug (surely
    single quotes
    > should be
    > allowed in the names of hard disks???) as I don't ever
    remember Apple
    > saying
    > don't use single quotes when naming a hard disk...
    >
    > Should I/we report it to Adobe? I would be happy to. I
    don't know how
    > these
    > forums work but it might be an idea to post a
    topic/sticky with
    > appropriate
    > keywords so that others will be made aware of it easily.
    >
    > One remaining question. In the template, I used
    Modify/Page Properties to
    > add
    > a background to it. When I make a new page from the
    template, the
    > background
    > does not appear. Is that normal or should it appear?
    >
    > Thanks so much.
    >
    >

  • Webcenter Spaces: Task Flow is not working in page made from template

    Hi, I have a task flow in which there is one .jsff page, which has 2 Panel Group Layouts. In first one, there is a button, which has an action to close or open second Panel Group Layout. When i add this task flow to my template and Preview it, it is working fine(i.e on clicking button, second panel group layout is getting opened up)) BUT when i make a page and set its template to the one i made. On that page, this task flow is not working(i.e. on clicking button, second panel Group Layout does not open up). Not even showing any error in logs. Please provide a solution..??

    What do you mean by Open/Close a Panel Group Layout?
    Are you Setting rendered/visible property for PGL?
    Are you setting the property programmatically or declaratively?
    Thanks,
    Husain

  • Which script is called when click "edit page" option from SharePoint gear icon?

    HI All,
    Which script is called when click "edit page" option from SharePoint gear icon?

    Hi,
    By inspecting the “Edit” button in the ribbon using IE Developer(F12), we can see that there is a function “CoreInvoke” in the click event of this button.
    By default, the “CoreInvoke” is defined in
    Init.js file which locates in 15 hive.
    Best regards
    Patrick Liang
    TechNet Community Support

  • How can I edit the head section of a page made from a template?

    Humm,  I made a page from a template but now I cannot modify the <head> section...  I will need to add some HTML to the head section that will be different for at least this one specific page...

    Be aware that you CANNOT use the DW UI to add an editable region to the head. A properly made DW template always contains two editable regions in the head of the template: "doctitle" and "head".  If you do not have those, then as Nancy says, you will need to add them.
    To add an editable region to the head of your template page, just copy this and paste it in to some legal place in the head of the page (like immediately above </head>).
    <!--TemplateBeginEditable name="whatever"-->
    <!--TemplateEndEditable-->
    Change the name as needed.

  • Flash Video in a page made from a template

    And discards the change. I am trying to insert into the
    editable region but it will not allow.
    Adobe Dreamweaver CS3
    Making this change would require changing code that is locked
    by a template or a translator. The change will be discarded.
    Any ideas,

    This is incorrect. You have been told this before, you know?
    Please adjust
    your response! 8)
    The problem is that when you insert the Flash video, if you
    don't pay
    attention, you might leave the checkbox for "checking the
    version of the
    Flash player" enabled. When you do that, DW wants to insert a
    call into the
    body tag, onload. Of course, in a template, the body tag is
    locked, and
    that's what causes the error message.
    To get around it, uncheck that version checking checkbox.
    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
    ==================
    "SnakEyez02" <[email protected]> wrote in
    message
    news:g17ick$2mb$[email protected]..
    > You need to have an editable region in the header of
    your file as well.
    > There
    > is code inserted in two locations by Dreamweaver when
    you insert Flash
    > files.
    > You can always create a sample page without a template
    for yourself to see
    > where this code gets inserted.
    >

  • Pages created from template not formatted in FireFox browser

    Using Dreamweaver CS5 I redesigned a web site with all pages now created from a master template.  The result is that the site displays properly in IE, but not in FireFox.  See the www.lbtscic.com site.  It checked out OK in the Browser Lab for all browsers, but shows as mostly unformatted in the latest FireFox .
    A side problem is that changes in the master template do NOT show up in the pages created from that template.  When I make a change in the template the details show that it checked all the appropriate pages, but changed none.  Need Help!
    Bob Roberts

    The linked page looks the same to me in IE9/Safari5.1/FF3.6.23, and it looks broken in all of them - the content region is wider than the banner image.
    Here are seven common mistakes that will result in changes not propagating from Template to child -
    1.  Rename the Templates folder
    2.  Move the Templates folder to some other folder level in the site other than root level
    3.  Move a template out of the Templates folder.
    4.  Make changes to an editable region of the Template (which will not propagate)
    5.  Assume that Template changes will be effected by just uploading the changed Template file to the server without also uploading the changed local files
    6.  Corrupt the site cache so that the link between Template and child page is broken
    7.  Improperly create your child pages by simply opening the Template, adding page specific content, and resaving the Template with an *.html extension rather than its *.dwt extension. (you can tell if this is the case by looking at the code on a child page - if you see anything like <!-- TemplateBeginEditable... then this is what you have done).  If you *have done this*, then recreate the child pages (in DW) using FILE | New > Page from Template, select the Template and click CREATE.
    The 6th problem can be repaired by using SITE | Advanced > Recreate Site Cache, and the six others can be fixed by just not doing them.  Have you done any of those?

  • Pages Built from Template not working when put

    Hi,
    I am building a site with CS3 and running it to test it on
    onother site in a sub-directory - but, although the pages all work
    as expected when viewed locally, some are totally blank when put on
    the server - when I view the source they only contain;
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=Content-Type content="text/html;
    charset=windows-1252"></HEAD>
    <BODY></BODY></HTML>
    so its not like the page is not there - its just that all the
    content has been skipped. I have tried re-putting, deleteing from
    the server and reputting - all with no success. Several pages,
    built from the same template work great, but just a few are like
    this...
    I have searched the net and forum, but can't find a similar
    problem - any help would be very gratefully received

    OK - I think that I have a system or corruption
    problem - I just tried another full upload and now nothing is
    working... I'm switching to my laptop to see if the old Dell is the
    problem.

  • Different page layout from template?

    In the new Pages with Maverick I can't find a way to use a different page layout from a template than the two layouts in miniature by default. Have you found a way?

    The templates doesn't have several different pages layouts anymore, which they had in Pages 09. Pages 5.0 is a very strpied down Pages. You could say Pages very Lite should be the name.
    What you could try is open the old Pages 09 ( in the application folder > iWork 09 folder) the templates you like. Add the different page layouts in templates so they not are hidden. Save as a documents. Now open them in Pages 5.0 and save as templates.

  • Pages created from Template not showing background images

    I have created a templated and everything looks great, except when I go to create a page using the template. When I start a new page the backbround images are not there. Can anyone help?
    Thanks
    Jessica

    www.HSHpet.net is my website
    I didn;t know about templates when I started and now I want to create one to streamline my site and make it easier to manange. So right now each pageis copy and pasted.
    Here is the code from my dwt file
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="keywords" content="Pet Sitting, Dog Walking, Dog Boarding, Cat Sitting, Dog Training, Yorkville, Oswego, Montgomery, Plano, Sandwich, Aurora, Plainfield, Aurora. " />
    <title>Home Sweet Home pet services | Pet Sitting | Cat Sitting | Dog Walking | Pet Boarding | Dog Training</title>
    <style type="text/css">
    .background {
              background-image: url(../378.gif);
              padding: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              font-family: Georgia, "Times New Roman", Times, serif;
              font-weight: bold;
    .table backgroun {
              background-image: url(../336.gif);
              font-family: Georgia, "Times New Roman", Times, serif;
              font-size: 14pt;
    tr td .background1 {
              background-color: #FFF;
              font-family: Georgia, "Times New Roman", Times, serif;
              background-image: none;
              border-top-style: solid;
              border-right-style: solid;
              border-bottom-style: solid;
              border-left-style: solid;
              font-size: 14pt;
              font-weight: normal;
              text-align: left;
    blue column {
              background-color: #09F;
              font-family: "Bradley Hand ITC";
    </style>
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
              background-color: #FFF;
              background-image: url(../435.gif);
    .background1 {
              background-image: url(../378.gif);
              border-top-color: #FFF;
              border-right-color: #FFF;
              border-bottom-color: #FFF;
              border-left-color: #FFF;
              padding: 0px;
              font-family: Georgia, "Times New Roman", Times, serif;
              font-size: 14pt;
              border-top-style: inset;
              border-right-style: inset;
              border-bottom-style: inset;
              border-left-style: inset;
    .background1 .background1 td .background tr td ul li {
              text-align: left;
    .background11 {
              background-image: url(../378.gif);
              border-top-color: #FFF;
              border-right-color: #FFF;
              border-bottom-color: #FFF;
              border-left-color: #FFF;
              padding: 0px;
              font-family: Georgia, "Times New Roman", Times, serif;
              font-size: 14pt;
              border-top-style: inset;
              border-right-style: inset;
              border-bottom-style: inset;
              border-left-style: inset;
    </style>
    <script type="text/javascript">
    function MM_validateForm() { //v4.0
      if (document.getElementById){
        var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
        for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=document.getElementById(args[i]);
          if (val) { nm=val.name; if ((val=val.value)!="") {
            if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
              if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
            } else if (test!='R') { num = parseFloat(val);
              if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
              if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
                min=test.substring(8,p); max=test.substring(p+1);
                if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
          } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
        } if (errors) alert('The following error(s) occurred:\n'+errors);
        document.MM_returnValue = (errors == '');
    </script>
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-18640274-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    </head>
    <body>
    <table width="85%" border="5" align="center" cellpadding="5" class="background1">
      <tr align="center" valign="middle" class="table">
        <td colspan="2" class="table"><img src="../HSHLogo_White.png" width="350" height="125" alt="Home Sweet Home logo" longdesc="http://www.HSHpet.net" /></td>
      </tr>
      <tr>
        <td colspan="2" align="center"><table width="90%" border="4" align="center" class="background">
          <tr align="center" valign="middle">
            <td><img src="../dog.jpg" width="150" height="150" alt="golden retriever" /></td>
            <td><img src="../fish.jpg" width="150" height="150" alt="fish in bowl" /></td>
            <td><img src="../cat.jpg" width="150" height="150" alt="DSH tabby" /></td>
            <td><img src="../bird.jpg" width="150" height="150" alt="peach faced love birds" /></td>
            <td><img src="../bunny.jpg" width="150" height="150" alt="bunny" /></td>
            <td><img src="../lizzard.jpg" width="150" height="150" alt="lizzard" /></td>
            <td><img src="../cat&amp;dog.jpg" width="150" height="150" alt="puppy &amp; kitten" /></td>
          </tr>
          <tr align="center" valign="bottom">
            <td colspan="7"><div align="center">
              <ul id="MenuBar1" class="MenuBarHorizontal">
                <li><a href="../index.html" class="MenuBarHorizontal">Home</a> </li>
                <li><a href="#" class="MenuBarItemSubmenu">About Us</a>
                  <ul>
                    <li><a href="../aboutus.html">About Us</a></li>
                    <li><a href="../teammembers.html">Team Members</a></li>
                    <li><a href="../15questions.html">15 Questions</a></li>
                    <li><a href="../happytails.html">Happy Tails</a></li>
                  </ul>
                </li>
                <li><a class="MenuBarItemSubmenu" href="../petsitting.html">Services</a>
                  <ul>
                    <li><a href="#">Pet Sitting</a>                  </li>
                    <li><a href="../k9cleanup.html">K9 Cleanup</a></li>
                    <li><a href="../overnightcare.html">Home Boarding</a></li>
                    <li><a href="training.htm">Training</a></li>
                  </ul>
                </li>
                <li><a href="#" class="MenuBarItemSubmenu">FAQ's &amp; Policies</a>
                  <ul>
                    <li><a href="../FAQ_PetSitting.html">Pet Sitting</a></li>
                    <li><a href="../FAQ_K9Cleanup.html">K9 Cleanup</a></li>
                    <li><a href="../FAQ_Boarding.html">Home Boarding</a></li>
                    <li><a href="#">Training</a></li>
                  </ul>
                </li>
    <li><a href="../NewsLinks.html">News &amp; Links</a></li>
                <li><a href="../CPR.html">Pet CPR</a></li>
                <li><a href="../employment.html">Employment</a></li>
                <li><a href="../contactus.html">Contact Us</a></li>
                <li><a href="#" class="MenuBarItemSubmenu">Schedule Service</a>
                  <ul>
                    <li><a href="https://www.powerpetsitter.net/login.aspx?bid=584">Existing Clients</a></li>
                    <li><a href="https://www.powerpetsitter.net/client/check_zipcode.aspx?id=584">New Clients</a></li>
                  </ul>
                </li>
              </ul>
            </div></td>
            </tr>
        </table></td>
      </tr>
      <tr valign="top" class="background1">
        <td class="background"><table width="100%" border="0" class="background1">
          <tr class="background1">
            <td align="center" valign="top"><p class="title"><!-- TemplateBeginEditable name="Heading" -->Tips for Conducting a Professional Pet Sitter Interview<!-- TemplateEndEditable --></p></td>
          </tr>
          <tr>
            <td align="center" valign="top"><!-- TemplateBeginEditable name="Body" -->
              <p align="left">Pet Sitters International (also known as PSI) was founded in 1994 as the first international association for professional pet sitters.             The mission of Pet Sitters International is to foster excellence and continuous learning in the pet-sitting profession by providing the best education and tools of the trade. We are very proud of our PSI membership.        </p>
            <!-- TemplateEndEditable --></td>
          </tr>
          <tr>
            <td align="center" valign="top"><table width="90%" border="0" align="center" class="background1">
              <tr align="center" valign="middle">
                <td><br/>                <a href="https://www.facebook.com/pages/Home-Sweet-Home-pet-sitting/107491737744" target="_top" title="Home Sweet Home pet sitting"><img src="https://badge.facebook.com/badge/107491737744.2549.1193722049.png" alt="facebook" width="120" height="65" align="absmiddle" style="border: 0px;" /></a></td>
                <td><a href="http://www.addthis.com/bookmark.php?v=250&pub=autiger811" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/static/btn/sm-share-en.gif" alt="Bookmark and Share" width="83" height="16" align="absmiddle" style="border:0"/></a>                <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=autiger811"></script></td>
                <td><a href="http://www.addthis.com/bookmark.php?v=250&pub=autiger811" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/static/btn/lg-bookmark-en.gif" alt="Bookmark and Share" width="125" height="16" align="absmiddle" style="border:0"/></a></td>
                <td><table width="170" border="0" cellspacing="0" cellpadding="0">
                  <tr bgcolor="#000000" valign="top">
                    <td width="9" rowspan="2"><img src="http://img.constantcontact.com/ui/images/visitor/tl_brdr2_trans.gif" alt="" width="9" height="9" border="0" /></td>
                    <td width="152" height="1" align="center" bgcolor="#000000"><img src="http://img.constantcontact.com/ui/images/spacer.gif" alt="" width="1" height="1" border="0" /></td>
                    <td width="9" rowspan="2" align="right"><img src="http://img.constantcontact.com/ui/images/visitor/tr_brdr2_trans.gif" alt="" width="9" height="9" border="0" /></td>
                    </tr>
                  <tr>
                    <td width="152" height="8" bgcolor="#ffffff"><img src="http://img.constantcontact.com/ui/images/spacer.gif" alt="" width="1" height="1" border="0" /></td>
                    </tr>
                  <tr>
                    <td width="170" colspan="3" align="center" style="border-left: 1px solid #000000;border-right: 1px solid #000000;"><div align="center">
                      <form action="http://visitor.constantcontact.com/d.jsp" method="post" name="ccoptin" target="_blank" id="ccoptin" style="margin-bottom:3;">
      <font style="font-weight: bold; font-family:Georgia; font-size:13px; color:#000000;">Join Our Newsletter</font><br />
                        <font style="font-weight: normal; font-family:Arial; font-size:10px; color:#000000;">Email:</font>
                        <input type="text" name="ea" size="14" value="" style="font-family: Arial; font-size:10px; border:1px solid #999999;" />
                        <input type="submit" name="go" value="Join" class="submit"  style="font-family:Arial,Helvetica,sans-serif; font-size:11px;" />
                        <input type="hidden" name="m" value="1102843860723" />
                        <input type="hidden" name="p" value="oi" />
                        </form>
                      </div></td>
                    </tr>
                  <tr bgcolor="#000000" valign="bottom">
                    <td rowspan="2"><img src="http://img.constantcontact.com/ui/images/visitor/bl_brdr2_trans.gif" alt="" width="9" height="9" border="0" /></td>
                    <td width="152" height="8" align="center" bgcolor="#ffffff"><img src="http://img.constantcontact.com/ui/images/spacer.gif" alt="" width="1" height="1" border="0" /></td>
                    <td rowspan="2" align="right"><img src="http://img.constantcontact.com/ui/images/visitor/br_brdr2_trans.gif" alt="" width="9" height="9" border="0" /></td>
                    </tr>
                  <tr>
                    <td width="152" bgcolor="#000000"><img src="http://img.constantcontact.com/ui/images/spacer.gif" alt="" width="1" height="1" border="0" /></td>
                    </tr>
                  </table></td>
                </tr>
              </table></td>
          </tr>
        </table></td>
        <td align="center"><table width="90%" border="1" class="background">
          <tr>
            <td align="center" valign="top" bgcolor="#00AEEF"><p style="font-family: 'Bradley Hand ITC'; font-size: 18pt; font-weight: bold;">Give us a call:</p>
              <p><a href="http://www.ringcentral.com" target="Callback_RingMe" onclick='var wind = window; var winop = wind.open; winop(&quot;http://www.ringcentral.com/ringme/?uc=F476D3FEFF03EF8DEB3A4803BAD689C9185666081445,0,&s=no &v=2", &quot;Callback_RingMe&quot;, &quot;resizable=no,width=380,height=360&quot;); return false;'><img border="0" src="http://www.ringcentral.com/ringme/F476D3FEFF03EF8DEB3A4803BAD689C9185666081445,0,/1/ringme _6.gif" alt="virtual office phone" /></a></p></td>
          </tr>
          <tr>
            <td align="center" valign="top" bgcolor="#00AEEF"><p style="font-family: 'Bradley Hand ITC'; font-size: 18pt; font-weight: bold;">Send us a message:</p>
              <form id="form1" name="form1" method="post" action="../formtoemailpro.php">
                <p>Your Name: </p>
                <p>
                  <input name="Name" type="text" id="Name" onblur="MM_validateForm('Name','','R');return document.MM_returnValue" />
                </p>
                <p>Your Phone #:</p>
                <p>
                  <input name="phone" type="text" id="phone" onblur="MM_validateForm('phone','','RisNum');return document.MM_returnValue" />
                </p>
                <p>Your Email Address:</p>
                <p>
                  <input name="email" type="text" id="email" onblur="MM_validateForm('email','','RisEmail');MM_validateForm('email','','RisEmail');ret urn document.MM_returnValue" />
                </p>
                <p>I'm interested in:</p>
                <p>
                  <select name="services" id="services">
                    <option value="mid-day care" selected="selected">Mid-day Dog Walks</option>
                    <option value="K9 cleanup">K9 Clean up</option>
                    <option value="vacation care">Vacation Care</option>
                    <option value="cat care">Cat &amp; Small Animal Care</option>
                    <option value="Overnights">Overnight Care (my home)</option>
                    <option value="Pet Boarding">Overnight Care (pet sitter's home)</option>
                    <option value="Walk &amp; Trains">Walk &amp; Trains</option>
                    <option value="other">Other</option>
                  </select>
                </p>
                <p>Comments:</p>
                <p>
                  <textarea name="comments" id="comments" cols="25" rows="5"></textarea>
                </p>
                <p>
                <img id="captcha" src="/securimage/securimage_show.php" alt="CAPTCHA Image"><br><a href="#" onclick="document.getElementById('captcha').src = '/securimage/securimage_show.php?' + Math.random(); return false">Reload Image</a><br />
                Verify code: <input type="text" name="captcha_code" size="10" maxlength="6">
                </p>
                <p>
                  <input type="submit" name="Submit" id="Submit" value="Submit" />
                  <input type="reset" name="reset" id="reset" value="Reset" />
                </p>
              </form>
              <p> </p></td>
          </tr>
          <tr>
            <td valign="top" bgcolor="#00AEEF"><p> <span class="center" style="font-family: 'Bradley Hand ITC'; font-size: 18pt; font-weight: bold; text-align: center;">Pet Care Services</span></p>
              <ul>
                <li>Dog Walking, Dog Boarding </li>
                <li>Pet Waste Removal Services</li>
                <li>Bird &amp; Reptile Care </li>
                <li>Walk &amp; Trains</li>
                <li>Cat Sitting</li>
                <li>Small Animal Care</li>
                <li>In Home Overnight Care </li>
                <li>Flexible and Custom Care </li>
                <li>Medications &amp; Injectables</li>
                <li>Dog Training </li>
                <li>Puppies and Older Pets </li>
                <li>Handicapped Pets</li>
              </ul>
              <p style="font-size: 14pt; text-align: center; font-weight: normal;"> </p>
              <p style="font-size: 11pt; text-align: center; font-weight: normal;">For your convinience we accept:</p>
              <p style="font-size: 14pt; text-align: center; font-weight: normal;"><img src="../visa_mastercard.jpg" alt="visa/mastecard" width="100" height="50" /></p></td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td colspan="2" align="center" valign="middle"><span class="background2">&copy; 2007-2015 Home Sweet Home pet services</span></td>
      </tr>
    </table>
    <p>  </p>
    <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 render my edited project made from .VOB files?

    I have DVDs  that were commercially made from my own 8mm family films and I have edited the .VOB files with Adobe Premiere Elements 11. The edited project is on the time line and I have added background music to the silent 8mm films. The entire project is in .VOB files. When I try to render the project, hitting the enter button simply starts the project playing, but Adobe Premiere Elements 11 does not render the project. There is no colored line above the work area. The files are VTS_01_1.VOB.  I can't get Windows Media Player to burn the project to a DVD so I can send copies to my family. How can I burn the project to a DVD that will play for my family in a normal DVD player? Will it be necessary to render the project? If yes, how do I do that? If I purchase Adobe Creative Cloud will it have something that will help me get my project burned to a DVD? Thanks.

    jedokie
    When you are ready to burn to DVD-VIDEO on DVD disc, click on Publish+Share at the top right of the workspace.
    After you click on Publish+Share, click on the Disc choice. After you click on Disc category, click on DVD in the burn dialog
    which has the header "Disc:: Choose location and settings: Then you set the Burn to: field to Folder (4.7 GB) or Folder (8.5 GB).
    Set your save location for the Folder that is going to be produced from Burn to:
    In the folder from the saved Folder, take only the VIDEO_TS Folder from that saved folder into the free ImgBurn program
    to produce your DVD-VIDEO on DVD disc. Please see
    How to burn a DVD Folder with ImgBurn - AfterDawn: Guides
    After reading those instructions, if you have any questions about them, please let me know and I will fine tune any areas that
    need fine tuning.
    Please let us know if this is the specific information that you were seeking.
    I am not clear what you mean by
    When I look at the normal choices I don't find any choice that will burn my project to a DVD that will play in a normal DVD player. Can you tell me which of the choices will do that?
    This is what I would consider the "normal way"
    1. Burn to: = Disc
    Is Premiere Elements 11 showing your DVD burner in the Burner Location: of the burn dialog?
    Does the Status: show Ready when you have you DVD disc in the burner tray?
    Have you select Presets = whichever corresponds to your source -
    NTSC_Dolby DVD
    or
    NTSC_Widescreen_DVD Dolby
    or
    PAL counterparts if you are in a PAL region
    In the Quality Area of the burn dialog, is Space Required 4.38 GB or less and Bitrate 8.00 Mbps.
    If Yes to all of the above, then hit the Burn button. You should be on your way to producing a DVD-VIDEO on DVD disc
    that should be playable on the computer or TV's DVD player.
    Looking forward to your follow up.
    ATR
    Add On...There is another angle to all this which I will add as a just in case measure...you have DVD-VIDEO files on your Timeline, and I have assumed that you want to burn them to DVD-VIDEO on DVD disc. By any chance is your intent to burn them to AVCHD format on DVD disc?

  • How can I create a navigation bar in the template so I can change the down state of a button on a page made from the template in DW3?

    We're creating pages from a template in DW3. The template includes a header, footer and a navigation bar. We've made the navigation bar an editable region so that we can change the down state of the buttons on pages where it is required. However, when we make a new page from the template and try to change the behaviors of the buttons in the navigation bar it will not allow us to make those changes. 

    Have you considered using CSS styled text/list menus instead of image rollovers.  It isn't hard really and it's actually a much better choice for   web accessibility and for search engines to find and follow your links.   Here are some links to several CSS menu systems you can try:
    CSS Express Drop-Down Menus (tutorial)
    http://www.projectseven.com/tutorials/navigation/auto_hide/
    CSS Tab Designer creates 60+ CSS Styled Button and Tab Menus  (download)
    http://www.highdots.com/css-tab-designer/
    List-O-Rama  (DW Extension)
    http://www.dmxzone.com/go?5618
    CSS  Menu Maker (On-Line Menu Generator)
    http://www.cssmenumaker.com/
    Pop-Menu  Magic2 by PVII (DW extension purchase)
    http://www.projectseven.com/products/menusystems/pmm2/index.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • No css format on page created from template

    We are running Dreamweaver 8.0 on a Windows 2000 & a
    Windows XP machine.
    After re-creating a site (local site is now pointing to a
    file on a locally networked computer) I created a template (.dwt)
    file. The template looks fine.
    When I try to create a web page from the template all the css
    formatting disappears. (Although if I ignore that and dump text
    into the editable portion the page looks ok after transfer to the
    "live" site.) The href created by Dreamweaver from the site info
    is: file://networkcomputer/deptfolder/website/my.css
    What do I need to change and will Dreamweaver translate an
    altered href correctly when transferring a new page to the "live"
    site?

    This looks right -
    <link rel="stylesheet" href="../pplpage.css"
    type="text/css" />
    assuming that is the correct location of the CSS file in your
    site. Is it
    at the root level?
    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
    ==================
    "if_then_else" <[email protected]> wrote in
    message
    news:[email protected]...
    >I see someone else having almost the same problem and
    dumped the code for
    >the
    > template. here is mine:
    >
    > <!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></title>
    > <!-- TemplateEndEditable -->
    > <!-- TemplateBeginEditable name="head" -->
    > <link rel="stylesheet" href="../pplpage.css"
    type="text/css" />
    > <!-- TemplateEndEditable -->
    > </head>
    >
    > <script
    type="text/javascript"><!--//--><![CDATA[//><!--
    > startList = function() {
    > if (document.all&&document.getElementById) {
    > navRoot = document.getElementById("drop");
    > for (i=0; i<navRoot.childNodes.length; i++) {
    > node = navRoot.childNodes
    > if (node.nodeName=="LI") {
    > node.onmouseover=function() {
    > this.className+=" over";
    > }
    > node.onmouseout=function() {
    > this.className=this.className.replace(" over", "");
    > }
    >
    > }
    > }
    >
    > }
    >
    > }
    > window.onload=startList;
    > //--><!]]></script>
    >
    > <body>
    >
    > <center>
    >
    > <div id="masthead" align="left">
    >
    > <table width="693" border="0" cellspacing="0"
    cellpadding="0">
    > <a href="../index.html">
    > <tr>
    > <td class="libheader">
    >  
    > <p class="style2"><span
    >
    class="style1">  petersburg</span>
    > public library</p></td>
    > <td class="libimg"><img align="right"
    src="../ban_img.jpg" alt="books"
    > width="146" height="110" border="0"/></td>
    > </tr> </a>
    > </table>
    > </div>
    >
    >
    > <div id="pagecell1">
    > <div id="leftcol">
    >
    > <div id="navspace">
    >
    > <ul id="drop">
    >
    <a href="
    http://66.223.180.26/uhtbin/cgisirsi.exe/x/0/49/"
    > target="blank">search the catalog
    </a></li>
    >
    <a href="#">your account</a>
    >
    > <li class="sublist"><a
    > href="
    http://66.223.180.26/uhtbin/cgisirsi.exe/p9heSo9R4R/PPL/0/1/1166/X/BLASTOF
    > F" target="blank">review your
    account</a></li>
    > <li class="sublist"></li><a
    href="../card.html"> about your
    > library
    > card </a>
    >
    > </li>
    >
    <a href="#">books, movies &amp; music </a>
    >
    >
    >
    <a href="../books.html">books</a></li>
    >
    <a href="../movies.html">movies</a></li>
    >
    <a href="../music.html">music</a></li>
    >
    <a
    > href="
    http://66.223.180.26/uhtbin/cgisirsi.exe/0/0/1/1095/X/BLASTOFF">can't
    > find it? request it!</a></li>
    >
    >
    >
    <a href="#">programs &amp; events</a>
    >
    >
    <a
    > href="
    http://engagedpatrons.org/Events.cfm?SiteID=1141"target="blank">events
    > calendar</a></li>
    >
    <a href="../kidsprog.html">for kids</a></li>
    >
    <a href="../adultprog.html">for teens &
    adults</a></li>
    >
    > </li>
    > </li>
    >
    <a href="
    http://www.engagedpatrons.org/ContactUs.cfm?SiteID=1141"
    > target="blank">contact us</a>
    >
    > </li>
    >
    <a href="#">about the library</a>
    >
    >
    <a href="../staff.html">library staff &
    board</a></li>
    >
    <a href="../services.html">services &
    policies</a></li>
    >
    <a href="../history.html">library
    history</a></li>
    >
    > </li>
    >
    <a href="#">support your library</a>
    >
    >
    <a href="../gifts.html">donations and
    gifts</a></li>
    >
    <a href="../friends.html">Friends of the
    Library</a></li>
    >
    <a
    href="../volunteer.html">volunteering</a></li>
    >
    >
    >
    > </li>
    >
    <a href="../index.html" >home </a>
    >
    > </li>
    >
    > </div>
    > <!-- navspace -->
    >
    >
    > <div id="hours" align="left">
    > <p><span
    class="style6">Hours</span><br />
    > <span class="style5">Monday - Thursday
      12-9pm <br />
    > Friday & Saturday
        12-4pm<br />
    > Sundays & Holidays   Closed </span>
    </p>
    > <p><span class="style5">
    Petersburg Public Library</span><br />
    > <span class="style5">PO Box 549<br />
    > Petersburg, AK 99833<br />(907)772-3349<br
    />
    > <a
    >
    href="mailto:[email protected]">[email protected]</a></span>
    > </p>
    > <p class="style5"><a href="
    http://www.ci.petersburg.ak.us/"
    > target="blank">City of Petersburg
    </a></p>
    > </div>
    > </div>
    >
    >
    > <!-- TemplateBeginEditable name="editcontent" -->
    > <div id="contentspace">
    > <div id="content">
    >
    > </div> <!-- content-->
    > </div> <!-- contentspace -->
    > <!-- TemplateEndEditable Editcontent -->
    > </div> <!-- pagecell -->
    >
    >
    > </center>
    >
    > </body>
    > </html>
    >
    > When I try to create a new page the heading looks like
    the following:
    >
    > 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/pageformat.dwt"
    codeOutsideHTMLIsLocked="false" -->
    > <head>
    >
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    > <!-- InstanceBeginEditable name="doctitle" -->
    > <title></title>
    > <!-- InstanceEndEditable -->
    > <!-- InstanceBeginEditable name="head" -->
    > <link rel="stylesheet"
    >
    href="file://petersburgnt/Library/Web%20site/pplpage.css"
    type="text/css"
    > />
    > <!-- InstanceEndEditable -->
    >
    > and although that is where the css page is the
    "connection" is not made.
    >

  • Title of page created from template

    When I create a new page from a template, then type in a title at the top, it vanishes as soon as I click anywhere else on the page. How can I correct this?

    Do you have an Editable Region for the <title> tag in your main template.dwt file?
    Are you seeing this in Code View, Design View or Live View?
    Have you saved your child page yet?
    Try closing and re-opening your child page.  Is the <title> tag appearing correctly in Code View?
    Nancy O.

Maybe you are looking for

  • Cash on hand

    HI Guru's Here in my Client Place, They are useing cash on hand ( main cash GL only) they are not maintaining cash journal (FBCJ) But Client requirement is, they need date wise  and day wise balances (opening and closing) and payments/receipts throug

  • Satellite Pro A300 crashes with blank screen

    I have a Satellite Pro A300, AMD CPU, ATI graphics, Vista. The system worked fine for a year but a few months ago it started crashing, the screen went blank, not blue, anything running, like music, stopped. This can happen after several hours or minu

  • Inter company posting in employee expenses

    Hi All, We are getting below error while transferring to FI. "No vendor found for this selection". Travel expense have been created with WBS element which is in company code - 1200 and employee Organizational assignment in HR master data is for compa

  • Acrobat 6.0.6

    I just loaded my copy of acrobat 6.0.6 onto a new computer running windows 7home premium, 64 bit, and when I try to open acrobat I get a window telling me the programs are incompatable and to contact Adobe. Well it's Saturday and no one is home! What

  • Airport Card Disappeared After Turning Airport Off

    I successfully used my MacBook Pro to connect wirelessly to the 'net for 2 hours, then turned Airport off for security purposes. I came home and tried several times -- unsuccessfully -- to turn Airport back on (to use my home Airport Express.) The wi