Testing dreamweaver templates in contribute

I have a client that wants me to set up a template for
sending mass HTML e-mail that they can edit in contribute. I have
set up the page and template in dreamwever and want to post and
test. Is there any easy way to do this without setting up a full
fledged contribute server. Any help would be great.

How are they going to send the mail, from their own computer
using an emailclient or from a server, using a database and script?
When they use an emailclient like Outlook Express, you could
save the html file based on the template on their computer and make
it available as newsletter in Outlook Express (send it BCC, cause
otherwise eveyone gets all the email addresses).
Your client could edit this file using Contribute (in the
menu go to File, Open, Edit the file in edit mode and save the
file).

Similar Messages

  • Opening a dreamweaver template in Contribute

    I am trying to open a template I have created in Dreamweaver
    with Contribute to test it out. However, when I try to open the DWT
    file in Contribute, it gives me "Contribute cannot edit this type
    of file" message. What am I doing wrong?

    Yep - can't do dat.
    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
    ==================
    "Nancy" <[email protected]> wrote in message
    news:fno03p$oue$[email protected]..
    > Nothing. AFAIK, you can't edit the template itself with
    Contribute. The
    > template must be edited in Dreamweaver. You can create
    pages based on a
    > Dreamweaver template and you can edit the editable
    regions of said page ..
    > but I don't believe you can edit the template itself
    with Contribute ..
    > nor should you be able to. Kind of defeats the purpose,
    IMO.
    >
    >
    > --
    > Nancy Gill
    > Adobe Community Expert
    > Author: Dreamweaver 8 e-book for the DMX Zone
    > Co-Author: Dreamweaver MX: Instant Troubleshooter
    (August, 2003)
    > Technical Editor: Dreamweaver CS3: The Missing Manual,
    > DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide
    > Mastering Macromedia Contribute
    > Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced
    PHP Web
    > Development
    >
    > "alexmel7" <[email protected]> wrote in
    message
    > news:fnnvoe$og2$[email protected]..
    >>I am trying to open a template I have created in
    Dreamweaver with
    >>Contribute to
    >> test it out. However, when I try to open the DWT
    file in Contribute, it
    >> gives
    >> me "Contribute cannot edit this type of file"
    message. What am I doing
    >> wrong?
    >>
    >
    >

  • Non-Dreamweaver templates for Contribute

    Are there any guidelines anywhere for creating the equivalent
    of Contribute editable/non-editable templates for sections of HTML
    pages which were not created by Dreamweaver; for example,
    guidelines on the use of <!-- begineditable--> etc.?

    Ian,
    The Dreamweaver template system works from the standpoint of
    a "deny all, allow some" mentality.
    Initially a Dreamweaver template file allows no editing to
    any sections. When modifying the template in Dreamweaver or any
    other text editor, the addition of the begin/end editable pairs
    enables the editing of any content existing within the tag pair.
    If you want to create a template for use with Contribute
    outside of Dreamweaver just create the file with any editable
    sections you desire then change the file extension to .dwt and
    place it in the "Templates" directory on your CPS managed
    webserver. Any files in the "Templates" directory that end with
    ".dwt" will be loaded on the next startup of the Contribute client.
    By default the Publisher and Writer roles allow access to all
    templates in the "Templates" directory via the Contribute client.
    Also, make sure that the "whatever" text mentioned by Murray
    is unique to each individual editable region.
    Please note that the Contribute/Dreamweaver template
    interaction is *not* a run-time template system. Dreamweaver
    templates are design-time templates. If you have sections of the
    template that change later then those changes will need to be
    applied on a page-by-page basis to each page using a given
    template. This functionality is automatically handled within the
    Macromedia workflow by using Dreamweaver to download the entire
    site then having it update all pages that are based on a given
    template.
    The piece of the code that denotes which template is assigned
    to a given page is as follows:
    <!-- InstanceBegin template="/Templates/level2.dwt"
    codeOutsideHTMLIsLocked="false" -->
    with an acompanying closing tag of:
    <!-- InstanceEnd -->
    The "InstanceBegin" tag should follow the opening html tag
    and the "InstanceEnd" tag should precede the closing html tag.
    The important piece of the "InstanceBegin" tag is the value
    of the "template" attribute. This needs to be the path to the
    specific template file relative to the webroot on the server.
    Hope this helps.

  • Dreamweaver template not updating Contribute pages

    Currently I'm trialing Dreamweaver (MX) and Contribute
    (3.11), to check
    that it's a workable solution for my company, in terms of
    editing and
    auditing, but right now I'm having a problem.
    I have some templates (.dwt files) that I create in
    Dreamweaver, for
    use with Contribute, i.e. I create the template, other people
    create
    the content for our site based on the those templates.
    The issue is that when I make a change to the template, I
    would expect
    the pages created in Contribute to be refreshed to use the
    new
    template, but that doesn't appear to be happening. The only
    way I can
    get the page to be updated is to edit the page in Contribute,
    go to the
    Format menu and choose 'Template Properties', then hit OK
    again to
    close this dialog. I then see the page refresh with the new
    template
    changes.
    Am I doing something wrong? I would expect, as I mentioned,
    to have all
    pages automatically updated when the template is saved, and
    published.
    Is there a setting I need to turn on, or a procedure of
    publishing the
    template that I need to adhere to?
    any advice would be appreciated.

    Thanks for the reply Mark. While I think I've found most of
    the things you mentioned since my first post, it is useful to get
    confirmation of my finding, which appears to be consistent with
    your post.
    Here's what I've found, and later, why I'm not really liking
    it:
    If I edit the .dwt file in Dreamweaver and try to save it, I'm
    prompted to only update those files I have locally that reference
    the template.
    I can only update those local files that are checked out,
    though the saving process will check them out automatically
    If I create a new page using Contribute, I must refresh the
    templates first
    My concerns are:
    if I can only update those files I have locally, then do I need
    to have the whole remote site stored locally too? My company site
    is huge (as it's translated into 6 languages) and has multiple
    contributors/editors. It sounds like I will have to download the
    entire site before I edit a template, and put it back again
    afterwards. Is that right?? it sounds rediculous, so I'm sure I've
    got it wrong.
    if I have the files locally, I must check them out before or
    while saving the template. However, I then have to check them back
    in manually. Again, with potentially 300 to 400 pages per template,
    that's a lot of manual checking-in. If the saving process can
    automatically check pages out, can it also automatically check them
    in again??
    Like you, Mark, I find it strange that Contribute requires a
    manual refreshing of templates. I've searched all the options I can
    find, but I don't see an auto-refresh templates setting, which
    would be sooo useful. As it stands I will have to instruct each
    editor/contributor to refresh before they create a new page, and
    pray that they do.
    any further advice from Contribute/Dreamweaver users would be
    greatly appreciated. How do users with very large website handle
    this? Are there any tricks or hints that you can pass on?

  • Edit First line in dreamweaver templates

    Hello,
    When I create a page from a Dreamweaver template, a
    dreamweaver comment similar to the one below will be inserted:
    <!-- #BeginTemplate "/Templates/test.dwt" -->
    Each time I edit a page to add php code in the very first
    line, it is removed with every template update and the source code
    again starts with the dreamweaver comment. I need to add to all my
    pages a php code in the very first line like this one:
    <? $ob_start; $session_start; ?>
    How can I do that without removing the code from my pages
    with each template update. Another problem is that I can't insert a
    placeholder in the very first line of a dreamweaver template. Above
    that the first line is locked in dreamweaver, so that I can't
    change it manually. Is there any workaround available?
    Thanks,
    Philip

    > How can I do that without removing the code from my
    pages with each
    > template
    > update. Another problem is that I can't insert a
    placeholder in the very
    > first
    > line of a dreamweaver template. Above that the first
    line is locked in
    > dreamweaver, so that I can't change it manually. Is
    there any workaround
    > available?
    Put the code ABOVE the <html> tag.
    Which DW are you using? It looks like DW4 or earlier....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "flip3" <[email protected]> wrote in message
    news:ec40u0$mr3$[email protected]..
    > Hello,
    >
    > When I create a page from a Dreamweaver template, a
    dreamweaver comment
    > similar to the one below will be inserted:
    >
    > <!-- #BeginTemplate "/Templates/test.dwt" -->
    >
    > Each time I edit a page to add php code in the very
    first line, it is
    > removed
    > with every template update and the source code again
    starts with the
    > dreamweaver comment. I need to add to all my pages a php
    code in the very
    > first
    > line like this one:
    >
    > <? $ob_start; $session_start; ?>
    >
    > How can I do that without removing the code from my
    pages with each
    > template
    > update. Another problem is that I can't insert a
    placeholder in the very
    > first
    > line of a dreamweaver template. Above that the first
    line is locked in
    > dreamweaver, so that I can't change it manually. Is
    there any workaround
    > available?
    >
    > Thanks,
    >
    > Philip
    >

  • Dreamweaver Templates and Include files

    Hi,
    I am using dreamweaver templates so that my users can create
    new pages on our Intranet using Contribute.
    When I create a template and try and use an inculde file for
    the menu systems I get an error. I am trying to use the following
    code to inculde the asp file:
    <!--#include file="/includes/menu.asp" -->
    And I get the following error when saving the template:
    Unbalanced body tag
    I have checked and I definetly have opening and closing body
    tags in the HTML. So I am wondering whether the error is caused by
    the fact that the file is a dwt and not as asp.
    So, is there anyway of using include files in a dreamweaver
    template?
    Thanks in advance for any help.

    That's the wrong syntax for a file include. It should be
    either of these -
    <!--#include virtual="/includes/menu.asp" -->
    or
    <!--#include file="includes/menu.asp" -->
    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
    ==================
    "Alan" <[email protected]> wrote in
    message
    news:C568040E.31895D%[email protected]..
    >
    >
    >> <!--#include file="/includes/menu.asp" -->
    >>
    >> And I get the following error when saving the
    template:
    >>
    >> Unbalanced body tag
    >>
    >> I have checked and I definetly have opening and
    closing body tags in the
    >> HTML.
    >
    > Is the include file JUST the html that would be correct
    syntax for where
    > it
    > is used in the main file?
    >
    > In other words- included files should not be complete
    html docs with their
    > own head and body tags. That would result in multiple
    head and body tags
    > in
    > the assembled files.
    >
    >
    > --
    > Alan
    > Adobe Community Expert, dreamweaver
    >
    >
    http://www.adobe.com/communities/experts/
    >
    >
    >

  • Dreamweaver template-update overwrites content

    Currently I'm using the Adobe CS4 Web Premium Suite on a Mac. I've been using Dreamweaver for a very long time but just recently I started to build templates for Contribute and it's been working fine, however, I need help resolving an issue.
    After designing the template, setting the Editable Regions and saving it as a template in Dreamweaver, I upload it to production and can edit the page with contribute successfully. However, when I update non-editable regions on the template, overwite the files using that template and publish those files to production, it overwrites any content updates the user makes via Contribute.
    Am I missing a step? Any suggestions why this is happening?
    Any help would be appreciated.
    Thank you!

    Yes Bryant I did,
    I finally figured out that when using: "Save as Template..." (from the File menu), Dreamweaver  was creating the file with two extensions: .dwt & .cfm...
    However, it should only have one extension, and that's: .dwt (DreamWeaverTemplate). This way both Dreamweaver & Contribute treat it as a template file rather than regular Coldfusion.
    This should fix the issue.
    Figuervj
    http://pixelerium.wordpress.com

  • Dreamweaver Template Error: Error reading file (Site Location/info) returned incomplete data

    Hello!
    I am working on new website we are creating for our company. I have never really had any Dreamweaver template file errors before...so this one has me really stumped! We purchased the site files from Template Monster and I have contacted their tech support, but I have not had much luck with them.
    I started out by creating the Dreamweaver template folder that includes the template files that I would like to use. I started creating some pages using the template. I placed all the html pages in the main folder of the website. When I go to update the template to those pages I get the following error: "Error reading file (Site Location\Folder name\Dreamweaver template name) returned incomplete data".
    I am not sure what I am doing wrong. Any help and advice would be greatly appreciated!
    The site is a CSS based site with a Flash navigation menu. Since it is in the production phase, I do not yet have it placed on a server so you can take a look at it at this time (although if really needed and we cannot find an answer, I may be able to get the test site on line - if someone thinks they can help me answer this problem by viewing the site). Right now the site is housed in the same place we house all of the other sites we have produced and all of our other templates on our other websites work just fine. The main difference with this site is that we did purchase files from Template Monster to help speed us along during the construction of the page structures and also this site has a Flash Navigation Menu and a few other Flash elements (something our other sites do not really have).
    I am using Abobe Dreamweaver CS5 and Windows 7
    Thanks again for taking the time to help find and answer to this problem!
    -J

    I am curious as to why no one likes them around here.
    They have spammed these forums in the past.
    The code on their pages is rarely 'best-practice' code.
    There are much better choices available.
    My co-worker and I have to share the files, since we are editing the site together. The files are not local on our computers, but on the company's f drive that have Novell on it.
    This arrangement is a recipe for disaster.  The correct way to collaborate on a site with a colleague is with the following setup:
    Each of you must have a LOCAL site (local to your workstation)
    You would use a single remote location as a staging area, so each of you would have a site definition that specifies your own workstation for the local site, and the same network shared location as the Remote site
    You will both need to enable Check In/ Check Out
    You will both have to agree to PLAY BY THE RULES!
    One (or both) of you will also need to have a second site defined that has the staging server as the local root folder, and would have the PRODUCTION server as the remote site.  I'll explain how to use this site soon.
    When you use CI/CO, your 'gold-standard files' are on the staging server.  To begin working, you would connect to the staging server, and double click on a file, which will a) fetch the file from the staging server to your local site, and b) CHECK OUT the file to you.  As long as you have the file checked out, it cannot be edited by your colleague.  When you are done with your edit, you would CHECK IN the file (which uploads it to the staging server).  It can now be edited by your colleague.
    When you add templates to this scenario, things get even more complicated, although manageable.  If you ever need to make a change to a template you must use the following procedure:
    ALL FILES MUST BE CHECKED IN - this includes both you and your colleague.
    One of you would connect with the SECOND SITE, open and edit the template, and save it propagating the changes to all "LOCAL" files (i.e., on the staging server).
    Each of you would then need to return to the FIRST SITE, and again check out any files you want to work on.
    When changes are done, and files are ready to publish, connect to the SECOND SITE, and upload the files from STAGING to PRODUCTION.
    Does that make sense?  It's important that it does.
    I need to add in one more tab/link to the Flash nav bar.
    Using Flash for navigation is a VERY POOR CHOICE, unless you also have redundant, text-based navigation on the pages.  By using Flash to navigate, you guarantee: a) your pages will not be spiderable by search engines, b) your pages will not be navigable by iPlatforms, and c) your pages will be inaccessible to anyone browsing with screen assistive devices.  Someone is making bad decisions about this site, in my opinion.

  • Free Dreamweaver templates related to photography (fullscreen) see 2 example websites?

    Hi,
    I'm a photographer and I downloaded some Dreamweaver template packs but they are all related to usual corporates, pity enough nothing related to photography.
    Can anyone recommend templates or a template pack (freeware) related to photography?
    By this I mean almost fullscreen to present the pics as they are supposed to), examples : http://www.haringphotography.com/?splash=1 or http://www.sandernagel.nl/photo/commissioned/portraits_various/374
    I have the pictures but not the templates....
    I don't know anything about programming, it may be html or other format html5,... (as I heard that other formats will be for the future, just like flash that gets less interesting)
    This to relace my more amateurish looking free Wix website
    Maybe there are websites with free dreamweaver templates where you can see a picture of the examples ?
    Thanks!!!

    WordPress is a dynamic site.  It needs PHP and a connection to a MySql database to run.  Unless you have a local testing server (WAMP or XAMPP) installed on your computer, you won't see local content in your browser.
    WordPress consists of 800+ files in 80+ folders.  Strangely enough, none of those files are complete pages.  They are all just bits of code which the web server assembles and combines with content from the database.  In short, there are no real web pages.  WordPress is a virtual site; basically a one page site that is created on the fly by the web server.   This is a difficult concept for people who are accustomed to working with static HTML pages.
    Unless you're a skilled coder, you must not edit the WordPress core files in DW or you will break the site.   The only things you can safely edit in Code View are the Theme files:
    WP/wp-content/themes/theme_name/page.php
    WP/wp-content/themes/theme_name/header.php
    WP/wp-content/themes/theme_name/index.php
    WP/wp-content/themes/theme_name/footer.php
    etc...
    http://codex.wordpress.org/Templates
    If you're not experienced with code, don't waste time trying to modify your WP theme in DW.  Simply install WP on your server and have a go at it...
    InMotion and other reputable web hosts have apps to simplify WordPress installation.  You can invoke the install wizard by logging in to your server's C-Panel and pressing a button.
    Good luck!
    Nancy O.

  • How to add Dynamic .php content to a Dreamweaver Template

    OS: Windows 7
    DW Version: CS5
    PHP: XAMP Local Server
    I hope someone can help.  I have created a Dreamweaver Template for .php and created 5 child pages of this template.  Everything is in working order as far as that is concerned.  Here is my problem:
    I want to add some dynamic data (some categories) from a MySQL database to a nonEditable section of the main template so that it will flow to the 5 child pages.  I can create a connection to the database with no problem, but when I go to insert a recordset into the template, it asks me to set up the "site", "document type" and "testing server" which I have already done.  I am pretty sure that this is because it is looking at the .dwt file type and saying that it needs to be a dynamic document like .php.  I have tried going through those steps, but then it just ends up renaming my .dwt file to .php and then it is no longer a template. I do not know why I cannot add dynamic data to a dreamweaver template.  It seems like it should be a no-brainer, but it just isn't working out for me.  In my research, I did locate the following
    http://help.adobe.com/en_US/Dreamweaver/10.0_Extending/WS5b3ccc516d4fbf351e63e3d117f53d610 8-7fdb.html
    but wasn't completely sure how to apply it or if it only pertained to CS4 since I am using CS5.  To be honest, it confused me more than it helped.
    I really hope there is a logical and simple solution to this issue as I have spent a lot of time researching/testing this.
    Any help/direction is greatly appreciated.  I am not looking for someone to just solve my problem and am willing to dig deep to learn, I am just do not know where to go from here.
    Thanks again in advance for your assistance.

    Brad,
    Thanks that worked! Although I will have to re-create my child pages and re-link my style sheets and scripts.  But that will not be too difficult as I have not yet added any content to them and is a very small price to pay for the answer to my bigger problem.  What is a bit quirky is that I did try to create a test .php template but when I saved it, DW did not automatically add the .php to the end after .dwt. but rather just named it test.php. I didn't think to just rename it since I had read that it would add it automatically so I thought I was doing something wrong.
    Maybe there are settings in the preferences that will fix this.  None-the-less, I can now move forward with my development thanks to your timely response.  I really appreciate it.

  • What about sites NOT created with Dreamweaver templates

    I am using Dreamweaver CS3 (no templates), and code most everything by hand (html, javascript and CSS). Would it work to have people in my office adding content to these existing sites with Contribute CS5 since there are NO Dreamweaver templates in place?

    Html webpages are editable in Contribute.

  • Dreamweaver Template Without Dreamweaver

    Hi.
    I'm doing an internship for the semester and the place i work is having me redesign their intranet.  I'll be gone in December, and while no immediate changes will really need to be made, over time they will probably want to do something such as adding a link in the side menu...
    The problem is, I don't think they use Dreamweaver--if they're using another web design program, is it possible for them to edit the dreamweaver template I've created for them?
    Thanks.

    Another approach is to use Server-Side Includes (text files) that contain hyperlinks, common headers & footers for example.   Person responsible for updates could edit the SSI files in any html editor.  Upload to server and the server would populate changes throughout the site.
    More on SSIs:
    http://www.smartwebby.com/web_site_design/server_side_includes.asp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Flash banner in a Dreamweaver Template

    Hi all,
    I am using one of the provided Dreamweaver Templates (CSS).
    All is fine, except that for some reason it does not like Flash
    imports. I can alter the template as much as I like and it will
    always successfully change across the site, BUT if I try to insert
    a Flash movie/banner into the template - then it does not appear of
    ANY of the site files. The only way I can see the flash banner, is
    if I open the template.php file in a browser - then you can see
    that it is in fact there and working - but for some reason the
    other pages refuse to acknolwegde it. Images / Tables / Text - all
    work fine - just not flash banners. I even tried saving the banner
    as a JPG file in Flash, then sticking the JPG file in the template
    where the banner should - and it worked perfectly, but as a .swf
    extension it fails.
    Am I missing something?
    Nathan

    > BUT if I try to insert a Flash movie/banner into the
    template - then it
    > does not appear of ANY of the site files.
    Because of the active content .js fix, when you insert a .swf
    file into a
    template, you must use a Site Root relative path for it.
    Open the .dwt template file.
    Double-click on the .swf in design view- the "browse to file"
    dialog box
    should come up showing the currently selected file.
    look in the bottom of that dialog box for the pulldown to
    change from
    document relative path to site root relative path. Change it
    to site root.
    click okay and save the file, and let changes propagate.
    does it show in the child files now?
    [note- It may still not show during local preview because
    site root relative
    paths in javascript will not make any sense during local
    preview- they
    should work fine on the remote host if the site has it's own
    domain name
    though]
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Dreamweaver Templates with Web Gallery

    I have built a site in dreamweaver CS4 I have used a Dreamweaver Template for my pages. Rather than clog my pages up with images I used Adobe Bridge to create a web gallery, It created a gallery ok and I saved it to my hard drive. It created two items, a resourses folder and an "index" file. So I I copied and pasted the two items into my Dreamweaver folder I created and called SS_Bridge. I pointed a link I created to point to the "index" file within the SS_Bridge Folder in Dreamweaver, Will this create a problem as there will be two "Index" files within my site
    jjrutter

    The "home" page index file would be at the root level of the site.  Other folders within the root can all have their own index (default) files.

  • NEW! Free Dreamweaver templates WITH Fireworks vector files

    I just released some free Dreamweaver templates that include
    not only the Dreamweaver template dwt file, but also the original
    pre-sliced Fireworks file with all the template graphics.
    The templates include the dwt, Fireworks file, pure CSS
    menus, are AdSense-ready, XHTML 1.0 valid and are very customizable
    through both the Fireworks file and the CSS.
    If you use one, let me know so I can get a screenshot and
    post a link to your site showing how the templates have been
    customized by various designers.
    Cheers!
    Brodit

    Can you post a link to the PHP page, please? This will allow
    me to see the
    HTML markup on it....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Mr Zedd" <[email protected]> wrote in
    message
    news:eviqn8$ntm$[email protected]..
    > Hello everyone,
    >
    > I have been given an exisiting website to update that
    uses Dreamweaver
    > templates.
    >
    > I have made the changes successfully within the
    content.dwt file, saved
    > it,
    > and then uploaded both the new content.dwt file and the
    related *.htm
    > pages
    > that were linked to it.
    >
    > After going to the website to double check the new pages
    I found a *.php
    > file
    > that uses the same template, content.dwt, but it never
    asked to update
    > that
    > particular file.
    >
    > So, I opened the *.php file in Dreamweaver and tried to
    apply changes from
    > the
    > content.dwt file to it using: Templates - Update current
    page, but no such
    > luck. Since there is no code at the start of this file
    like the other
    > *.htm
    > files how do I "connect" it with the newly updated
    template. I tried
    > making a
    > small change on the content.dwt file so see what files
    would come up in
    > the "do
    > you wish to update..." list but for some reason the
    *.php file is not
    > there.
    >
    > Perhaps the answer is fairly obvious to someone who has
    worked with
    > Templates
    > a lot but since I have just started working with
    templates I still have a
    > large
    > knowledge gap in this area.
    >
    > Any help would be appreciated.
    >
    > Many thanks
    >
    > Mr Zedd
    >

