ez.no / exponential / documentation / customization / tips & tricks / 3rd party applications / dreamweaver mx
You can edit .tpl files in wysiwyg mode by changing the following setting:
The style sheet links and other links that contain code don't work of course... Somebody else?
There is a work-around for style sheets: In DW MX, you can select one or "design time style sheets". Those will be used, while you are in wysiwyg-mode. Works like this: Open the template, that you want to edit (ie. pagelayout for a section), display the stylesheet window, use the menu in the top-right corner of the stylesheet window and select the CSS's you want. See the source code of the .tpl to check, which css are needed (probably "core.css" and one for your section). This helps a bit. See Macromedia's site for details.
You can edit .log and .append files in code-view (w/o being prompted for an external editor) by:
Log in or create a user account to comment.
Comments
Had to change another file
LaQuisha Redfern
Monday 11 July 2005 11:09:59 pm
#1. I had to edit:
C:\Documents and Settings\[USER]\Application Data\Macromedia\Dreamweaver MX\Configuration\Extensions.txt
This is a text file, I added TPL in these two lines:
HTM,HTML,TPL,SHTM,SHTML,HTA,HTC,STM,SSI,JS,AS,XML,XSL,XSD,DTD,XSLT,LBI,DWT,ASP,ASPX,ASCX,ASMX,CONFIG,CS,CSS,CFM,CFML,CFC,TLD,TXT,PHP,PHP3,PHP4,LASSO,JSP,VB,VTM,VTML,INC,JAVA,EDML,WML:All Documents
HTM,HTML,TPL,HTA,HTC:HTML Documents
#2. I had to restart Dreamweaver for the changes to take effect.
Opening .tpl template files from within Dreamweaver MX
Joakim Stai
Wednesday 18 February 2004 5:37:14 pm