The dreamweaver-templates tag has no wiki summary.
5
votes
1answer
438 views
Dreamweaver nested templates
So I'm trying to achieve something like this in Dreamwaver CS5. I have one optional editable region (optional because I do not want that thing in certain webpages) and another editable region in my ...
2
votes
2answers
193 views
Why would one use Dreamweaver Templates over PHP or Javascript for templating?
I'm a student programmer for a company, and the lead developer is making a huge push to use Dreamweaver templates for our new site with vague reasoning pointing to performance benefits.
I'm not ...
2
votes
1answer
537 views
Detach many pages from a Dreamweaver template
I've got a site of about 500 pages from a client, all attached to a template. Is there any way I can do a "bulk detach" rather than going through each file individually?
1
vote
1answer
67 views
Dreamweaver Templates Equivalent
I have been using Dreamweaver to build several sites. In particular, I utilize its templates to manage consistent layout / design throughout each site.
In a nutshell, it works like this:
Create a ...
0
votes
0answers
4 views
Dreamweaver CS5: How does one rename template markup
Once a template editable region, optional region, modifiable attribute is created there seems to be no obvious way via the gui to rename or change things regarding these features.
Is there a way via ...
0
votes
1answer
36 views
Query String discrepancy in Adobe Contribute/Dreamweaver
/**Update ***/
This seems to be a query string problem, as I didn't realize that a PHP error was being thrown in Contribute 3. So my question now is, why does this line work in Contribute 4, but not ...
0
votes
1answer
89 views
dreamweaver templates keep putting absolute addresses in script src
I moved a set of templates to a new folder also named Templates so the instructional designer can see them in her "New page from Template" window. For some reason, I as the programmer can see the ...
0
votes
2answers
209 views
Does Dreamweaver add enctype=“text/plain” to forms automatically?
I have some forms that post to a CGI script. I set them up and they work perfectly on all browsers. Then I leave them alone.
A few days later, after designers have updated the page, the forms no ...
0
votes
2answers
330 views
Parsing Dreamweaver templates with Regular Expressions
I have a requirement to parse the content out of Dreamweaver templates.
I'm using C#.
Here is some example content that I will need to parse.
<div id="myDiv">
<h1><!-- ...