Maybe you are looking for

  • How to get all items under a parent item in a tree control

    Hello, I have 2 questions regarding a tree control: 1) Is there any way to specify a parent item tag and get an array of ALL its sub item tags? For example, in the attached vi, specify the Parent#2 parent tag and get an array containing Item#P21 and

  • Regd: Sale Order U.O.M

    Hi All, While downloadng the data from VBAP DB Table fro a particular S.O.document the Unit of measurement correct value is not geting stored in the internal table but at the time of displaying as a report i get the correct value. Like when i set a b

  • Problem with CAF authorizations

    Hi,      we have developd CAS application in NWDS(v7). when i go to <b>http://host:port/useradmin</b> for configuring the roles there i dont see the following roles among available roles selection <b>Role                 Action CAFAdmin       com.sap

  • Delete and internal table with not eqaul to fields

    Hi I have an internal table I want delete few records with fields not equal to the variable v_lifnr, v_name1 and v_city, structure of internal table has fields LIFNR, NAME1, CITY, TEXT1 and TEXT2. I dont want to go by deletin in loop.

  • Retained Earnings Error

    Hi Guys, I have a situation which is like this. There has been a wrong entry in the system during 2001 and we dont know where it came from. It is now included in the retained earnings account. How can i adjust my retained earnings account? Thanks, Sr