Making Word template from DW code

I know, I know, Office products are evil but bare with me. I work in a corporate setting and the CEO has asked that I create Word templates from the html email templates that I created for internal communications. The idea from the begining was that each support group would communicate to the internal masses via a custom email format (attached) instead of simply shooting out a standard email. The problem is, I have become the guy who has to format everyone's email since they can't code. I have better things to do.
My question:
In an effort to make this process as easy as composing an email, we thought about putting the html frame work into Word as a template and keep the main content area open for modification from the various users. How do i do this? I figure it can be done somehow since most of the junk email i get these days has some reference to MS Word within its code.
Can anyone provide any direction?
Thanks.
David

The best thing to do in your case is save the HTML in DW and then open the document in Word.  Word can open and edit .html documents with minor issues (if you send emails to Outlook 2007 you are aware of the quirks, if not --> http://msdn.microsoft.com/en-us/library/aa338200.aspx , read that article and get the DW plugin to validate pages).
Then just save the document as a .dotx (if you have 2007 this is better because file sizes are smaller and there are more options available to an end-user).
After that you should be set to go.

Similar Messages

  • Links to Word template from Reader X

    I have setup pdf document with links to Microsoft Word templates. They were working correctly in Reader 9 and they are working correctly when opened from Acrobat X Professional but when I open pdf file in Reader X the do not work. In Acrobat Pro clicking on link opens window which shows the name of the template i.e. sample.net. In Reader X it is showing the path to Winword.exe. Template is opened but macros are blocked. Can I modify some settings of the Reader X to have it working properly as it does in Acrobat Pro ?
    Thanks for help.
    Tony

    If it worked before but doesn't work after you "upgraded" then, you upgraded the wrong thing.
    You "may" have had Adobe Acrobat before but now you have Adobe Reader which cannot do what you want.
    Look around in your program files. Reader should not have removed Acrobat if that's indeed what you were using.

  • Converting Word Templates from 2003 to 2013 Version

    Hello.  I work at a school environment and most of our secretaries had been running Office 2003.  They have a lot of Word templates.  Recently, as we have decided to upgrade Office to 2013, we have the problem of hundreds of old templates
    that need to be converted over to the 2013 version.
    Is there a quick and efficient way to do this?  Instead of manual converting each file, one by one.
    Thanks in advance!

    In addition to the answer of Edward I would add the following line of code:
    Sub Convert2003To2013()
    ' Convert2003To2013 Macro
    Application.ScreenUpdating = False
    Dim strFolder As String, strFile As String, wdDoc As Document
    strFolder = "D:\Sample\OfficeDev\Word\OldFolder"
    If strFolder = "" Then Exit Sub
    strFile = Dir(strFolder & "\*.doc", vbNormal)
    While strFile <> ""
    If InStrRev(strFile, ".docx") = 0 Then
    Set wdDoc = Documents.Open(FileName:=strFolder & "\" & strFile, _
    AddToRecentFiles:=False, Visible:=False)
    wdDoc.Convert
    wdDoc.SaveAs2 FileName:=strFolder & "\" & Left(strFile, InStrRev(strFile, ".doc")) & "docx", _
    Fileformat:=wdFormatXMLDocument, AddToRecentFiles:=False
    wdDoc.Close SaveChanges:=False
    End If
    strFile = Dir()
    Wend
    Set wdDoc = Nothing
    Application.ScreenUpdating = True
    End Sub
    I added the wdDoc.Convert because otherwise you are not explicitly converting documents but only renaming them to .docx
    The additional functionality of Office 2013 comes available when the document is actually converted. You can test this by opening the document after het has been really converted, you should be able to see the SmartArt options. If you only rename them to
    .docx you will see that the 'new' smart art functionality is not available.
    Doesn't mean that the provided code block by Edward doesn't work, it does a great job. My advice would be to add the convert line if you really want 'converted' files.
    Last thing you have to think about is these code snippets use SaveAs2, that means that you will get two instances of your document. If you choose convert you are actually converting the original document. In that case you do not choose SaveAs2
    but you use Save.
    Maurice
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer. Thank You

  • Word Templates from WebFolders

    A user reports:
    If you try to open a template (Word) from iFS web folder it says that the template doesn't exist.
    Any way to correct this?
    Thanks,
    Scott

    Scott--
    We've reproduced this problem here and logged it as a bug (#1910909). We don't currently have a workaround, but we are working on the issue.

  • Making a template from the xml/xslt..what am I missing

    Ok... I am stumped.... May be I am just missing something...
    I am looking into making a new HTML template. I am following the instructions on John Nacks webs site. However, upon looking into the web templates folder all the templates are .LRTEMPLATE files. Just putting the demo folder into the lr web template folder does not make the xml accesable from Light room. So how does one go about transforming these files into an actual LR template?
    I am posting about this on my Blog as well:
    http://lrwebtemplates.blogspot.com/

    The .lrtemplate files are saved presets from the left panel of the Web Module. You want to create in the same Lightroom Folder as the /Web Templates folder a /Web Galleries Folder and put your demo folder there that has galleryMaker.xml and transprmer.xslt and what everelse. Then restart LR and whatever (demo in this case) the folder is named will appear in the Galley List on the right panel in the Web Module.
    Don
    Don Ricklin, MacBook 1.83Ghz Duo 2 Core running 10.4.8 & Win XP, Pentax *ist D
    http://donricklin.blogspot.com/

  • Making https: connection from java code loaded into Oracle 8i database

    A bit of a blast from the past, really, as 8i provides a JVM at 1.2.2.
    I need to provide an PL/SQL function which accesses a RESTful web service requiring https connection. Got the call working under 1.2 locally without much trouble using:
    static {
            System.setProperty("java.protocol.handler.pkgs",
                    "com.sun.net.ssl.internal.www.protocol");
            Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
        }The trick is to get the Oracle database to run the code internally. What libraries do I need where? I get an extremely unhelpful NoClassDefFoundError, without mention of the offending class.
    By doing loadjava with jcert.jar,. jnet.jar and jsse.jar (the libraries I'm using with the test program) I can get loadjava to accept and allegedly resolve the class.

    endasil wrote:
    malcolmmc wrote:
    Well, sadly look at the colour scheme.Yeah, sarcastic was I. The NoClassDef error seriously doesn't give a class name? I find it astonishing that any implementation would be that stupid.Seriously. The strange thing is that before I got to the NoClassDefFound I had a Initialization error (until I added a security rule for setting the Provider) and for that I got a full stack trace (in an obscure trace file, granted).

  • How to restore word template from a document library

    Is there any possibilty to find the template directly in the file system? I have an older version of the file system, so if I would know the place where the templates would be saved, I will be able to get this template back.

    Document templates are stored in the default site resource location http://Server Name/Site/Document Library Name /Forms/Content Type Name/ or a resource list of library set up specifically the for document templates. The URL can be relative
    to a location on the site or the resource folder. For example, a URL relative to the site would be <Server Name>/Site/Library Name/Forms/Docname.doc, and a URL relative to the resource folder would be simply Docname.doc.
    Ref : https://support.office.com/en-us/article/Create-and-edit-content-types-3d5d45af-608d-4183-8d51-073095fe0312
    Regards, Khalil Kothia, PMP Blog : http://khalil-kothia.com Site : http://StayGreenAcademy.com/

  • MS word templates free text referenced gets cut

    Hello Experts,
    CRM 5.0
    We have a scenario where we have implemented a custom BADI to add attributes in the list of fields that can be pulled into MS word templates from an order object in CRM. Some of the free text areas are also being referenced in the MS word templates. However only the first 128 characters from the free text area get pulled into the MS word template. The BADI does not seem to put this limit as in debugging, we can see all the text being referenced but on the front end only 128 characters flow through. Can someone please suggest a solution around this?
    Thanks & regards
    Ritwik Sharma

    BackInBlack wrote:
    >
    > The problem arises when I try to display the content on
    that field on some
    > display templates. The formatting is lost and there are
    several characters that
    > get replaced by ~ as well as little square boxes that
    are a special character
    > that I can't identify.
    >
    > Is there anything anyone can suggest on how to approach
    this problem? is it a
    > coldfusion administrator issue, a server setup issue,
    does word have to be
    > installed on the server that the applications run? is it
    a setting in SQl
    > server. I was hoping someone has had a similar problem
    and can point me in the
    > right direction.
    It is a character encoding issue. This is a big topic, but
    there is
    plenty written up about it. You probably want to configure
    your
    application use use window-1252 or unicode encoding format.
    You will
    want to make sure the entire system running the application
    is talking
    the same encoding, database web server and ColdFusion.

  • Making this change would require code that is locked by a template or a translator. The change will be discarded.

    I apologize if this has been answered before, but I can't
    seem to find a solution in the forum archive. The error message
    below displays in Dreamweaver CS3 when I attempt to edit a
    Fireworks CS3 file using the "Edit" button in Dreamweaver. After
    clicking "Done" in Firworks to update the file and return to my
    HTML page in Dreamweaver, the error message displays. Can someone
    help me troubleshoot the problem? As a side note, I tested it in my
    older version of Dreamweaver and Fireworks (studio 8 versions) to
    see if I would get the same error message and I didn't - everything
    worked fine and no error message displayed.
    DW Error Message: Making this change would require code that
    is locked by a template or a translator. The change will be
    discarded.
    Thanks for your help,
    Donna

    > Murray, what do you mean? My pages validated before the
    switch to DW8.
    Are you sure? Show us one.
    The error you describe is only thrown in one of two cases -
    1. You have actually changed what is being mentioned (sadly
    this is most
    often NOT the case)
    2. You have a coding error somewhere on the page (or in the
    CSS) that is
    causing the template engine to burp this error message even
    though it
    doesn't really apply
    DW4 was nearly totally unaware of 'validation' errors. DW8 is
    MUCH stricter
    about them. When anyone says "this was fine in DW4 and is now
    not fine in
    DW8" this is the first and most likely solution.
    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
    ==================
    "Inge Grotjahn" <[email protected]> wrote in message
    news:[email protected]..
    > Am 13.09.2007 schrieb Murray *ACE*:
    >
    >> DW4 was much more tolerant of errors in your code
    than DW8 is. Your
    >> symptoms are an absolute diagnostic for such errors.
    >
    > Murray, what do you mean? My pages validated before the
    switch to DW8.
    > I only imported my site from DW4 and used the existing
    templates.
    > After changes of the template I used DW's feature to
    update all
    > relevant pages automatically. Then I wondered, why I
    couldn't make
    > changes on the child-pages within the editable regions.
    Finally I
    > created the template page new in DW8 and applied the new
    template to
    > all my pages. Now it is working fine, although my pages
    still state,
    > that they relate to a DW6 template, which I never had?
    >
    > Best regards:-)
    > Inge Grotjahn, puzzled:-)
    > --
    > CatManiacs World:
    http://www.gwsystems.com/inge

  • Need HTML code to call template from an existing web template

    Hi all,
    Can someone help me with a HTML code which can call another web template from a field of a table.
    I have a web template which includes table as web item.The template when executed displays the data of query view in the form of table.One of the field in the table is Europe.Now my requirement is when i click on that field Europe,it should open up another template which is present in the system.
    Please provide me with a HTML code which can do this.
    Regards,
    Suchitra

    Hi all,
    Can someone help me with a HTML code which can call another web template from a field of a table.
    I have a web template which includes table as web item.The template when executed displays the data of query view in the form of table.One of the field in the table is Europe.Now my requirement is when i click on that field Europe,it should open up another template which is present in the system.
    Please provide me with a HTML code which can do this.
    Regards,
    Suchitra

  • The numbering format keeps changing when making PDF's from Word 2007 ? Using Acrobat 9 Pro Extended

    The numbering in (Contents) format keeps changing when making PDF's from Word 2007 ? Using Acrobat 9 Pro Extended.

    The issue is that I have made up a contract in Word.
    The second page has a list of all contents of the contract.
    gghhjhhbhbhhbhbjbhj....1
    bv v vghvjvjnnnnnnnnn....2
    When we convert to PDF some of the numbers change. Example 20 becomes 201.
    Your help is appreciated.
    Cheers Ocean designs.

  • Can anyone tell me why I am unable to download a template word doc from webmail onto my mac without it opening in text format? I just need the original document format.

    Can anyone tell me why I am unable to download a template word doc from webmail onto my mac without it opening in text format? I just need the original document format.

    Where to begin... and why would you ask here? (workstation owners)
    Places I can think to try, after google of course....
    Forum devoted to something like Word / Mactopia or Pages.... whether you are using Office 2011, and no idea what browser or webmail (IMAP, Gmail, other)
    And then there really are notebook with subforum for MacBook Pro
    Apple Site Map
    Apple Support Mail
    Apple Support

  • Opening Word document templates from the New Document drop down does not open Word

    I have a document library with a number of Content Types attached to it.  Each one has a different Word document attached.  We have an intermittent problem where when you click to open one of these templates from the 'New Document' drop
    down list that nothing happens. The workaround appears to be either open Word first or re-boot the computer.  I think there is a problem with SharePoint not linking in with Word correctly.  Does anyone have any suggestions on how to fix this?
    Thanks
    Julie
    J Sykes

    Hi J,
    Can you please check in your internet explorer whether MS office Add ons enable or not.
    If not enable that and restart your browser and try again.
    Also try to repair MS Office if issue still persist.
    Regards
    Soni K

  • How do I delete my templates from Word 2011 in OSX 10.8.5

    How do I delete my templates from Word 2011 in OSX 10.8.5?  I cannot find user/library in the finder.  Please help.

    They will be in the MS Templates folder located in the MS Office folder in your Applications folder.
    Exposing the /Home/Library/ Folder
    Pick one of the following methods:
    A. This method will make the folder visible permanently. Open the Terminal application in your Utilities folder and paste the following at the command prompt:
    chflags nohidden ~/Library
    Press RETURN.
    B. Click on the Desktop, press the OPTION (⌥) button, select Library from the Finder's Go menu.
    C. Select Go To Folder from the Finder's Go menu. Paste the following in the path field:
    ~/Library
    Press the Go button.

  • Missing footer from my Microsoft Word Template in RoboHelp 9

    I'm using RoboHelp 9.0.2.271.  I have to show two different footers:  one for WebHelp and one for printed docs (with different content).  I do not use footers per topic.  I use a master page for the WebHelp that includes a footer.  I tried using a Microsoft Word template for the printed docs by adding a footer to the template.  However, when it generate the Word doc from RoboHelp 9, the footer is missing.  I've seen posts for previous versions that RoboHelp ignores the headers and footers in the template.  Is that still true in RoboHelp 9?  If so, I'll just add the footer after the fact to the Word doc, but it would be nice if the footer would persist.
    Thanks.
    Gina

    Hey, welcome back. Long time since we heard from you.
    Still true. See Printed Documentation on my site for the full story.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for

  • Custom file chooser

    Hello, I need to design a custom file chooser. Infact, I cannot call it a file chooser, because this is not accessing local system files. I am uploading some files into a directory using ASP and I keep that file name in the database. I can even uploa

  • How to use xslt mapper

    I'have created a xsd with sequence occurences. In the xslt mapper I try to connect nickname, initials and full name to the same field, because I just see one field. Can somebody help me? Thanks Jasper

  • SQL Datamodeler: Relational model: column properties: formula description

    Hello When I navigate to the column properties of a formula column I can add a formula description. This formula description is not picked up by the DDL generator (Oracle). What am I missing? Regards Erik

  • Removing light reflex in part of the frame of video

    Hi I need to remove some light reflex in my video (sample picture below). I cannot open the AVI / MOV files in Adobe Photoshop Elements 10. Is there a chance to make this correction (limited to the small part of the image) using Adobe Premiere Elemen

  • Reinstall photoshop elements  7

    How to reinstall phoroshop elemenrts 7