DWT files

hi wonder if someone can help please... im a new user of
dreamweaver and have a little exp of web editing and building with
cyber studio and contribute...
anyway to the point
i need to edit a home page (htm) but parts of it i cant edit.
i went to my templates folder and found the editable home page
(dwt) but how do i save this as a new .htm page to replace the old
one and is it as simple as that
lol i had hoped by making changes in the template (dwt) home
page the changes to the htm home page might be automatic
hope someone can help and many kind thanks in advance
nuxes

On Fri, 13 Jul 2007 10:20:46 +0000 (UTC), "nuxes"
<[email protected]> wrote:
>hi wonder if someone can help please... im a new user of
dreamweaver and have a
>little exp of web editing and building with cyber studio
and contribute...
>
> anyway to the point
>
> i need to edit a home page (htm) but parts of it i cant
edit. i went to my
>templates folder and found the editable home page (dwt)
but how do i save this
>as a new .htm page to replace the old one and is it as
simple as that
>
> lol i had hoped by making changes in the template (dwt)
home page the changes
>to the htm home page might be automatic
>
Dw CS
File / New / Page from Template
This should highlight your Template file, click on create
save the file
Dw 8
File / New /
click on templates
select the site
Create
save the file
~Malcolm N....
~

Similar Messages

  • Help needed with DWT file

    Please can you help, made initial template for my website but now I want to change template so I can edit meta tags (tags were originally an unetitable area).
    When I apply my example below in the DWT file and apply to all pages the meta tags disappear.
    Please can you help.
    Currently have..
    <!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="keywords are here" />
    <meta name="description" content="description is here" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Title</title>
    <!-- TemplateEndEditable -->
    <link href="../css-file/css.css" rel="stylesheet" type="text/css" />
    <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
    </head>
    And tried this but meta tags in pages disppear..
    <!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" />
    <link href="../css-file/css.css" rel="stylesheet" type="text/css" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Title</title>
    <meta name="keywords" content="keywords are here" />
    <meta name="description" content="description is here" />
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
    </head>
    As always, thanks in advance.

    I've placed another example below, would this be correct.
    Move the charset <meta> tag and link to the style sheet below the title like this:
    <!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>
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Title</title>
    <!-- TemplateEndEditable -->
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link href="../css-file/css.css" rel="stylesheet" type="text/css" />
    <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
    </head>
    When you say don't put anything in the head of the document do you also mean taking out the title and reference to the external css file.
    No, I was responding directly to your question about the keywords and description. It's perfectly OK to put other things in the non-editable part of the <head>. But anything that you want to be able to change in child pages should be added directly to the child page. That's why Dreamweaver creates the second editable region called "head". By default, it's empty; but it's where you add things like keywords, extra style sheets, and JavaScript to individual child pages.

  • .HTML and .DWT files in folders have 0kb size

    Hey guys,
    I was just setting up a new client on the system and I have an issue with uploading HTML and DWT files through Dreamweaver.  The files end up on the server but each is a 0kb file.  Here are my steps:
    In Partner Portal I created a new site
    I chose to start with a blank slate/template
    I logged in via Dreamweaver CS5's BC Extension as I normally do and set the local directory of the project
    I was moving a static HTML site over to this site so the design and files were done already. So once the project was setup in DW I selected all the files in the project folder and uploaded them to the remote site via the Files panel in DW.
    The upload completed and did not note any errors or problems.
    I logged into the BC Admin and went to update some URLs of the pages and I noticed the first .html file in a folder had 0kb.
    I noticed that this problem only occurred in files that are uploaded to a folder. IE- I had a folder called "contact" and a file index.html inside.  I uploaded this folder and the rest via the Files panel in DW. I DID NOT create the folders through BC first.  The same thing happens with .DWT files too.  Although, in this case, since I had a "Templates" directory locally and I'm assuming one was created by BC on the remote host when I created the account it's probably not having to do with users creating folders through FTP/Files panel in DW.
    The .html files in the root of the site are fine. All my JS and CSS files in their folders are also fine.  It just seems to be .HTML and .DWT files in folders that have 0kb.
    Has anyone seen this? 
    I have to get this site live in a rush tomorrow so I'm either going to delete the folders via FTP and create all the pages/folder first in BC and copy and paste the code over from DW to BC Admin area manually.  I'm not excited about doing that as it will add hours onto this site when moving a static site over should be pretty quick.  Now I have to create all the pages and templates manually.

    I can now confirm that the problem is related to DW or the DW FTP login session. I used WinSCP to FTP my files up and they went up fine.

  • BC templates : Do they create DWT files?

    Hi:
    When I create a template in BC, are DWT files created? Where are they stored?
    I thought I could download and edit the DWT file in Dreamweaver after creating the template in BC, but I don't see it anywhere.
    Thanks,
    Cam

    Thanks tons Frisco. You've resolved a lot of issues for me.
    For some reason the /dw was being stripped from my log-in and the template would revert to html.
    I did experience that template within a template thing: that was a bugger.
    This stuff also resolved issues I was having editing and saving files from the online Editor. I was told that there were invalid characters in the code that was causing it, but everything works fine now.
    The BC site is www.samreesor.com
    Thanks again for the fast help!
    Cam

  • Problem on editing template   .dwt file

    I have a problem with dreamweaver template.
    When I edit a template in dreamweaver, and apply changes to all the pages , it propogates on all pages and .dwt file also ,
    but all the design or layout or graphics of the pages  are gone and everything gets messed up.
    Why it happens when I am editing a tamplate ?

    The problem is your link to CSS file.  Template is incorrectly pointing to files on your local hard drive.
         <link rel="stylesheet" href="file:///C|/wamp/www/mm_health_nutr.css" type="text/css" />
    The link must point to your site folder like this:
         <link rel="stylesheet" href="../mm_health_nutr.css" type="text/css" />
    Edit template.  Save & populate changes to your child pages.
    Nancy O.

  • Footer rising up on page w/.dwt file

    Hello all, I've been having a problem with the footer location when using the templates. I have been working on a site, built a model page which seemed to work well, and then saved it as a template. Header, footer, left sidebar, main content area. On the template, only the main content area was editable. Some of the pages on the site have a *lot* of text (that won’t change). I tried to make one of those using the .dwt file I’d made, and the footer winds up high on the page, cutting across the content area. It lines up right by the bottom of the sidebar.
    Call me old-fashioned, but I’d like to have the footer stay at the bottom of the page, below all of the text (off screen when appropriate).
    When I copy the code from the model page I created (instead of using the template), I don’t have this problem.
    The model page is on-line at http://www.h-france.net/indexNEW.html
    You can see the problem I'm having at http://www.h-france.net/reviewfromtemplateattempt.html
    Thanks in advance for any help/advice.
    -Charles
    (p.s. please ignore my screen name. Adobe had rejected so many that I began to think that the system wasn't processing any and just started hitting letters to see what happened).

    A clear float is exactly that. The float you want to clear is the #ContentWrapper, so if you add/modify the style rule for same as in
    #ContentWrapper {
        float: left;
    all is well

  • Problem updating pages that use .dwt file

    So i have 45 files that all use the same .dwt file.  Usually when I make a change to the template and go file > save it asks me if i want to update all pages that use that specific .dwf file.  For some reason it doesn't show the pages that do.  Although if I go to the specific page for example contact.html and do a Modify > Templates > Apply template to page, it applys the changes, and then once i make a change to the .dwt file and do the File > Save, contact.html now appears in the section of files to be updated.  I do not want to go thru every page and manually apply the template does anyone have any information that could help me out? thanks
    G8ofH8

    I do not want to go thru every page and manually apply the template does anyone have any information that could help me out?
    However, that would work.
    It sounds like your site cache has become corrupted.  Try the following -
    1.  Open DW's Site manager, select the site name, and click on EXPORT (make sure you opt to export the FULL site defintion including FTP info)
    2.  Export the site definition to a KNOWN location on your hard drive
    3.  With the site name still selected in Site manager, click REMOVE to remove that site from your list of definitions
    4.  Import the site definition you just exported - that should solve the updating problem
    Does this heal things for you?

  • DWT file not updating with drop-down menu edits rom Fireworks

    Aughh! I am almost done with my website, when I go back to
    Fireworks and add a couple new tabs on a drop-down menu. I update
    the DWT file in Dreamweaver, but one of two things happens: either
    the update simply doesn't "take", or all of the <body>
    section is mysteriously deleted from the DWT file. If I preview the
    Fireworks template (from Fireworks), everything is as it should be,
    but not when I preview in Dreamweaver. Not sure if this is a
    Fireworks issue or a Dreamweaver so I've posted in both. No one in
    the FIreworks forum has come up with any suggestions yet.
    What the hell?
    Thanks in advance for the help,
    Brian

    >so I've posted in both
    Can't see anything here over at the newsgroup - did you
    forget or not post
    in such a way it doesn't show?
    Please provide a URL.
    Jo
    "_Lost_Boy" <[email protected]> wrote in
    message
    news:ga4i6l$cht$[email protected]..
    > Aughh! I am almost done with my website, when I go back
    to Fireworks and
    > add a
    > couple new tabs on a drop-down menu. I update the DWT
    file in Dreamweaver,
    > but
    > one of two things happens: either the update simply
    doesn't "take", or all
    > of
    > the <body> section is mysteriously deleted from
    the DWT file. If I preview
    > the
    > Fireworks template (from Fireworks), everything is as it
    should be, but
    > not
    > when I preview in Dreamweaver. Not sure if this is a
    Fireworks issue or a
    > Dreamweaver so I've posted in both. No one in the
    FIreworks forum has
    > come up
    > with any suggestions yet.
    >
    > What the hell?
    >
    > Thanks in advance for the help,
    > Brian
    >

  • Missing .dwt File

    This is the first time I have ever posted without searching first, but beg readers to understand I am working a little bit of a deadline here.
    Trying to finish up a site begun by a departing developer who built primarily in dreamweaver (i build primarily in vs or textpad...)...
    Finding multiple files where the body is built ontop of a template .dwt file; but the original .dwt file is missing.
    For example, .asp file carries line...
    <!-- InstanceBegin template="/Templates/FileName.dwt" codeOutsideHTMLIsLocked="False"  -->
    ...but review of the directory [Templates] finds nothing named [FileName.dwt]...
    Have learned how to detach these files from the missing template but 2 questions...
    1. Why isn't Dreamweaver 8 catching this missing template "relationship" and marking the code in error or otherwise indicating this to the developer?
    <and/or>
    2.  If Q1 "off-point" what might I be not yet understanding about these .asp / .dwt  "relationships" that would explain this scenario?
    ...at this point seems a bug in DW8 to create a relationship, eliminate 1/2 of that relationship but not error or notifiy developer or user...
    Has anyone else encountered this?
    Thanks in advance for all input!!!

    David:
    Thanks for the reply, and I take your point.
    Not to be argumentative, but...
    If I understand the "model" I would
    1st:Create the Template with the intention of applying a "consistent-format" across several pages.
    2nd:Create the subsequent pages applying the template to each...
    Isn't the intention further to enable the developer to be able to apply future changes to the original template so they propogate thru the site?
    I would interpret that as a 2-way (not a 1-way) relationship and expect that any change to any part of the relationship would be in some way communicated to the developer.
    Admittedly, after some greater expereince now w/Dreameweaver your point of reproducing the template from one of the existing "children" is an easy solution...
    I just thought I'd take one more stab at highlighting what seems "intuitive" to this relationship (imo).
    Thanks again for the response and the patience with this "counter-point."

  • After browser updates .dwt files suddenly no longer viewable in browser - why?

    I am working on a Mac (Leopard OSX Version 10.5.7) and this morning, after various routine software updates this morning (see below) I went to the website I'm working on to start work on another template file - and discovered I couldn't view the file in either of my default browsers (Safari/ Firefox).
    Here are the updates performed this morning - including one for Safari.
    2009-07-28 08:21:10 +0100: Installed "Digital Camera Raw Compatibility Update" (2.6)
    2009-07-28 08:21:27 +0100: Installed "AirPort Utility Software Update 2009-002" (5.4.2)
    2009-07-28 08:21:31 +0100: Installed "iLife Support" (9.0.3)
    2009-07-28 08:21:51 +0100: Installed "iDVD Update" (7.0.4)
    2009-07-28 08:22:40 +0100: Installed "Java for Mac OS X 10.5 Update 4" (1.0)
    2009-07-28 08:23:29 +0100: Installed "Safari" (4.0.2)
    2009-07-28 08:24:19 +0100: Installed "iTunes" (8.2.1)
    2009-07-28 08:24:51 +0100: Installed "QuickTime" (7.6.2)
    I also updated Firefox to the latest version.
    I've checked the connection between template and the html file based on that template, and there doesn't seem to be a problem - i.e. if I change something in the template, the file based on that template is updated, fine.
    When I try to preview a template file in the browser, rather than opening in the browser (which opens a blank "untitled" file) the finder window opens and locates the actual file in my templates folder - so I can't actually view it.
    Weirdly enough, the file DOES open in Opera (which I have not updated) - a browser I rarely use.
    This path opens up in Opera, but not in Firefox / Safari
    file://localhost/Users/mel/Documents/3_mslexia%20work/website%202008/mslexia/Templates/abo ut.dwt
    Why am I "suddenly" not able to view the template file in my default browsers?? I've a worry it's related to document relative paths and am fearful of brain-fry with this issue. Any simple way to diagnose the issue?
    I'm trying to think if I've changed anything. Yesterday I made some minor changes to templates but unfortunately can't recall if I opened the templates in a browser - I don't think I did. Prior to that, about a week ago, I made some site-wide alterations, which may have affected things - unfortunately I'm in the middle of a house renovation and my work patterns are sporadic at the moment - so didn't come back to the website until yesterday.
    Any help would be HUGELY appreciated. My instinct is that it's the browser updates that have changed something - anyone else had this happen to them?

    Just a thought, after re-reading your initial message and the fact that Firefox was updated.
    In the preferences, is Firefox set up as the default browser for viewing pages?  may be it was overwritten by the update or something.
    Sorry, but I can't think of anything else.  If you can view them in Opera then it can't be a coding issue I suppose - but then again......
    have you put the page through the validator?  Do you use the web developers toolbar in Firefox?  If so, validate the file locally, if not, then upload and validate here:
    HTML Validator - http://validator.w3.org
    CSS Validator - http://jigsaw.w3.org/css-validator/
    Just in case there could be an error in the HTML or CSS causing an issue.
    PS:  Not being a Mac user, I have no idea about how the site definition set up in for the Remote..  Is it normal for the setup to use localhost for viewing?  On my windows pc, my preferences for the testing server is set to None if I'm not using a local server.
    Also, the preferences do show that you are using tmp files for viewing right?
    That's it, can't think of anything else  :-)

  • I dw file.dwt files may insert server side code supposed all pages depended are in the same code eg

    I dw file.dwt (exact like this ext) files may insert server side code supposed all pages depended are in the same code eg cfml?

    I'm sorry, but your English is pretty difficult for me to figure.  I'm assuming your asking how to have a Dreameraver template support ColdFusion. It hat is what you are asking, the template file extension should be:  YourTemplateName.dwt.cfm  - this tells Dreamweaver is a ColdFusion template.
    I hope I understood you and that this helps.
    Lawrence Cramer - *Adobe Community Professional*
    http://www.Cartweaver.com
    Shopping Cart for Adobe Dreamweaver
    available in PHP, ColdFusion, and ASP
    Stay updated - http://blog.cartweaver.com

  • Use CFINCLUDE in a DWT file?

    Can I use a CFINCLUDE in a DWT (dreamweaver template) file?
    Does it need to be in an editable region?
    Many thanks!

    If the template is for a cfm page, yes. Otherwise, no.
    It shouldn't have to be in an editable region unless you need
    to be able to
    modify it on individual pages.
    Bryan Ashcraft (remove BRAIN to reply)
    Web Application Developer
    Wright Medical Technology, Inc.
    Macromedia Certified Dreamweaver Developer
    Adobe Community Expert (DW) ::
    http://www.adobe.com/communities/experts/
    "martin beall" <[email protected]> wrote in
    message
    news:f7jaec$3l1$[email protected]..
    > Can I use a CFINCLUDE in a DWT (dreamweaver template)
    file?
    > Does it need to be in an editable region?
    >
    > Many thanks!

  • Computer associates .dwt file extension with AutoCAD (valid) - not DW Template. [was: roberth11148500]

    I have attempted unsuccessfully to create a webpage template using Dreamweaver CS6. On investigation I found that my computer was interpreting the dwt. suffix as an AutoCAD template rather than a Dreamweaver template.  I do have AutoCAD programmes on my computer and in that software dwt. is a valid suffix for templates.  Please someone kindly tell me how to overcome this problem?

    One way is to associate the extension with the relevant program as in Choose the apps Windows uses by default - Windows Help
    Another way is to right click the template file and choose Open With->Dreamweaver
    A third way, if you are running a PHP server is to give the temple a PHP extension as in myTemplate.dwt.php

  • Using Spry Navigation with php includes in a Dreamweaver dwt file

    I am working on a large site and am attempting to set up templates in Dreamweaver, which will include the navigation as an includes file with php.  First of all, wondering if it is possible?  Second, how do I address the problem of my pages being at different levels within the site?  Very new to php coding, but my pages that are not connected to a template are working properly. 
    Thanks for your help.
    Kim

    Yeah!  David!  I don't know what you get paid, but it is not enough.  After replacing the file, it is working.  I did change the links in my index page and took off the /.  But the menu is now showing on all the pages now that were having issues.  I probably corrupted it somehow.  I really appreciate your help with this.  What a way to spend the holiday.  I guess we are making it true to its name.  This has definitely been laborous.  If there is such a word.
    Send me your address and i will mail you some of the best chocolate chip cookies.
    Kim
    P.S.  Can I take my links down up there?

  • Template Help Re: .dwt file

    Cheers All.
    I have done a template for the website I am working on,
    and my left margin is bigger than my right margin, so not sitting in center of page.
    My question is how do I move the template so it is even on both sides of template,
    Thank you for your time.
    Harwee.

    You need to create a wrapper on the page that will have a width and margin: auto.  The css looks something like this:
    #wrapper {
        width: 960px;
        margin: 0 auto;
    Your HTML code looks like this:
    <div id="wrapper">
         Put all your code here
    </div>
    hth

Maybe you are looking for

  • ITunes digital output (toslink)

    I'm pretty sure the answer is no (at least, right off the bat) but I thought I'd ask it anyways-I could be wrong, or I could be right.... I know that you can use the Mac Pro's digital Toslink output to connect to a pair of compatible speakers for mul

  • Shopping cart-onmouseup

    Hi to everybody! I�m trying to do somethin similar to a shopping car. So i have got a list of many products, and each product has a textFiedl to insert the number of products you want. So after inserting the number of products you want from this prod

  • Photoshop cs5 changes size automatically

    Greetings.  Im haivng a stupid problem with this program (cs5).  Im trying to make a file  20" X 34.125", and NO MATTER what i do, it automatically changes the size to 20" X 34.127".  I have no idea how to stop it from doing this, and help would be a

  • APEX 4 and Cognos 10

    We have Cognos as a reporting tool.  Has anyone been able to successfully use Cognos as their reporting tool with APEX 4?    

  • 10.5 server features that won't work without xserve

    We are opening up a branch office and want to use 10.5 as the server OS. My budget can't afford me an xserve at the moment but will have a G5 Mac Pro from the main office to use. Are there any features that won't work unless I have an xserve? I thoug