Template items locking?

HI All,  I have created a website using a dreamweaver template.  There are two elements on the bottom of the page in two seperate layers (client address).  In between the top header (must be fixed in position) and the bottom elements, I have created an editabel region called "body copy".  I am trying to get the two bottom elements to automatically move up or down according to the size of the Editable Region.  No matter what I do they seemed to be locked into position.
Any ideas?
Thanks...Tim

There is no need to have anything in a fixed position in your style sheet, if you have structured your html page correctly.
Your html code should read -
<div id="Layer1> some content, possibly header goes here</div>
<div id="Layer2> some content, possibly main content goes here</div>
<div id="Layer3> some content, possibly footer goes here</div>
your css -
#Layer1 {
     width: 1000px;
     position: relative;
#Layer2 {
     whatever your values
continue for other div's.
I would recommend not using names like layer in your naming unless it is for an actual layer, the use of which is also not recommended.
Using an absolute position effectively fixed the position of your item, and can cause various problems when it comes to displaying them in a browser.
for more info on using css and positioning see -
http://www.dezwozhere.com/links.html
http://www.positioniseverything.net/index.php
PZ

Similar Messages

  • Edits will not be saved. Any Edits made to the enterprise global template items are only available during this session.

    Hi,
    I am getting a pop-up message(Edits will not be saved. Any Edits made to the enterprise global template items are only available during this session.Make edits in checked-out enterprise global template to make them
    available for all users of this project server) when trying to insert a new column in the Gannt Chart View.
    Due to this what all are the columns that inserted in the project plan, will be lost when open the project in the next time.
    I have opened the Enterprise Global Template and cross checked for Gaant Chart view it is showing the table as "Entry" only.
    The requirement is what all columns are required for the project plan, manager will insert in the project first time. Next time on-wards it needs to be display the columns when opened the project from server by default.
    We are unable to reproduce this issue in our Dev Envt.
    Could anyone of you please help me.
    Thanks in Advance!
    Regards,
    Venkat

    Hi Venkat,
    I suggest to remove Gantt Chart view and Entry table from Eglobal. These are default views from client and it is highly recommended to not use them in Enterprise Global.
    Whatever a user ist doing on a view or table which is included in Enterprise Global will be reset on next open - therefore you receive this message.
    If you need some server wide defined views and tables, create them. But remove Gantt Chart and Entry.
    Does that help?
    Regards
    Barbara
    To increase the value of this forum, please mark the replies that helped to solve your issue as answer. If you find answers to questions from other forum participants to be helpful, please mark them as helpful. Your participation will help others to find
    an appropriate solution faster. Thanks for your support!

  • How can you tell if a template is locked?

    Hello, how do you know if a template is locked?  Can the whole template be unlocked if so, and if so, how or where do you normally do this in the template?  What do you look for?
    Thanks

    I am hoping you have a little understanding of CSS, if not please give this tutorial a quick read over to understand the basics of CSS, it will make what I am about to say a little easier to digest.  http://w3schools.com/css/
    Now to fix this you will need to be in your style.css document.  You will see a block that looks like this:
    div.homecollft {
         width:240px;
    Now that is the block around each of your 3 columns.  To make this work you need to define a height here the same way the width is defined.  Then add the line: "overflow:auto;" .  By setting this you force the browser to put scroll bars there if the text gets too long.
    Also if you want to make more room so people don't have to scroll as much take a look at your header images.  The top buttons have a lot of whitespace around them and the be refreshed graphic could be downsized slightly while still having the same impact.

  • Help needed to setup template item list to send attachement within email te

    Hi! I read everything there was in the bookshelf on the setting of template on Outbound communication, advanced template and my main concern, template items list and I still can not send a template email with an attachment inside. I managed to send the email with the attachment in the message body but not send mail with an attachment separately.
    Is there a special feature or setting to the template items list or in the Siebel file system that needs to be done ? I've try to put a tag pointing to the template item in the advanced template but got no result. I've tried everything but got no result.
    My main goal is to send a template email containing the attachement of an official letter inside. Ideally, I would like the letter as an attachment to be populated by the data of the BC associated (values substitution). This is already working in the advance template. But that's another story. I would be happy if only I can send the email template to include the letter as attachement.
    Thanks in advance for helping me!

    Yes we do. Even if we go with F9 or by the send email from the file menu, the sending of emails is ok. It's just that it wont send attchment as define in the template item list. All settings are ok and are as specified in related bookshelf. By now, i'm looking if there is any activex control missing for outbond email OR if there is any html tags to put inside the advanced template so that the application could properly attach the file to the email. If you have aswer on you side, it would be appreciated.
    Jean.

  • Terminating Event to Event Queue due to Work Item Lock

    I have a dialog workflow task based on an asynchronous method defined with a terminating event.  When the user executes the work item, the method generates the terminating event (via a V2 change document) but the work item is enqueued (locked) by the same user (locked when they execute the work item from SBWP) and therefore the terminating event goes into error and is placed in the event queue.  The background job which processes the event queue does not redeliver the event so it stays in the event queue and the work item fails to complete.  Other than dequeing the work item lock myself with a function call how do I get around this catch 22?

    Hello Martin,
    Actually, the locking happens whether I have the task as asynchronous or synchronous.  The problem is the timing. If the user does not release the lock (by backing out of the dialog which is executed) prior to the terminating event attempting to enqueue and complete the work item then the event goes into error and is inserted into the event queue (and lingers there indefinitely, almost). Another issue with the asynchronous approach is that even if the user backs out of the dialog before the event actually attempts to complete the work item they will still see the work item in the inbox unless they click the refresh button when they get back to the inbox. 
    I have changed the task to synchronous but here is my scenario and another question.
    The process being workflowed is the approval of service entrysheets (similar to an invoice if you are not familiar with External Services).  In our process, there are a large number of documents being created and requiring approval by particular approvers.  It is a normal scenario for an approver to have, lets say 25 documents in his inbox awaiting approval. It was not practical for him to have to navigate back and forth between his inbox and the approval task screen.  Therefore, I give the users the option of (when executing a work item) having all the documents in his in-box (for this particular task) be presented in an approval list screen.  They can then do a mass approval of the 25 documents with 1 click and 1 navigation.  This list screen is also available to be executed outside workflow via a tcode.  So, when the user executes the mass approval (either from the inbox or outside workflow) the work items are terminated via the terminating event assigned to the approval task.
    A couple of issues remaining:
    1) Given my example of 25 work items (user executes 1 work item from in-box
    and I displayed all 25) being approved, when the user returns to the in-box, the 24
    items remain in his inbox until he clicks the refresh button since these were not actually "executed" from the workflow engines point of view.  However, these were terminated successfully because they were not "locked".
    <b>Question:</b> Is there a way (user exit?) to trigger the inbox refresh automatically.
    2) Now, the issue with the actual work item which the user executes from the inbox.  As I mentioned, the work item is locked as soon as the user executes it and is not released until they back out of the dialog or logoff.  So, here is what happens:  If the terminating event is sent before the lock is released the event is sent to the event queue.  If they then back out back to the in-box, its OK since I put some code in the SWO1 object type program (rememeber, its now synchronous) which will determine if they did the approval/rejection and the work item will complete and the event in the event queue will be deleted the next time the Event Queue Background job runs (it deletes any events for work items already in COMPLETED status). However, lets say they simply log off rather than backing up to the in-box or they don't do anything and are eventually logged off by timeout. In this case the code in the object type program to determine if the approval/rejection was done does not get executed (control does not return to the object type program) and the work item remains in "STARTED" status and remains in the users inbox and the event is in the event queue. So, now we have a work item that should be completed still sitting in the users in-box and the terminating event in the event queue. So the next time the user goes to their inbox the work item is still there.  The interesting thing is that though this may be confusing to the user, if they then attempt to execute the work item, they will get a message: "Work item currently being completed by event" (Message SWF_RUN 644) and the event sitting in the event queue gets redelivered and completes the work item.  To alleviate this problem I was thinking of adding a call to SAP_WAPI_WORKITEM_COMPLETE in the approval list screen after they do the approval but I'm guessing it wont work since it probably will try to enqueue the work item and it will still be locked. 
    Hopefully you haven't nodded off reading this rambling note...
    Thank you,
    Bob

  • Web Catalog - Item Lock Needs Attention

    Hello, I am receiving an error in the web catalog (Item Lock Needs Attention). I tried to migrate about 22 files using the Catalog Manager, but it seems that the application placed a lock on the files.
    When I try to delete the file from the front-end, I received this error in EM (Item Lock Needs Attention:) (Context: 0, code: QM3V3HLV), and (access denied for user to path /users/myusername).
    I already tried stopping all the BI server components and restarting, but the error still persists.
    Any help is appreciated

    Login to Catalog Manager >> root >> users >> and assign full control to 'myusername' on 'My Folder' and restart OPMN.

  • Invoice created via SUS having error -The template item 1 does not exists

    Hi All,
    We are in SRM6.0 and in our PRD system, we have few invoices created through SUS showing error "The template item 1 does not exist.
    These invoices went into "To be corrected" status and when I hit check it gives me above error message. The message itself don't make much sense to me. Please note we can create new invoice in SRM manually and everything works fine.
    Appreciate any pointers.
    Thanks, Sachin

    We have analysed the issue and found we are getting this error because these invoices are missing with "BE_LOG_SYSTEM" field in table BBP_PDBEI and "BE_REFOBJ_TYPE" field is showing "BUS2201 instead of "BUS2012".
    Any feedback why we have these difference as compare to good invoices (created directly in SRM).
    Thanks, Sachin

  • PO line item locking issue

    Hi,
    Does anyone had this issue before?
    In ECC5, we lock the PO line item using FM ENQUEUE_EMEKKOE, but SAP still lets you create/confirm Transfer Orders for Inbound delivery, however, the same FM is not allowing you to create/confirm TO's in ECC6.

    Dear Poster
    Your thread has had no response since it's creation over
    2 weeks ago, therefore, I recommend that you either:
    - Rephrase the question.
    - Provide additional Information to prompt a response.
    - Close the thread if the answer is already known.
    Thank you for your compliance in this regard.
    Jason Boggans
    SAP SRM SDN Moderator

  • Templates not locking correctly

    Hi All,
    I have a site that using a DreamWeaver CS3 template as the
    base of the overall structure of the site.
    The live dev area using the template can be found at
    http://www.otsmanagement.com.au/dev
    The template uses only one editable region which is for the
    page content.
    However when you go into Contribute the publisher is able to
    add text in the header (which should be locked) and in an external
    "Skip Navigation" anchor at the top. I've added some rubbish text
    so you can see where.
    Any ideas on this??
    Thanks in advance
    --Neil

    Let's see one of the Template pages, please.
    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
    ==================
    "babong" <[email protected]> wrote in
    message
    news:gkgbid$io7$[email protected]..
    >I am trying to make DW templates so that I can use them
    in Contribute but
    >for
    > some reason none of my areas are locking. I have used
    templates before
    > and
    > usually they lock everything as soon as you save as
    template and then you
    > go
    > back and make the editable areas. I created the site
    using two different
    > templates styles and now I'm just trying to go into my
    individual pages
    > and
    > lock the areas I don't want my client to able to mess
    with, while they are
    > in
    > Contribute. I have tried to detach the original
    template, copy and paste
    > all
    > the code as a whole new page and then save as a template
    but no matter
    > what I
    > do when I hit save as template nothing gets locked.
    >

  • Internet service bidinvitation template item problem

    Dear experts,
    I have template created on Internet Service further on  SRM.
    In item data have a table control if we delete item from n list through pushbutton call DELETE
    it get updated on SRM bid invitation template.
    But when we called OUTPUT PREVIEW for the same in smartform (PDF output) its showing with deleted entry too.
    How to update or refresh so that will get updated item entry on smartform ?

    hello,
    it means after deleting entry it is not saving in database table only deleting from internal table...
    and when it is showing in smartform it fetching again from database table
    so there should be option for save / not it has to be saved in database table first before showing...
    Thanks..

  • CSWP Display Template Item - Include Like / Rating SharePoint control

    I'm working with the Content Search Web Part to bring details from Announcements lists up to the home page.  Each of these lists has the Like / Rating Social elements enabled and I would like to surface this on the Item Display Template but can't find
    out how.
    Is there a SharePoint control or JavaScript that I can use to surface this content?
    Thanks

    Ok, after searching I've found a solution for this.  It will be a 2 stage solution, the first simply displaying the rating or number of likes, the second actually updating them.
    So, stage 1:
    1.  You need to login to your Central Administration site and go to your Search Service Application.  Once there, under "Queries and Results", click "Search Schema".  You can apply a filter to help find the relevant managed property, so filter
    on "Like" or "Rating".  In this example I wanted to use the number of likes, so after filtering on "Like" I clicked to edit the "LikesCount" managed property.  From the edit page, located the "Main characteristics" heading and ensure that the "Searchable"
    checkbox is ticked.  Click "Ok" and run a "Full Crawl" on your content source.
    2.  Once this has been done, locate the Display Item Content Template that will be used for the Content Search Web Part.  At the top of this file you will find an <mso:ManagedPropertyMapping /> tag.  In this you want to register the
    LikesCount managed property from earlier.  This can be done by copying something similar to below:
    &#39;Likes Count&#39;{Likes Count}:&#39;LikesCount&#39;
    Further down the template, within the <div> where you can define content you need to setup a variable that reads the LikesCount value.  I also had some trouble reading this value when there were no Likes on an item, == null and isNaN() didn't
    seem to work so I added an if statement to check for 0 items.
    var likesCount = $getItemValue(ctx, "Likes Count");
    if (!(likesCount > 0)) {
        likesCount = 0;
    Finally, you can surface this variable into your content by simply using the normal notation.  i.e.
    _#= likesCount =#_
    I hope this has been of use to some people.  I will be posting an update once I've figured out if it's possible to like the source list item from the CSWP.

  • PO Item Locked

    Hi Expert,
    May I know why a PO item that is locked, appear in MD04 but not in MRP run?
    Thank you

    Henry,
    When the PO Item is locked for a Material master record, that perticular material can not be allowed to procure (that means locked for procurement, PO and subsequenlty PO can not be created, hence there is No question of appearance while MRP is carriedout by the system), but it can be appear in the Stock requirement list (i.e., T.Code: MD04) because there may be some old (sufficient) stock of that perticular material is present. That's why the item is shown in Display current stock /requirement list.
    Hope this will clarify your issue,
    With Metta,
    Srin

  • Template is Locked

    I have a template that I have been working on that has somehow gotten into a locked state.  Everything is light-grey and uneditable just as it would be in a page that is created from the template.  I have no idea how I did this and am not sure how to undo it.  Any ideas?

    Nadia,
    Thanks for the link on the Raw HTML.
    I had tried what you suggested earlier and the code remains locked.  I every pasted it to a text editor and then recopied and pated it back with the same result.  I did rebuild the page by cutting segments into a new template document and it is now ok.  I still don't know what caused it.  Here is another attempt at showing the template snippet:
    <!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="Prosper " />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Homes of Prosper - Your Home Rebate Specialists</title>
    <!-- InstanceEndEditable -->
    <link href="../css/main.css" rel="stylesheet" type="text/css" />
    <link href="../css/user.css" rel="stylesheet" type="text/css" />
    <link href="../css/spry.css" rel="stylesheet" type="text/css" />
    <!--#include virtual="/newsite/ssiFiles/sideMenuHead.html" -->
    </head>

  • Dreamweaver Templates are Locked

    CS6
    I have created some .dwt. I understand that on pages I create from the template only editable regions can be edited. However I thought if I needed to make a change to the template itself in a non editable region, I could and it would update all associated pages. The problem I am having is that my dwt files won't let me edit unless it is in an editable region and then it doesn't update associated pages. I must have done something wrong??

    It is a bad thing and will come back to bite you later. It's better than you should know how to do this. I'll show you the fixed code here. Save this amended file as "whatever.html" in the root of your site, i.e., outside of the Templates folder. What I did =
    1. Remove all instances of "<!-- TemplateBeginEditable..." and <!--TemplateEndEditable-->" (obviously outside of DW)
    2. Change all occurrences of "../" to null (assuming that you had saved this file as *.dwt within the /Templates folder.
    3. Fixed some minor spelling errors (e.g., 'goggle', etc.)
    Let us know if my going in assumptions are not correct.
    <!doctype html>
    <html dir="ltr" lang="en"><!-- InstanceBegin template="/Templates/product-page.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
      <meta charset="utf-8">
      <!-- InstanceBeginEditable name="doctitle" -->
      <title>Greenhouses - Top Quality Greenhouse Kits &amp; Supplies at Gothic Arch</title>
      <meta content="Since 1946, Gothic Arch Greenhouses has been the most trusted name in the horticulture greenhouse industry." name="description">
      <meta content="greenhouse manufacturers,greenhouse kits, greenhouse supplies, commercial greenhouses, plastic green houses sale, equipment" name="keywords">
        <!-- InstanceEndEditable -->
    <link href='//fonts.googleapis.com/css?family=Niconne' rel='stylesheet' type='text/css'>
    <meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0">
    <link rel="stylesheet" type="text/css" media="all" href="_css/gothic.css">
      <link href="http://www.gothicarchgreenhouses.com" rel="canonical">
      <meta content="qDIfUCh63u0p2Key2FaJ4C3Ia6DYDMj6x2ZVM3ao55E=" name="verify-v1">
      <meta content="-al8cneScSHE_kfF97gMNAky_4eBztXWr7DWQUivjzA" name="google-site-verification">
      <meta content="44F5854925339D57BF1E991C02D55060" name="msvalidate.01">
      <meta content="1a3c7a7fb62ad592" name="y_key">
      <meta content="Gothic Arch Greenhouses Inc" name="author">
      <meta content="index,follow" name="robots">
      <link href="rebuild/favicon.ico" rel="icon" type="image/x-icon">
      <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
         <script src="_js/toggle-menu.js"></script>
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <!--Begin Header-->
    <header>
      <div id="topbar">
      <div id="topbar-content">
      <div id="tagline"><p>Catch the Sunshine!</p></div>
      <ul id="top-nav">
      <li><img src="_images/home.png" alt="home">P.O. Box 1564 Mobile, AL 36633 USA</li>
      <!--
      <div id="call">
      -->
      <li class="top-nav-float"><img src="_images/phone.png" alt="phone">251-471-5238</li>
      <li class="top-nav-float"><img src="_images/fax.png" alt="fax">251-471-5465 (fax)</li>
      <!--
      </div>
      -->
      <li class="final-call"><img src="_images/phone.png" alt="phone">1-800-531-4769</li>
      </ul>
      </div>
      </div>
      <div id="header">
      <p class="logo">
      <a href="http://www.gothicarchgreenhouses.com"><img alt="Gothic Arch Greenhouses" src="_images/GAG-log.jpg"></a>
      </p>
      <div id="header-text">
      <p class="headline">
      <strong>Most Trusted Name in Greenhouses &amp; Supplies &bull; Serving the Horticulture Industry since 1946!</strong>
      </p>
      <p class="headline2">
      Greenhouse Manufacturer, Distributor, Importer-Exporter
      </p>
      <!-- GOOGLE SEARCH BAR -->
      <div id="search">
      <script>
       (function() {
         var cx = '012638349221202464299:v2_ozdezeny';
         var gcse = document.createElement('script');
         gcse.type = 'text/javascript';
         gcse.async = true;
         gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
             '//www.google.com/cse/cse.js?cx=' + cx;
         var s = document.getElementsByTagName('script')[0];
         s.parentNode.insertBefore(gcse, s);
      </script>
      <gcse:search></gcse:search>
      </div>
      </div>
      </div>
        <!--Begin Navigation-->
    <div id="menuBtn" class="menu-trigger">
        <div></div>
        <div></div>
        <div></div>
    </div>
    <div id="first-nav">
    <ul>
      <li><a href="http://www.gothicarchgreenhouses.com" title="Home">Home </a></li>
      <li><a href="rebuild/contactus.html" title="Contact Us">Contact Us</a></li>
      <li><a href="rebuild/history.html" title="About Us">About Us</a></li>
      <li><a href="rebuild/customers.htm" title="Customer Photo Gallery">Customer Photo Gallery</a></li>
      <li><a href="rebuild/orderpage.html" rel="nofollow" title="Terms &amp; Conditions" >Terms &amp; Conditions</a></li>
        </ul>
    </div>
    <!-- MAIN DROP DOWN Navigation -->
      <nav>
      <label for="show-menu" class="show-menu">Show Menu</label>
      <input type="checkbox" id="show-menu" name="button">
      <ul id="menu">
      <li>
      <a href="#">HOBBY GREENHOUSES ↓</a>
      <ul class="hidden">
    <li><a href="rebuild/Lean-to-Greenhouses.htm">Aluminum Lean-To </a></li>
      <li><a href="rebuild/AC-Garden-Greenhouses.html">AC Garden Series Greenhouses</a></li>
      <li><a href="rebuild/Americana-Hobby-Greenhouse.htm">Americana Hobby </a></li>
      <li><a href="rebuild/cape-cod-greenhouses.htm">Cape Cod Greenhouse Series</a></li>
      </ul>
      </li>
      <li>
      <a href="#">INSTITUTIONAL GREENHOUSES ↓</a>
      <ul class="hidden">
      <li><a href="#">Who We Are</a></li>
      <li><a href="#">What We Do</a></li>
      </ul>
      </li>
      <li>
      <a href="#">COMMERCIAL GREEN HOUSES ↓</a>
      <ul class="hidden">
      <li><a href="#">Photography</a></li>
      <li><a href="#">Web & User Interface Design</a></li>
      <li><a href="#">Illustration</a></li>
      </ul>
      </li>
            <li>
      <a href="#">GREENHOUSE SUPPLIES ↓</a>
      <ul class="hidden">
      <li><a href="#">Photography</a></li>
      <li><a href="#">Web & User Interface Design</a></li>
      <li><a href="#">Illustration</a></li>
      </ul>
      </li>
            <li><a href="rebuild/greenhouse-gallery/index.html">PHOTO GALLERY</a></li>
      <li><a href="#">BLOG</a></li>
      </ul>
      </nav>
    </header>
    <!--End Header-->
    <main><!--MAIN-->
    <!--Sidebar-->
        <aside>
        <!-- LEFT NAVIGATION BEGINS -->
    <div id="left-nav">
      <div class="nav-box">
      <p>
      <a href="rebuild/hobby-greenhouses.html" title="Build a Hobby Garden Green House"> &raquo; Hobby</a>
      </p>
      <ul class="nav-list" id="nav-1">
      <li><a href="rebuild/Lean-to-Greenhouses.htm">Aluminum Lean-To </a></li>
      <li><a href="rebuild/AC-Garden-Greenhouses.html">AC Garden Series Greenhouses</a></li>
      <li><a href="rebuild/Americana-Hobby-Greenhouse.htm">Americana Hobby </a></li>
      <li><a href="rebuild/cape-cod-greenhouses.htm">Cape Cod Greenhouse Series</a></li>
      <li><a href="rebuild/cottage-greenhouses.htm">Cottage Greenhouse Series</a></li>
      <li><a href="rebuild/BIO-start-greenhouses.htm">BIO Start Greenhouses</a></li>
      <li><a href="rebuild/elite.html">Elite Greenhouses</a><span><a href="rebuild/on-sale.htm">On sale</a></span></li>
      <li><a href="rebuild/econo-gro-greenhouses.htm">Econo-Gro Greenhouse</a></li>
      <li><a href="rebuild/economy-greenhouse.htm">Economy Greenhouses</a></li>
      <li><a href="rebuild/Econ-Greenhouses.htm">Econ Greenhouse</a></li>
      <li class="see-more">
      <p>See More &raquo;</p>
      </li>
      <li><a href="rebuild/glass-greenhouses.html">Glass Greenhouses</a></li>
      <li><a href="rebuild/wooden-greenhouses.html">Gothic Arch Greenhouses</a><span><a href="rebuild/on-sale.htm">On sale</a></span></li>
      <li><a href="rebuild/garden-greenhouses.htm">Garden Greenhouse</a></li>
      <li><a href="rebuild/grand-hide-greenhouses.html">Grand Hideaway </a></li>
      <li><a href="rebuild/gro-pro-greenhouse.htm">Gro-Pro Greenhouses</a></li>
      <li><a href="rebuild/gardener-greenhouses.htm">Gardener Greenhouses Package</a></li>
      <li><a href="rebuild/Grow-Greenhouse.htm">Grow It Greenhouses</a></li>
      <li><a href="rebuild/Home-Gardener.html">Home Gardener</a></li>
      <li><a href="rebuild/hobby-house.htm">Hobby House</a></li>
      <li><a href="rebuild/Halls-Greenhouses.htm">Halls Greenhouse Kits</a></li>
      <li><a href="rebuild/juliana-greenhouses.html">Juliana Greenhouse</a><span><a href="rebuild/on-sale.htm">On sale</a></span></li>
      <li><a href="rebuild/custom-greenhouses.html">Luxury Greenhouses</a></li>
      <li><a href="rebuild/mini-greenhouse.htm">Mini Greenhouse Cold Frame</a></li>
      <li><a href="rebuild/ml-silver-greenhouse.htm">M-L Silver Greenhouses</a></li>
      <li><a href="rebuild/pacific-greenhouses.htm">Pacific Greenhouses Series</a></li>
      <li><a href="rebuild/Portable-Greenhouses.htm">Portable Green Houses</a></li>
      <li><a href="rebuild/riga.html">Riga Greenhouses</a></li>
      <li><a href="rebuild/pool-enclosures.html">Residential Pool Enclosures</a></li>
      <li><a href="rebuild/snap-grow-greenhouse.html">Snap-grow Greenhouse</a></li>
      <li><a href="rebuild/store-grow-greenhouse.html">Store Grow Greenhouses</a></li>
      <li><a href="rebuild/conservatory-greenhouses.htm">Solar Garden Greenhouses</a></li>
      <li><a href="rebuild/traditional-greenhouses.htm">Traditional Greenhouse Series</a></li>
      <li><a href="rebuild/Victorian.html">Victorian Glass Greenhouses</a><span><a href="rebuild/on-sale.htm">On sale</a></span></li>
      </ul>
      </div>
      <div class="nav-box">
      <p>
      <a href="rebuild/hobby-greenhouses.html" title="Build a Hobby Garden Green House">&raquo; Backyard Product</a>
      </p>
      <ul class="nav-list">
      <li><a href="rebuild/Gazebos.htm">Gazebos </a></li>
      <li><a href="rebuild/glass-garden-sunroom.htm">Glass Garden Sunroom</a></li>
      <li><a href="rebuild/garden-prince-sunroom.htm">Garden Prince Sunroom</a></li>
      </ul>
      </div>
      <div class="nav-box">
      <p>
      <a href="rebuild/commercialgreenhouses.html" title="Building a Commercial Greenhouses ">&raquo; Commercial</a>
      </p>
      <ul class="nav-list" id="nav-3">
      <li><a href="rebuild/arch-greenhouses.htm">Arch Series Greenhouses</a></li>
      <li><a href="rebuild/greenhouses-at.htm">AT Greenhouses</a></li>
      <li><a href="rebuild/applachian.htm">A-Frame Greenhouses</a></li>
      <li><a href="rebuild/BK-GREENHOUSES.htm">BK Greenhouses</a></li>
      <li><a href="rebuild/cold-frames-greenhouse.htm">Cold Frames &amp; High Tunnels</a><span><a href="rebuild/on-sale.htm">On sale</a></span></li>
      <li><a href="rebuild/Classic.htm">Classic Greenhouse</a></li>
      <li><a href="rebuild/pool_enclosures_comm.html">Commercial Pool Enclosures</a></li>
      <li><a href="rebuild/clearspan-fabric-structures.htm">CS Fabric Structures</a></li>
      <li><a href="rebuild/DF-Greenhouse.htm">DF Series Greenhouses</a></li>
      <li><a href="rebuild/Expansion_Mansion.htm">Expansion Mansion Greenhouses</a></li>
      <li class="see-more">
      <p>See More &raquo;</p>
      </li>
      <li><a href="rebuild/free_air.htm">Free-Air Series Greenhouses</a></li>
      <li><a href="rebuild/commercialgreenhousespackages.html">Greenhouse Packages</a><span><a href="rebuild/on-sale.htm">On sale</a></span></li>
      <li><a href="rebuild/gable-greenhouses.htm">Gable Series Greenhouses</a></li>
      <li><a href="rebuild/ranges.htm">Range Greenhouses</a></li>
      <li><a href="rebuild/gothic-greenhouses.htm">Gothic Pro-Gro Greenhouses</a></li>
      <li><a href="rebuild/Majestic-connect-Greenhouses.htm">Majestic Connect Greenhouses</a></li>
      <li><a href="rebuild/Natural_Ventilation.htm">Natural Ventilation Greenhouses</a></li>
      <li><a href="rebuild/PT-30-greenhouses.html">PT-30 Greenhouse</a></li>
      <li><a href="rebuild/quonset.html">Quonset Greenhouse</a></li>
      <li><a href="rebuild/RM-Greenhouses.html">RGS Greenhouses</a></li>
      <li><a href="rebuild/ranger.htm">Ranger Greenhouses</a></li>
      <li><a href="rebuild/retailgreenhouses.html">Retail Greenhouse</a></li>
      <li><a href="rebuild/retractable_roof.htm">Retractable Roof Greenhouse</a></li>
      <li><a href="rebuild/research-greenhouses.htm">Research Level Greenhouses</a></li>
      <li><a href="rebuild/superstar.htm">Superstar Series Greenhouses</a></li>
      <li><a href="rebuild/solarstar.htm">Solarstar Greenhouse</a></li>
      <li><a href="rebuild/Shadehouses.htm">Shadehouses</a></li>
      </ul>
      </div>
      <div class="nav-box">
      <p>
      <a href="rebuild/institutionalgreenhouses.html" title="Institutional Greenhouse to Build">&raquo; Institutional</a>
      </p>
      <ul class="nav-list">
      <li><a href="rebuild/institutionalgreenhouses.html">Greenhouse Systems</a></li>
      <li><a href="rebuild/commercialgreenhousespackages.html">Greenhouse Packages</a></li>
      <li><a href="rebuild/research-greenhouses.htm">Research Level Greenhouses</a></li>
      <li><a href="rebuild/10-25.PDF" target="_blank">Level I for 10-25 Students</a></li>
      <li><a href="rebuild/26-50.PDF" target="_blank">Level II for 26-50 Students</a></li>
      <li><a href="rebuild/51-100.PDF" target="_blank">Level III for 51-100 Students</a></li>
      <li><a href="rebuild/100+.PDF" target="_blank">Level IV for 100+ Students</a></li>
      </ul>
      </div>
      <div class="nav-box">
      <p>
      <a href="http://www.globalgreenhousesystems.com/" rel="nofollow" target="_blank">&raquo; International Project</a>
      </p>
      <ul class="nav-list">
      <li><a href="rebuild/BK-GREENHOUSES.htm">BK-Greenhouses</a></li>
      <li><a href="rebuild/international_press_rele.htm">International Project</a></li>
      <li><a href="rebuild/ranges.htm">Greenhouse Range</a></li>
      <li><a href="http://www.globalgreenhousesystems.com" rel="nofollow" target="_blank">Greenhouse Supplies</a></li>
      <li><a href="http://www.globalgreenhousesystems.com" rel="nofollow" target="_blank">Protected Agriculture</a></li>
      </ul>
      </div>
      <div class="nav-box">
      <p>
      <a href="rebuild/supplies1.html" title="Garden Supplies">Greenhouse Supplies</a>
      </p>
      <ul class="nav-list" id="nav-6">
      <li><a href="rebuild/aquaculture.htm">Aquaculture/Aquaponics</a></li>
      <li><a href="rebuild/benches.htm">Benches</a></li>
      <li><a href="rebuild/carts.htm">Carts</a></li>
      <li><a href="rebuild/circulation_fans.htm">Circulation Fans (HAF)</a></li>
      <li><a href="rebuild/greenhouse_cooling.htm">Cooling</a></li>
      <li><a href="rebuild/greenhouse-environmental-controls.htm">Controls/Thermostats</a></li>
      <li><a href="rebuild/coverings.htm">Coverings</a></li>
      <li><a href="rebuild/fertilizer-injectors.htm">Fertilizer Injectors</a></li>
      <li><a href="rebuild/flooring.htm">Flooring</a></li>
      <li><a href="rebuild/ground_cover.htm">Ground Cover/Crop Cover</a></li>
      <li class="see-more">
      <p>See More &raquo;</p>
      </li>
      <li><a href="rebuild/commercial-steel-roll-up-door.htm">Greenhouse Door</a></li>
      <li><a href="rebuild/heating.htm">Heating</a></li>
      <li><a href="rebuild/Hydroponics-System-Kits.htm">Hydroponic Systems</a></li>
      <li><a href="rebuild/insect_screens.htm">Insect Screens</a></li>
      <li><a href="rebuild/irrigation_systems_and_watering.htm">Irrigation/Watering Systems</a></li>
      <li><a href="rebuild/instruments.htm">Instruments</a></li>
      <li><a href="rebuild/lighting.htm">Lighting</a></li>
      <li><a href="rebuild/nutrients_supplements.htm">Nutrients/Supplements</a></li>
      <li><a href="rebuild/plastic-planting-pots.htm">Planting Pots/Containers</a></li>
      <li><a href="rebuild/pondliners.htm">Pond Liners</a></li>
      <li><a href="rebuild/raised-bed-kits.htm">Raised beds</a></li>
      <li><a href="rebuild/seed-propagation-supplies.htm">Seed Propagation Supplies</a></li>
      <li><a href="rebuild/shade_cloth.htm">Shade Cloth</a></li>
      <li><a href="rebuild/sterilizers_mixers.htm">Sterilizers/Mixers</a></li>
      <li><a href="rebuild/commercial_steam_soil_sterilizer.htm">Steam soil sterilizer</a></li>
      <li><a href="rebuild/Sprayers.htm">Sprayers</a></li>
      <li><a href="rebuild/ventilation.htm">Ventilation</a></li>
      </ul>
      </div>
      <div class="nav-box">
      <p>
      <a href="#" title="Information Resources">Information Resource</a>
      </p>
      <ul class="nav-list">
      <li><a href="rebuild/build-a-greenhouses.htm"> Build a Greenhouse</a></li>
      </ul>
      </div>
      <div class="nav-box-sale">
      <p>
      <a href="rebuild/on-sale.htm"><img style="border:0; height:115px; width:199px;" alt="Sale of the week" src="_images/sale.jpg"></a>
      </p>
      <div class="see-more">
      <p>Learn More Today! &raquo;</p>
      </div>
      </div>
      <div class="nav-box"><!-- InstanceBeginEditable name="Comment Region" -->
       <p> <a href="rebuild/supplies1.html" title="Garden Supplies">Client Comments:</a> </p>
          <p class="comments"> I was at my greenhouse today putting in plants for the winter and the decal on the storm door caught my eye , even though I've seen it hundreds of times since 1986. I decided to call  the number on the decal, an old 205 area code for Gothic,  which was not in service, so I
            googled the company and found your website and number. I called and explained to the person that answered (Kim I think) that my friend and I had purchased the Gothic arch greenhouse from you in 1986 and still going strong! </p>
          <p class="comments">My friend and I put the greenhouse up in spring of 1986.</p>
          <p class="comments"><strong>- J. Seamone</strong></p>
        <!-- InstanceEndEditable --></div>
    </div>
    </aside>
    <!-- END: Left Navigation -->
        <!--MAIN CONTENT-->
        <section><!-- InstanceBeginEditable name="Main Content" -->
        <h2 class="hidden">Gothic Arch Green Houses</h2>
        <img class="responsiveImg" src="_images/4-Year1.jpg" alt="Greenhouse Poly Films">
        <article>
        <h1 class="title">Greenhouse Poly Films</h1>
        <p>GT greenhouse poly films show up in a hurry, but you can plan on them sticking around for a while. That's because GT greenhouse poly  films are made from the toughest polyethylene resin in the business, on the strongest extruder in the business. That means you can count on GT greenhouse poly films to unfold easily, install quickly and stand up to Four Years of UV bombardment.<br>
          <br>
          Sheet Width - One layer of film (SF = W x L) <br>
          Tube Width - Two layers of film (SF = W x 2 x L) <br>
          <strong><br>
          GT - 4 Year Greenhouse Poly Film</strong> <br>
          <strong>GT-IRAD - 4 Year</strong> <strong>Greenhouse Poly Film</strong>  with infra-red properties to hold in heat and also with Anti-Condensate to diminish dripping within your greenhouse <br>
        <strong>Overwinter Greenhouse Poly Film</strong>- Single Season Film </p>
       </article>
        <!-- BEGIN TABBED CONTENT -->
        <script type="text/javascript">
    $(document).ready(function(){
        $("ul#tabs li").click(function(e){
            if (!$(this).hasClass("active")) {
                var tabNum = $(this).index();
                var nthChild = tabNum+1;
                $("ul#tabs li.active").removeClass("active");
                $(this).addClass("active");
                $("ul#tab li.active").removeClass("active");
                $("ul#tab li:nth-child("+nthChild+")").addClass("active");
        </script>
        <ul id="tabs">
          <li class="active">Options</li>
          <li>Pricing</li>
          <li>Specifications</li>
          <li>Support</li>
          <li>Accessories</li>
        </ul>
        <ul id="tab">
          <!-- Options TAB -->
          <li class="active">
            <h2>Options N/A</h2>
           <!-- Pricing TAB -->
          <li>
            <h2>Pricing</h2>
            <!-- Table Headers -->
            <table class="gridtable">
              <tr>
                <th>Film</th>
                <th>Warranty</th>
                <th>Sheet widths (Any length)</th>
                <th>Tube widths</th>
      <th>Price</th>
              </tr>
              <tr><td colspan="5"> </td></tr>
              <tr>
                <td>6mil Clear</td>
                <td>4year</td>
                <td>12', 14', 16', 18', 20', 21, 22', 24', 25', 26', a28', 32', 36', 40', 42', 44', 48', 50', 52</td>
                <td>10',12',14',16', 18', 20',22',24' 25',26' </td>
      <td>$0.12</td>
              </tr>
              <tr>
                <td>6mil IRAD Clear</td>
                <td>4year</td>
                <td>12', 14', 16

  • Newbie help me obi wans: ...coded locked by template or translator

    Hi Folks,
    I'm such a newbie to DW   I've been using it for a few years actually, but in a very basic sense.
    I dloaded a template, added some graphics, made some buttons etc.. and of course text, but when it comes to coding,
    I've only figure out how to add spaces  lol
    I'm trying to add a flash video to my samples page.  I can add images, but every time I add the .flv, I receive the subject message.
    So here are 2 issues:
    1. I don't know if this related to #2, but I can't erase the 3rd column...or even use it. it's locked - I see a circle with a line through it.  The template I bought did say it was 3 columns, but I don't understand why I can't touch it.  I've attached a tiff of what it looks like right now.
    2. as the subject says "changing code is locked by the template is locked a template or translator" is giving me grief.
    I've reviewed the previous posts on the subject, but I'm afraid my newbie-ness has left me not knowing what to do.  ie. I can't find a time/date to change...I see the <head> and <script>, but they're greyed out on the one page I'm trying to edit.  They're not greyed out on the template page however.
    I also tried saving my .dwt as a new template, but that didn't work either.
    Here is code for my Samples page.  I'll post the code for the template page under that.
    <html><!-- #BeginTemplate "/Templates/Main2.dwt" --><!-- DW6 -->
    <head>
    <!-- #BeginEditable "doctitle" -->
    <title>dvdslideshow</title>
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    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_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <!-- #EndEditable -->
    <LINK REL=STYLESHEET TYPE="text/css" HREF="../style.css">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <script language="JavaScript" 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];}}
    //-->
    </script>
    </head>
    <body bgcolor="#FFFFFF" text="#000000" onLoad="MM_preloadImages('../oldafter.jpg','../hockey new 281.jpg','../sp40 fixed.jpg','../redeyegone.jpg','../yellowfinal.jpg','../sp900_800.jpg','../soloedited.jpg ','../breton_done_web.jpg')">
    <table width="0%" border="0" cellspacing="0" cellpadding="0">
      <!--DWLayoutTable-->
      <tr>
        <td width="128" rowspan="8" valign="top" bgcolor="#EBEBE3"> <table width="128" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td><img src="../images/menutop.gif" width="128" height="18"></td>
            </tr>
            <tr>
              <td><p><a href="../index.htm"><img name="Image35" border="0" src="../images/menu/home.gif" width="128" height="19"></a><br>
                  <a href="../services.htm"><img name="Image36" border="0" src="../images/menu/products.gif" width="128" height="19"></a><br>
                  <a href="../samples.htm"><img name="Image37" border="0" src="../images/menu/services.gif" width="128" height="19"></a><br>
                  <a href="../pricing.htm"><img name="Image38" border="0" src="../images/menu/aboutus.gif" width="128" height="19"></a><br>
                  <a href="../the_process.htm"><img name="Image39" border="0" src="../images/menu/company.gif" width="128" height="19"></a><br>
                  <a href="../testimonials.htm"><img name="Image40" border="0" src="../images/menu/links.gif" width="128" height="19"></a><br>
                  <a href="../faq.htm"><img name="Image41" border="0" src="../images/menu/guestbook.gif" width="128" height="19"></a><br>
                  <a href="../disclaimers.htm"><img name="Image42" border="0" src="../images/menu/photo.gif" width="128" height="19"></a><br>
                  <a href="../contact me.htm"></a><a href="../contact_me.htm"><img name="Image45" border="0" src="../images/menu/email.gif" width="128" height="19"></a>
                  <a href="../contact me.htm"></a><a href="../contact me.htm"></a></p></td>
            </tr>
            <tr>
              <td><a href="../specials.htm"><img src="../images/menubottom2.jpg" width="128" height="18" border="0"></a></td>
            </tr>
            <tr>
              <td><img src="../images/sidetop.gif" width="128" height="17"></td>
            </tr>
            <tr>
              <td align="center"><strong>Celebrate a milestone birthday or anniverary
                with a <u>DVD Photo Slideshow</u>. <a href="slideshows2dvd.htm">Click
                here for more details.</a></strong></td>
            </tr>
            <tr>
              <td align="center"> <table width="96%" border="0" cellspacing="0" cellpadding="0" align="center">
                  <tr>
                    <td class="news"><br>
                      <a href="audiotransfers.htm"><img src="../LPcassettes.jpg" width="180" height="152" border="0"></a>
                    </td>
                  </tr>
                </table></td>
            </tr>
          </table>
          <p align="center"><font size="+2">Donations!</font></p>
          <p align="center"> 5% of Memories2dvd's annual revenue will be donated equally
            between the <a href="http://www.cancer.ca/ccs/internet/cancer/0,,3172,00.html"><strong>Canadian
            Cancer Society</strong></a> and the <a href="http://junobeach.org/Centre/index.html"><strong>Juno
            Beach Memorial</strong></a></p>
          <p> </p></td>
        <td width="3" rowspan="7"><img src="../images/clearpixel.gif" width="3" height="1"></td>
        <td width="16" height="56" bgcolor="#6D9A50"><img src="../images/topleft.gif" width="16" height="56"></td>
        <td width="100%" valign="bottom" bgcolor="#6D9A50"><img src="../name.gif" width="360" height="50"></td>
        <td width="16"><img src="../images/topright.gif" width="16" height="56"></td>
      </tr>
      <tr>
        <td colspan="3" height="2"><img src="../images/clearpixel.gif" width="1" height="2"></td>
      </tr>
      <tr>
        <td height="6" colspan="3" bgcolor="#006D15"><img src="../images/clearpixel.gif" width="1" height="6"></td>
      </tr>
      <tr>
        <td colspan="3" height="2"><img src="../images/clearpixel.gif" width="1" height="2"></td>
      </tr>
      <tr>
        <td height="21" bgcolor="#EBEBE3"><img src="../images/lightleft.gif" width="16" height="21"></td>
        <td align="right" bgcolor="#EBEBE3"><div align="left"><strong><a href="mailto:[email protected]">CONTACT
            INFORMATION: Phone: 613-324-2383___ E-MAIL</a> | <a href="../about_me.htm">About
            Me</a></strong> </div></td>
        <td bgcolor="#EBEBE3"> </td>
      </tr>
      <tr>
        <td height="11"><img src="../images/clearpixel.gif" width="1" height="11"></td>
        <td align="right" valign="top"><img src="../images/lightcorner.gif" width="10" height="11"></td>
        <td bgcolor="#EBEBE3"><img src="../images/clearpixel.gif" width="1" height="11"></td>
      </tr>
      <tr>
        <td height="650" colspan="2"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="16" rowspan="2"><img src="../images/innertopleft.gif" width="16" height="16"></td>
              <td bgcolor="#006D15" height="1"><img src="../images/clearpixel.gif" width="1" height="1"></td>
              <td width="16" rowspan="2"><img src="../images/innertopright.gif" width="18" height="16"></td>
            </tr>
            <tr>
              <td width="100%"><img src="../images/clearpixel.gif" width="1" height="15"></td>
            </tr>
            <tr>
              <td background="../images/leftbg.gif"><img src="../images/clearpixel.gif" width="16" height="8"></td>
              <td width="100%" valign="top"> <div align="center">
                  <table width="100%" border="0" cellspacing="2" cellpadding="2">
                    <!--DWLayoutTable-->
                    <!-- #BeginEditable "Body" -->
                  <tr>
                    <td width="267" height="145" valign="top"><p><img src="../pg t samples.jpg" width="119" height="34"></p>
                        <p>It's one thing to read about my services, but once you
                          actually see the results, you will realize that personalization
                          is the key to your DVD project. Aside from your photos,
                          video and favourite music, I completely personalize every
                        aspect of your DVD right from the packaging to the DVD menus.</p>
                        <p>Click <a href="testimonials.htm"><strong>here</strong></a> to read client testimonials.</p>
                        <p>Click on the thumbnails below to view various samples from
                          recent projects.</p>
                        <p><em>All samples have been reduced in quality to be internet
                          friendly. Original versions are of superior quality and
                          full-TV size. </em></p>
                        <p>You will need Apple's Quicktime player to view the movie
                          files. The free download is available by clicking <a href="http://www.apple.com/quicktime/products/qt"><strong>here</strong></a>.</p>
                      <p> </p>                    </td>
                    <td width="290" align="center" valign="top"><p> </p>
                        <p> </p>
                        <p align="center">Follow these links to read about other services:</p>
                        <div align="left">
                          <ul>
                            <li><strong><a href="homedvds.htm"><font size="+1">Video
                            and Reel Transfers</font></a></strong></li>
                            <li><font size="+1"><strong><a href="slideshows2dvd.htm">Photo
                              Slideshows</a></strong></font></li>
                            <li><font size="+1"><strong><a href="../photorestorations.htm">Photo
                              Transfers and Restorations</a></strong></font></li>
                            <li> <font size="+1"><strong><a href="audiotransfers.htm">Audio
                              Transfers</a></strong></font></li>
                          </ul>
                        </div>
                        <p> </p>
                        <p align="right"> </p>
                      <p> </p></td>
                  </tr>
                  <tr valign="top">
                    <td height="232" colspan="2" valign="top"> <p align="left"><strong><font size="+1">PHOTOSLIDESHOW
                          SAMPLES:</font></strong></p>
                      <p align="left"> </p>
                      <p align="left">The following slideshow was recently done for a surprise birthday party.</p>
                      <p align="center"><a href="Sshowsample.mp4"><img src="Sshowsample2.jpg" width="163" height="89"></a></p>
                      <p align="left">Photographs with voice over narration and
                          text titles were combined to create a presentation that
                          will provide generations with a history on their forefather
                          in this biography.</p>
                        <p align="center"><a href="../biography.wmv"><img src="../bio111.jpg" width="111" height="73" border="0"></a></p>
                        <p align="left"> </p>
                        <p align="left">This couple were married by a lake in a beautiful
                          wedding. I compiled camcorder footage along with photographs
                          into a memorable DVD, complete with a bonus music video.
                        <p align="center"><a href="../ceremusicvidsam.mp4"><img src="../arbour.jpg" width="111" height="72" border="0"></a>
                        <p align="left"><strong><font size="+1">8mm REEL COLOUR CORRECTION
                          SAMPLE:</font></strong>
                        <p align="left">Are you videos dark, too bright or discoloured?
                          I can edit your tapes and film to repair colour issues,
                        bringing your movies back to life.                   
                        Click <a href="http://homepage.mac.com/memories2dvd/iMovieTheater30.html"><strong>HERE</strong></a> to view samples.
                        <p align="left"><strong><font size="+1">PHOTO RESTORATION
                          SAMPLES</font></strong>
                        <p align="left">These samples illustrate the various types
                          of blemishes which can be dealt with to restore your photographs.</p>
                        <p align="left"> <strong><u><font size="3">Simply move your
                          mouse cursor over each photo to see the difference.</font></u></strong></p>
                        <p align="left"><strong>General Dust/Blemish Removal</strong></p>
                        <p align="left"> </p>
                        <p> </p>
                        <div align="center">
                          <p align="left"> </p>
                        </div>
                        <p align="left"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('sp40 fix','','../sp40 fixed.jpg',1)"><img src="../sp40_orig.jpg" name="sp40 fix" width="600" height="418" border="0"></a></p>
                        <p align="left"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image56','','../hockey new 281.jpg',1)"><img src="../hockey old 281.jpg" name="Image56" width="270" height="163" border="0"></a></p>
                        <p align="left"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('oldsue','','../oldafter.jpg',1)"><img src="../oldbefore.jpg" name="oldsue" width="320" height="501" border="0"></a></p>
                        <p align="left"><strong>Red Eye Removal</strong></p>
                        <p align="left"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image55','','../redeyegone.jpg',1)"><img src="../redeye.jpg" name="Image55" width="231" height="416" border="0"></a></p>
                        <p align="left"><strong>Colour &amp; Stain Removal</strong></p>
                        <p align="left"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('yellow','','../yellowfinal.jpg',1)"><img src="../yelloworig.jpg" name="yellow" width="270" height="395" border="0"></a></p>
                        <p align="left"><strong>Contrast &amp; Exposure Adjustments
                          and Crack Removals </strong>
                        <p align="left"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('breton','','../breton_done_web.jpg',1)"><img src="../breton base_web.jpg" name="breton" width="539" height="1000" border="0"></a>                   
                        <p align="left"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('cracks','','../sp900_800.jpg',1)"><img src="../sp9orig.jpg" name="cracks" width="600" height="410" border="0"></a>
                        <p align="left"><strong>Isolation of Main Subject</strong>
                        <p align="left"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('isolation','','../soloedited.jpg',1)"><img src="../15sisters.jpg" name="isolation" width="300" height="500" border="0"></a>
                        <p align="left"> </p>
                        <p><br>
                          <img src="../images/clearpixel.gif" width="430
    " height="1"> </p>                    </td>
                  </tr>
                  <!-- #EndEditable -->
                    <tr valign="top">
                      <td height="88" colspan="4" align="center" class="menu"> <p><img src="../images/hr.gif" width="361" height="1"></p>
                        <p class="menu" ><a href="../index.htm"><strong>home</strong></a><strong>
                          | <a href="../services.htm">services</a> | <a href="../sample.htm">samples</a>
                          | <a href="../pricing.htm">pricing</a> | <a href="../testimonials.htm">testimonials</a>
                          | <a href="../the_process.htm">the process</a><br>
                          <a href="../faq.htm"> f.a.q.</a> | <a href="../disclaimers.htm">disclaimers</a>
                          | <a href="../contact_me.htm">contact me</a> | <a href="../about_me.htm">about
                          me</a></strong></p>
                        <p class="menu" >Copyright Memories2dvd<a href="http://www.ibswebdesign.com/" target="_blank"></a>
                          2003 - 2009 All Rights Reserved</p></td>
                    </tr>
                    <tr>
                      <td height="5"></td>
                      <td></td>
                      <td width="211"></td>
                      <td></td>
                    </tr>
                  </table>
                </div></td>
              <td width"23" background="../images/rightbg.gif"><img src="../images/clearpixel.gif" width="16" height="8"></td>
            </tr>
            <tr>
              <td width="16" rowspan="2"><img src="../images/innerbottomleft.gif" width="16" height="16"></td>
              <td width="100%"><img src="../images/clearpixel.gif" width="1" height="15"></td>
              <td width="16" rowspan="2"><img src="../images/innerbottomright.gif" width="18" height="16"></td>
            </tr>
            <tr>
              <td width="1" bgcolor="#006D15" height="1"><img src="../images/clearpixel.gif" width="1" height="1"></td>
            </tr>
          </table></td>
        <td bgcolor="#EBEBE3"> </td>
      </tr>
      <tr>
        <td height="5" colspan="3"><img src="../images/clearpixel.gif" width="1" height="5"></td>
        <td bgcolor="#EBEBE3"><img src="../images/clearpixel.gif" width="1" height="5"></td>
      </tr>
      <tr>
        <td height="20" bgcolor="#006D15"><img src="../images/bottomleftcorner.gif" width="16" height="20"></td>
        <td colspan="3" bgcolor="#006D15"> </td>
        <td bgcolor="#006D15"><img src="../images/bottomrightcorner.gif" width="16" height="20"></td>
      </tr>
    </table>
    </body>
    <!-- #EndTemplate --></html>
    CODE FOR THE TEMPLATE PAGE:
    <html>
    <head>
    <!-- #BeginEditable "doctitle" -->
    <title>Untitled Document.</title>
    <!-- #EndEditable -->
    <LINK REL=STYLESHEET TYPE="text/css" HREF="../style.css">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <script language="JavaScript" 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];}}
    //-->
    </script>
    </head>
    <body bgcolor="#FFFFFF" text="#000000">
    <table width="0%" border="0" cellspacing="0" cellpadding="0">
      <!--DWLayoutTable-->
      <tr>
        <td width="128" rowspan="8" valign="top" bgcolor="#EBEBE3"> <table width="128" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td><img src="../images/menutop.gif" width="128" height="18"></td>
            </tr>
            <tr>
              <td><p><a href="../index.htm"><img name="Image35" border="0" src="../images/menu/home.gif" width="128" height="19"></a><br>
                  <a href="../services.htm"><img name="Image36" border="0" src="../images/menu/products.gif" width="128" height="19"></a><br>
                  <a href="../samples.htm"><img name="Image37" border="0" src="../images/menu/services.gif" width="128" height="19"></a><br>
                  <a href="../pricing.htm"><img name="Image38" border="0" src="../images/menu/aboutus.gif" width="128" height="19"></a><br>
                  <a href="../the_process.htm"><img name="Image39" border="0" src="../images/menu/company.gif" width="128" height="19"></a><br>
                  <a href="../testimonials.htm"><img name="Image40" border="0" src="../images/menu/links.gif" width="128" height="19"></a><br>
                  <a href="../faq.htm"><img name="Image41" border="0" src="../images/menu/guestbook.gif" width="128" height="19"></a><br>
                  <a href="../disclaimers.htm"><img name="Image42" border="0" src="../images/menu/photo.gif" width="128" height="19"></a><br>
                  <a href="../contact%20me.htm"></a><a href="../contact_me.htm"><img name="Image45" border="0" src="../images/menu/email.gif" width="128" height="19"></a>
                  <a href="../contact%20me.htm"></a><a href="../contact%20me.htm"></a></p></td>
            </tr>
            <tr>
              <td><a href="../specials.htm"><img src="../images/menubottom2.jpg" width="128" height="18" border="0"></a></td>
            </tr>
            <tr>
              <td> </td>
            </tr>
            <tr>
              <td align="center"><strong>Celebrate a milestone birthday or anniverary
                with a <u>DVD Photo Slideshow</u>. <a href="../slideshows2dvd.htm">Click
                here for more details.</a></strong></td>
            </tr>
            <tr>
              <td align="center"> <table width="96%" border="0" cellspacing="0" cellpadding="0" align="center">
                  <tr>
                    <td class="news"><br>
                      <a href="../audiotransfers.htm"><img src="../LPcassettes.jpg" width="180" height="152" border="0"></a>
                    </td>
                  </tr>
                </table></td>
            </tr>
          </table>
          <p align="center"><font size="+2">Donations!</font></p>
          <p align="center"> 5% of Memories2dvd's annual revenue will be donated equally
            between the <a href="http://www.cancer.ca/ccs/internet/cancer/0,,3172,00.html"><strong>Canadian
            Cancer Society</strong></a> and the <a href="http://junobeach.org/Centre/index.html"><strong>Juno
            Beach Memorial</strong></a></p>
          <p> </p></td>
        <td width="3" rowspan="7"><img src="../images/clearpixel.gif" width="3" height="1"></td>
        <td width="16" height="56" bgcolor="#6D9A50"><img src="../images/topleft.gif" width="16" height="56"></td>
        <td width="100%" valign="bottom" bgcolor="#6D9A50"><img src="../name.gif" width="360" height="50"></td>
        <td width="16"><img src="../images/topright.gif" width="16" height="56"></td>
      </tr>
      <tr>
        <td colspan="3" height="2"><img src="../images/clearpixel.gif" width="1" height="2"></td>
      </tr>
      <tr>
        <td height="6" colspan="3" bgcolor="#006D15"><img src="../images/clearpixel.gif" width="1" height="6"></td>
      </tr>
      <tr>
        <td colspan="3" height="2"><img src="../images/clearpixel.gif" width="1" height="2"></td>
      </tr>
      <tr>
        <td height="21" bgcolor="#EBEBE3"><img src="../images/lightleft.gif" width="16" height="21"></td>
        <td align="right" bgcolor="#EBEBE3"><div align="left"><strong><a href="mailto:[email protected]">CONTACT
            INFORMATION: Phone: 613-831-9365___ E-MAIL</a> | <a href="../about_me.htm">About
            Me</a></strong> </div></td>
        <td bgcolor="#EBEBE3"> </td>
      </tr>
      <tr>
        <td height="11"><img src="../images/clearpixel.gif" width="1" height="11"></td>
        <td align="right" valign="top"><img src="../images/lightcorner.gif" width="10" height="11"></td>
        <td bgcolor="#EBEBE3"><img src="../images/clearpixel.gif" width="1" height="11"></td>
      </tr>
      <tr>
        <td height="650" colspan="2"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="16" rowspan="2"><img src="../images/innertopleft.gif" width="16" height="16"></td>
              <td bgcolor="#006D15" height="1"><img src="../images/clearpixel.gif" width="1" height="1"></td>
              <td width="16" rowspan="2"><img src="../images/innertopright.gif" width="18" height="16"></td>
            </tr>
            <tr>
              <td width="100%"><img src="../images/clearpixel.gif" width="1" height="15"></td>
            </tr>
            <tr>
              <td background="../images/leftbg.gif"><img src="../images/clearpixel.gif" width="16" height="8"></td>
              <td width="100%" valign="top"> <div align="center">
                  <table width="100%" border="0" cellspacing="2" cellpadding="2">
                    <!--DWLayoutTable-->
                    <!-- #BeginEditable "Body" -->
                    <tr>
                      <td width="329" height="189" valign="top"><p><img src="../pg%20t%20instrucnl.jpg" width="300" height="27"></p>
                        <p align="left">From teachers to health care professionals
                          to corporate trainers, I can help you create a compelling
                          instructional video. Using techniques such as Picture in
                          Picture will deliver your educational knowledge with extra
                          value. The ease of navigation of DVD makes instruction more
                          efficient and effective.</p></td>
                      <td width="4" valign="top"><img src="images/hr.gif" width="1" height="125"> </td>
                      <td colspan="2" valign="top"><p><img src="../pg%20t%20blank.jpg" width="204" height="27
    "></p>
                        <p>Follow these links to read about other services:</p>
                        <div align="left">
                          <ul>
                            <li><a href="../homedvds.htm">classic home videos</a></li>
                            <li> <a href="../weddings2dvd.htm">weddings2dvd</a></li>
                            <li> <a href="../sports2dvd.htm">sports2dvd</a></li>
                            <li> <a href="../slideshows2dvd.htm">DVD photo slideshows</a></li>
                            <li> <a href="../reunions2dvd.htm">reunions2dvd</a></li>
                            <li> <a href="instructionaldvds.htm">instructional DVD</a></li>
                          </ul>
                        </div></td>
                    </tr>
                    <tr>
                      <td height="3
    50" colspan="3" valign="top"><p align="center"><img src="../images/hr.gif" width="361" height="1"></p>
                        <p align="left">  </p>
                        <p align="left">Please click <a href="../sample.htm"><strong>here</strong></a>
                          to view real samples from recent projects.<br>
                        </p></td>
                      <td width="2" valign="top"><!--DWLayoutEmptyCell--> </td>
                    </tr>
                    <!-- #EndEditable -->
                    <tr valign="top">
                      <td height="88" colspan="4" align="center" class="menu"> <p><img src="../images/hr.gif" width="361" height="1"></p>
                        <p class="menu" ><a href="../index.htm"><strong>home</strong></a><strong>
                          | <a href="../services.htm">services</a> | <a href="../sample.htm">samples</a>
                          | <a href="../pricing.htm">pricing</a> | <a href="../testimonials.htm">testimonials</a>
                          | <a href="../the_process.htm">the process</a><br>
                          <a href="../faq.htm"> f.a.q.</a> | <a href="../disclaimers.htm">disclaimers</a>
                          | <a href="../contact_me.htm">contact me</a> | <a href="../about_me.htm">about
                          me</a></strong></p>
                        <p class="menu" >Copyright Memories2dvd<a href="http://www.ibswebdesign.com/" target="_blank"></a>
                          2003 - 2009 All Rights Reserved</p></td>
                    </tr>
                    <tr>
                      <td height="5"></td>
                      <td></td>
                      <td width="211"></td>
                      <td></td>
                    </tr>
                  </table>
                </div></td>
              <td width"23" background="../images/rightbg.gif"><img src="../images/clearpixel.gif" width="16" height="8"></td>
            </tr>
            <tr>
              <td width="16" rowspan="2"><img src="../images/innerbottomleft.gif" width="16" height="16"></td>
              <td width="100%"><img src="../images/clearpixel.gif" width="1" height="15"></td>
              <td width="16" rowspan="2"><img src="../images/innerbottomright.gif" width="18" height="16"></td>
            </tr>
            <tr>
              <td width="1" bgcolor="#006D15" height="1"><img src="../images/clearpixel.gif" width="1" height="1"></td>
            </tr>
          </table></td>
        <td bgcolor="#EBEBE3"><!-- TemplateBeginEditable name="EditRegion1" --><!-- TemplateEndEditable --></td>
      </tr>
      <tr>
        <td height="5" colspan="3"><img src="../images/clearpixel.gif" width="1" height="5"></td>
        <td bgcolor="#EBEBE3"><img src="../images/clearpixel.gif" width="1" height="5"></td>
      </tr>
      <tr>
        <td height="20" bgcolor="#006D15"><img src="../images/bottomleftcorner.gif" width="16" height="20"></td>
        <td colspan="3" bgcolor="#006D15"> </td>
        <td bgcolor="#006D15"><img src="../images/bottomrightcorner.gif" width="16" height="20"></td>
      </tr>
    </table>
    </body>
    </html>
    Any help is hugely appreciated.
    Cheers
    keebler

    thanks for the quick reply!
    I found the 2 things to change, but when I go back to my page...everything is gone!  eek
    (fear no panic - I did back up my website prior to making any changes
    (file attached).
    it looks like there is only 1 column instead of 3 sections. I was hoping to lose just the one on the right.
    here is the new code from my Samples page (not the template)  I"ll post that below.
    <!-- #BeginTemplate "/Templates/Main2.dwt" --><!-- DW6 --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <head>
    <!-- #BeginEditable "doctitle" -->
    <title>dvdslideshow</title>
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    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_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <!-- #EndEditable -->
    <LINK REL=STYLESHEET TYPE="text/css" HREF="public_html/style.css">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <script language="JavaScript" 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];}}
    //-->
    </script>
    </head>
    <body bgcolor="#FFFFFF" text="#000000" onLoad="MM_preloadImages('sp40 fixed.jpg','hockey new 281.jpg','oldafter.jpg','redeyegone.jpg','yellowfinal.jpg','breton_done_web.jpg','sp900_8 00.jpg','soloedited.jpg')">
    <table width="0%" border="0" cellspacing="0" cellpadding="0">
      <!--DWLayoutTable-->
      <tr>
        <td width="128" rowspan="8" valign="top" bgcolor="#EBEBE3"> <table width="128" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td><img src="public_html/images/menutop.gif" width="128" height="18"></td>
            </tr>
            <tr>
              <td><p><a href="public_html/index.htm"><img name="Image35" border="0" src="public_html/images/menu/home.gif" width="128" height="19"></a><br>
                  <a href="public_html/services.htm"><img name="Image36" border="0" src="public_html/images/menu/products.gif" width="128" height="19"></a><br>
                  <a href="public_html/samples.htm"><img name="Image37" border="0" src="public_html/images/menu/services.gif" width="128" height="19"></a><br>
                  <a href="public_html/pricing.htm"><img name="Image38" border="0" src="public_html/images/menu/aboutus.gif" width="128" height="19"></a><br>
                  <a href="public_html/the_process.htm"><img name="Image39" border="0" src="public_html/images/menu/company.gif" width="128" height="19"></a><br>
                  <a href="public_html/testimonials.htm"><img name="Image40" border="0" src="public_html/images/menu/links.gif" width="128" height="19"></a><br>
                  <a href="public_html/faq.htm"><img name="Image41" border="0" src="public_html/images/menu/guestbook.gif" width="128" height="19"></a><br>
                  <a href="public_html/disclaimers.htm"><img name="Image42" border="0" src="public_html/images/menu/photo.gif" width="128" height="19"></a><br>
                  <a href="public_html/contact me.htm"></a><a href="public_html/contact_me.htm"><img name="Image45" border="0" src="public_html/images/menu/email.gif" width="128" height="19"></a>
                  <a href="public_html/contact me.htm"></a><a href="public_html/contact me.htm"></a></p></td>
            </tr>
            <tr>
              <td><a href="public_html/specials.htm"><img src="public_html/images/menubottom2.jpg" width="128" height="18" border="0"></a></td>
            </tr>
            <tr>
              <td> </td>
            </tr>
            <tr>
              <td align="center"><strong>Celebrate a milestone birthday or anniverary
                with a <u>DVD Photo Slideshow</u>. <a href="public_html/slideshows2dvd.htm">Click
                here for more details.</a></strong></td>
            </tr>
            <tr>
              <td align="center"> <table width="96%" border="0" cellspacing="0" cellpadding="0" align="center">
                  <tr>
                    <td class="news"><br>
                      <a href="public_html/audiotransfers.htm"><img src="public_html/LPcassettes.jpg" width="180" height="152" border="0"></a>
                    </td>
                  </tr>
                </table></td>
            </tr>
          </table>
          <p align="center"><font size="+2">Donations!</font></p>
          <p align="center"> 5% of Memories2dvd's annual revenue will be donated equally
            between the <a href="http://www.cancer.ca/ccs/internet/cancer/0,,3172,00.html"><strong>Canadian
            Cancer Society</strong></a> and the <a href="http://junobeach.org/Centre/index.html"><strong>Juno
            Beach Memorial</strong></a></p>
          <p> </p></td>
        <td width="3" rowspan="7"><img src="public_html/images/clearpixel.gif" width="3" height="1"></td>
        <td width="16" height="56" bgcolor="#6D9A50"><img src="public_html/images/topleft.gif" width="16" height="56"></td>
        <td width="100%" valign="bottom" bgcolor="#6D9A50"><img src="public_html/name.gif" width="360" height="50"></td>
        <td width="16"><img src="public_html/images/topright.gif" width="16" height="56"></td>
      </tr>
      <tr>
        <td colspan="3" height="2"><img src="public_html/images/clearpixel.gif" width="1" height="2"></td>
      </tr>
      <tr>
        <td height="6" colspan="3" bgcolor="#006D15"><img src="public_html/images/clearpixel.gif" width="1" height="6"></td>
      </tr>
      <tr>
        <td colspan="3" height="2"><img src="public_html/images/clearpixel.gif" width="1" height="2"></td>
      </tr>
      <tr>
        <td height="21" bgcolor="#EBEBE3"><img src="public_html/images/lightleft.gif" width="16" height="21"></td>
        <td align="right" bgcolor="#EBEBE3"><div align="left"><strong><a href="mailto:[email protected]">CONTACT
            INFORMATION: Phone: 613-831-9365___ E-MAIL</a> | <a href="public_html/about_me.htm">About
            Me</a></strong> </div></td>
        <td bgcolor="#EBEBE3"> </td>
      </tr>
      <tr>
        <td height="11"><img src="public_html/images/clearpixel.gif" width="1" height="11"></td>
        <td align="right" valign="top"><img src="public_html/images/lightcorner.gif" width="10" height="11"></td>
        <td bgcolor="#EBEBE3"><img src="public_html/images/clearpixel.gif" width="1" height="11"></td>
      </tr>
      <tr>
        <td height="650" colspan="2"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="16" rowspan="2"><img src="public_html/images/innertopleft.gif" width="16" height="16"></td>
              <td bgcolor="#006D15" height="1"><img src="public_html/images/clearpixel.gif" width="1" height="1"></td>
              <td width="16" rowspan="2"><img src="public_html/images/innertopright.gif" width="18" height="16"></td>
            </tr>
            <tr>
              <td width="100%"><img src="public_html/images/clearpixel.gif" width="1" height="15"></td>
            </tr>
            <tr>
              <td background="public_html/images/leftbg.gif"><img src="public_html/images/clearpixel.gif" width="16" height="8"></td>
              <td width="100%" valign="top"> <div align="center">
                  <table width="100%" border="0" cellspacing="2" cellpadding="2">
                    <!--DWLayoutTable-->
                    <!-- #BeginEditable "Body" -->
                  <tr>
                    <td width="267" height="145" valign="top"><p><img src="pg%20t%20samples.jpg" width="119" height="34"></p>
                        <p>It's one thing to read about our services, but once you
                          actually see the results, you will realize that personalization
                          is the key to your DVD project. Aside from your photos,
                          video and favourite music, I completely personalize every
                          aspect of your DVD right from the packaging to the DVD menus.</p>
                        <p>Click on the thumbnails below to view various samples from
                          recent projects.</p>
                        <p><em>All samples have been reduced in quality to be internet
                          friendly. Original versions are of superior quality and
                          full-TV size. I can supply demo DVDs upon request.</em></p>
                        <p>You will need Apple's Quicktime player to view the movie
                          files. The free download is available by clicking <a href="http://www.apple.com/quicktime/products/qt"><strong>here</strong></a>.</p>
                        <p> </p>                    </td>
                    <td width="290" align="center" valign="top"><p> </p>
                        <p> </p>
                        <p align="center">Follow these links to read about other services:</p>
                        <div align="left">
                          <ul>
                            <li><strong><a href="homedvds.htm"><font size="+1">Video
                              Transfers</font></a></strong></li>
                            <li><font size="+1"><strong><a href="public_html/slideshows2dvd.htm">Photo
                              Transfers</a></strong></font></li>
                            <li><font size="+1"><strong><a href="photorestorations.htm">Photo
                              Restorations</a></strong></font></li>
                            <li> <font size="+1"><strong><a href="public_html/audiotransfers.htm">Audio
                              Transfers</a></strong></font></li>
                          </ul>
                        </div>
                        <p> </p>
                        <p align="right"> </p>
                      <p> </p></td>
                  </tr>
                  <tr valign="top">
                    <td height="232" colspan="2" valign="top"> <p align="left"><strong><font size="+1">PHOTOSLIDESHOW
                          SAMPLES:</font></strong></p>
                        <p align="left">Photographs with voice over narration and
                          text titles were combined to create a presentation that
                          will provide generations with a history on their forefather
                          in this biography.</p>
                        <p align="center"><a href="biography.wmv"><img src="bio111.jpg" width="111" height="73" border="0"></a></p>
                        <p align="left">The following sample was part of a 50th birthday
                          celebration. Three hundred photographs were scanned and
                          mixed with video clips to make the ultimate surprise movie.                    </p>
                        <p align="center"><a href="sample1.mov"><img src="sample1.jpg" width="111" height="82" border="0"></a></p>
                        <p align="left"> This sample was taken from a couple's vacation.
                          The couple travelled throughout SouthEast Asia and South
                          America and amassed approximately 750 digital photos. I
                          organized the DVD by country and added their favourite music
                          so they could instantly re-visit their adventures.
                        <p align="center"><a href="sample2.mov"><img src="boats.jpg" width="111" height="81" border="0"></a>
                        <p align="left">This couple were married by a lake in a beautiful
                          wedding. I compiled camcorder footage along with photographs
                          into a memorable DVD, complete with a bonus music video.
                        <p align="center"><a href="ceremusicvidsam.mp4"><img src="arbour.jpg" width="111" height="72" border="0"></a>
                        <p align="left"><strong><font size="+1">8mm REEL COLOUR CORRECTION
                          SAMPLE:</font></strong>
                        <p align="left">Are you videos dark, too bright or discoloured?
                          I can edit your tapes and film to repair colour issues,
                          bringing your movies back to life. Click <a href="http://homepage.mac.com/memories2dvd/iMovieTheater30.html"><strong><font size="+1">HERE</font></strong></a>
                          to view samples.
                        <p align="left"><strong><font size="+1">PHOTO RESTORATION
                          SAMPLES</font></strong>
                        <p align="left">These samples illustrate the various types
                          of blemishes which can be dealt with to restore your photographs.</p>
                        <p align="left"> <strong><u><font size="3">Simply move your
                          mouse cursor over each photo to see the difference.</font></u></strong></p>
                        <p align="left"><strong>General Dust/Blemish Removal</strong></p>
                        <p align="left"> </p>
                        <p> </p>
                        <div align="center">
                          <p align="left"> </p>
                        </div>
                        <p align="left"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('sp40 fix','','sp40 fixed.jpg',1)"><img src="sp40_orig.jpg" name="sp40 fix" width="600" height="418" border="0"></a></p>
                        <p align="left"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image56','','hockey new 281.jpg',1)"><img src="hockey%20old%20281.jpg" name="Image56" width="270" height="163" border="0"></a></p>
                        <p align="left"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('oldsue','','oldafter.jpg',1)"><img src="oldbefore.jpg" name="oldsue" width="320" height="501" border="0"></a></p>
                        <p align="left"><strong>Red Eye Removal</strong></p>
                        <p align="left"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image55','','redeyegone.jpg',1)"><img src="redeye.jpg" name="Image55" width="231" height="416" border="0"></a></p>
                        <p align="left"><strong>Colour &amp; Stain Removal</strong></p>
                        <p align="left"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('yellow','','yellowfinal.jpg',1)"><img src="yelloworig.jpg" name="yellow" width="270" height="395" border="0"></a></p>
                        <p align="left"><strong>Contrast &amp; Exposure Adjustments
                          and Crack Removals </strong>
                        <p align="left"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('breton','','breton_done_web.jpg',1)"><img src="breton base_web.jpg" name="breton" width="539" height="1000" border="0"></a>                   
                        <p align="left"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('cracks','','sp900_800.jpg',1)"><img src="sp9orig.jpg" name="cracks" width="600" height="410" border="0"></a>
                        <p align="left"><strong>Isolation of Main Subject</strong>
                        <p align="left"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('isolation','','soloedited.jpg',1)"><img src="15sisters.jpg" name="isolation" width="300" height="500" border="0"></a>
                        <p align="left"> </p>
                        <p><br>
                          <img src="images/clearpixel.gif" width="430
      " height="1"> </p>                    </td>
                  </tr>
                  <!-- #EndEditable -->
                    <tr valign="top">
                      <td height="88" colspan="4" align="center" class="menu"> <p><img src="public_html/images/hr.gif" width="361" height="1"></p>
                        <p class="menu" ><a href="public_html/index.htm"><strong>home</strong></a><strong>
                          | <a href="public_html/services.htm">services</a> | <a href="public_html/sample.htm">samples</a>
                          | <a href="public_html/pricing.htm">pricing</a> | <a href="public_html/testimonials.htm">testimonials</a>
                          | <a href="public_html/the_process.htm">the process</a><br>
                          <a href="public_html/faq.htm"> f.a.q.</a> | <a href="public_html/disclaimers.htm">disclaimers</a>
                          | <a href="public_html/contact_me.htm">contact me</a> | <a href="public_html/about_me.htm">about
                          me</a></strong></p>
                        <p class="menu" >Copyright Memories2dvd<a href="http://www.ibswebdesign.com/" target="_blank"></a>
                          2003 - 2009 All Rights Reserved</p></td>
                    </tr>
                    <tr>
                      <td height="5"></td>
                      <td></td>
                      <td width="211"></td>
                      <td></td>
                    </tr>
                  </table>
                </div></td>
              <td width="23" background="../images/rightbg.gif<img src="../images/clearpixel.gif" width="16" height="8"></td>
            </tr>
            <tr>
              <td width="16" rowspan="2"><img src="public_html/images/innerbottomleft.gif" width="16" height="16"></td>
              <td width="100%"><img src="public_html/images/clearpixel.gif" width="1" height="15"></td>
              <td width="16" rowspan="2"><img src="public_html/images/innerbottomright.gif" width="18" height="16"></td>
            </tr>
            <tr>
              <td width="1" bgcolor="#006D15" height="1"><img src="public_html/images/clearpixel.gif" width="1" height="1"></td>
            </tr>
          </table></td>
        <td bgcolor="#EBEBE3"><!-- #BeginEditable "EditRegion1" --><!-- #EndEditable --></td>
      </tr>
      <tr>
        <td height="5" colspan="3"><img src="public_html/images/clearpixel.gif" width="1" height="5"></td>
        <td bgcolor="#EBEBE3"><img src="public_html/images/clearpixel.gif" width="1" height="5"></td>
      </tr>
      <tr>
        <td height="20" bgcolor="#006D15"><img src="public_html/images/bottomleftcorner.gif" width="16" height="20"></td>
        <td colspan="3" bgcolor="#006D15"> </td>
        <td bgcolor="#006D15"><img src="public_html/images/bottomrightcorner.gif" width="16" height="20"></td>
      </tr>
    </table>
    </body>
    <!-- #EndTemplate --></html>
    TEMPLATE CODE:
    <html>
    <head>
    <!-- #BeginEditable "doctitle" -->
    <title>Untitled Document.</title>
    <!-- #EndEditable -->
    <LINK REL=STYLESHEET TYPE="text/css" HREF="../style.css">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <script language="JavaScript" 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];}}
    //-->
    </script>
    </head>
    <body bgcolor="#FFFFFF" text="#000000">
    <table width="0%" border="0" cellspacing="0" cellpadding="0">
      <!--DWLayoutTable-->
      <tr>
        <td width="128" rowspan="8" valign="top" bgcolor="#EBEBE3"> <table width="128" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td><img src="../images/menutop.gif" width="128" height="18"></td>
            </tr>
            <tr>
              <td><p><a href="../index.htm"><img name="Image35" border="0" src="../images/menu/home.gif" width="128" height="19"></a><br>
                  <a href="../services.htm"><img name="Image36" border="0" src="../images/menu/products.gif" width="128" height="19"></a><br>
                  <a href="../samples.htm"><img name="Image37" border="0" src="../images/menu/services.gif" width="128" height="19"></a><br>
                  <a href="../pricing.htm"><img name="Image38" border="0" src="../images/menu/aboutus.gif" width="128" height="19"></a><br>
                  <a href="../the_process.htm"><img name="Image39" border="0" src="../images/menu/company.gif" width="128" height="19"></a><br>
                  <a href="../testimonials.htm"><img name="Image40" border="0" src="../images/menu/links.gif" width="128" height="19"></a><br>
                  <a href="../faq.htm"><img name="Image41" border="0" src="../images/menu/guestbook.gif" width="128" height="19"></a><br>
                  <a href="../disclaimers.htm"><img name="Image42" border="0" src="../images/menu/photo.gif" width="128" height="19"></a><br>
                  <a href="../contact%20me.htm"></a><a href="../contact_me.htm"><img name="Image45" border="0" src="../images/menu/email.gif" width="128" height="19"></a>
                  <a href="../contact%20me.htm"></a><a href="../contact%20me.htm"></a></p></td>
            </tr>
            <tr>
              <td><a href="../specials.htm"><img src="../images/menubottom2.jpg" width="128" height="18" border="0"></a></td>
            </tr>
            <tr>
              <td> </td>
            </tr>
            <tr>
              <td align="center"><strong>Celebrate a milestone birthday or anniverary
                with a <u>DVD Photo Slideshow</u>. <a href="../slideshows2dvd.htm">Click
                here for more details.</a></strong></td>
            </tr>
            <tr>
              <td align="center"> <table width="96%" border="0" cellspacing="0" cellpadding="0" align="center">
                  <tr>
                    <td class="news"><br>
                      <a href="../audiotransfers.htm"><img src="../LPcassettes.jpg" width="180" height="152" border="0"></a>
                    </td>
                  </tr>
                </table></td>
            </tr>
          </table>
          <p align="center"><font size="+2">Donations!</font></p>
          <p align="center"> 5% of Memories2dvd's annual revenue will be donated equally
            between the <a href="http://www.cancer.ca/ccs/internet/cancer/0,,3172,00.html"><strong>Canadian
            Cancer Society</strong></a> and the <a href="http://junobeach.org/Centre/index.html"><strong>Juno
            Beach Memorial</strong></a></p>
          <p> </p></td>
        <td width="3" rowspan="7"><img src="../images/clearpixel.gif" width="3" height="1"></td>
        <td width="16" height="56" bgcolor="#6D9A50"><img src="../images/topleft.gif" width="16" height="56"></td>
        <td width="100%" valign="bottom" bgcolor="#6D9A50"><img src="../name.gif" width="360" height="50"></td>
        <td width="16"><img src="../images/topright.gif" width="16" height="56"></td>
      </tr>
      <tr>
        <td colspan="3" height="2"><img src="../images/clearpixel.gif" width="1" height="2"></td>
      </tr>
      <tr>
        <td height="6" colspan="3" bgcolor="#006D15"><img src="../images/clearpixel.gif" width="1" height="6"></td>
      </tr>
      <tr>
        <td colspan="3" height="2"><img src="../images/clearpixel.gif" width="1" height="2"></td>
      </tr>
      <tr>
        <td height="21" bgcolor="#EBEBE3"><img src="../images/lightleft.gif" width="16" height="21"></td>
        <td align="right" bgcolor="#EBEBE3"><div align="left"><strong><a href="mailto:[email protected]">CONTACT
            INFORMATION: Phone: 613-831-9365___ E-MAIL</a> | <a href="../about_me.htm">About
            Me</a></strong> </div></td>
        <td bgcolor="#EBEBE3"> </td>
      </tr>
      <tr>
        <td height="11"><img src="../images/clearpixel.gif" width="1" height="11"></td>
        <td align="right" valign="top"><img src="../images/lightcorner.gif" width="10" height="11"></td>
        <td bgcolor="#EBEBE3"><img src="../images/clearpixel.gif" width="1" height="11"></td>
      </tr>
      <tr>
        <td height="650" colspan="2"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="16" rowspan="2"><img src="../images/innertopleft.gif" width="16" height="16"></td>
              <td bgcolor="#006D15" height="1"><img src="../images/clearpixel.gif" width="1" height="1"></td>
              <td width="16" rowspan="2"><img src="../images/innertopright.gif" width="18" height="16"></td>
            </tr>
            <tr>
              <td width="100%"><img src="../images/clearpixel.gif" width="1" height="15"></td>
            </tr>
            <tr>
              <td background="../images/leftbg.gif"><img src="../images/clearpixel.gif" width="16" height="8"></td>
              <td width="100%" valign="top"> <div align="center">
                  <table width="100%" border="0" cellspacing="2" cellpadding="2">
                    <!--DWLayoutTable-->
                    <!-- #BeginEditable "Body" -->
                    <tr>
                      <td width="329" height="189" valign="top"><p><img src="../pg%20t%20instrucnl.jpg" width="300" height="27"></p>
                        <p align="left">From teachers to health care professionals
                          to corporate trainers, I can help you create a compelling
                          instructional video. Using techniques such as Picture in
                          Picture will deliver your educational knowledge with extra
                          value. The ease of navigation of DVD makes instruction more
                          efficient and effective.</p></td>
                      <td width="4" valign="top"><img src="images/hr.gif" width="1" height="125"> </td>
                      <td colspan="2" valign="top"><p><img src="../pg%20t%20blank.jpg" width="204" height="27
      "></p>
                        <p>Follow these links to read about other services:</p>
                        <div align="left">
                          <ul>
                            <li><a href="../homedvds.htm">classic home videos</a></li>
                            <li> <a href="../weddings2dvd.htm">weddings2dvd</a></li>
                            <li> <a href="../sports2dvd.htm">sports2dvd</a></li>
                            <li> <a href="../slideshows2dvd.htm">DVD photo slideshows</a></li>
                            <li> <a href="../reunions2dvd.htm">reunions2dvd</a></li>
                            <li> <a href="instructionaldvds.htm">instructional DVD</a></li>
                          </ul>
                        </div></td>
                    </tr>
                    <tr>
                      <td height="3
      50" colspan="3" valign="top"><p align="center"><img src="../images/hr.gif" width="361" height="1"></p>
                        <p align="left">  </p>
                        <p align="left">Please click <a href="../sample.htm"><strong>here</strong></a>
                          to view real samples from recent projects.<br>
                        </p></td>
                      <td width="2" valign="top"><!--DWLayoutEmptyCell--> </td>
                    </tr>
                    <!-- #EndEditable -->
                    <tr valign="top">
                      <td height="88" colspan="4" align="center" class="menu"> <p><img src="../images/hr.gif" width="361" height="1"></p>
                        <p class="menu" ><a href="../index.htm"><strong>home</strong></a><strong>
                          | <a href="../services.htm">services</a> | <a href="../sample.htm">samples</a>
                          | <a href="../pricing.htm">pricing</a> | <a href="../testimonials.htm">testimonials</a>
                          | <a href="../the_process.htm">the process</a><br>
                          <a href="../faq.htm"> f.a.q.</a> | <a href="../disclaimers.htm">disclaimers</a>
                          | <a href="../contact_me.htm">contact me</a> | <a href="../about_me.htm">about
                          me</a></strong></p>
                        <p class="menu" >Copyright Memories2dvd<a href="http://www.ibswebdesign.com/" target="_blank"></a>
                          2003 - 2009 All Rights Reserved</p></td>
                    </tr>
                    <tr>
                      <td height="5"></td>
                      <td></td>
                      <td width="211"></td>
                      <td></td>
                    </tr>
                  </table>
                </div></td>
              <td width="23" background="../images/rightbg.gif<img src="../images/clearpixel.gif" width="16" height="8"></td>
            </tr>
            <tr>
              <td width="16" rowspan="2"><img src="../images/innerbottomleft.gif" width="16" height="16"></td>
              <td width="100%"><img src="../images/clearpixel.gif" width="1" height="15"></td>
              <td width="16" rowspan="2"><img src="../images/innerbottomright.gif" width="18" height="16"></td>
            </tr>
            <tr>
              <td width="1" bgcolor="#006D15" height="1"><img src="../images/clearpixel.gif" width="1" height="1"></td>
            </tr>
          </table></td>
        <td bgcolor="#EBEBE3"><!-- TemplateBeginEditable name="EditRegion1" --><!-- TemplateEndEditable --></td>
      </tr>
      <tr>
        <td height="5" colspan="3"><img src="../images/clearpixel.gif" width="1" height="5"></td>
        <td bgcolor="#EBEBE3"><img src="../images/clearpixel.gif" width="1" height="5"></td>
      </tr>
      <tr>
        <td height="20" bgcolor="#006D15"><img src="../images/bottomleftcorner.gif" width="16" height="20"></td>
        <td colspan="3" bgcolor="#006D15"> </td>
        <td bgcolor="#006D15"><img src="../images/bottomrightcorner.gif" width="16" height="20"></td>
      </tr>
    </table>
    </body>
    </html>

Maybe you are looking for