Top stuff. Thanks to you and nate On Feb 12, 11:43 pm, "wedge" <[EMAIL PROTECTED]> wrote: > I'm usingDreamweaver8 too. > > And there's a way to make .thtmlfiles editable like .php files. Found > the text here, forgot to note the author. > > ----- > > Just a couple of tips for developers who prefer to develop their page > layouts inDreamweaveror work with graphics people who useDreamweaver. These > are for DW 8. > > 1. Makethtmlfiles editable in the design view > > - Find the Extensions.txt file inDreamweaver's"Configuration" folder > and edit the line > > PHP,PHP3,PHP4,PHP5,TPL:PHP Files > > to read > > PHP,PHP3,PHP4,PHP5,TPL,THTML:PHP Files > > - Find the MMDocumentTypes.xml file in the "DocumentTypes" (this is in > the "Configuration" folder) and change the line > > <documenttype id="PHP_MySQL" servermodel="PHP MySQL" > internaltype="Dynamic" winfileextension="php,php3,php4,php5" > macfileextension="php,php3,php4,php5" file="Default.php" > writebyteordermark="false"> > > to read > > <documenttype id="PHP_MySQL" servermodel="PHP MySQL" > internaltype="Dynamic" winfileextension="php,php3,php4,php5,thtml" > macfileextension="php,php3,php4,php5,thtml" file="Default.php" > writebyteordermark="false"> > > 2. Use the "Design Time Style Sheet" to allow you to viewthtmlfiles > with the appropriate css style applied. > > - Open up thethtmlfile you wish to edit then from the main menu > select Text > CSS Styles > Design-time . Select the "+" above the > "Show only at design time" box and select the cake.default.css file > from the "webroot/css" folder. > > ------
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
