Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
Murray *TMM* #1
Re: Do I need to save templates destined for ASP pages differently
Crispy:
Are your ASP pages *only* ASP code?
The problem with applying a template to an existing page is that you must
choose where to put the content. If the template has more than one editable
region, you do not get to say, "put this content there, and this other
content here." It all goes in one or the other region. This means that the
*entire* existing page will be put into the editable region you specify,
including its images and navigation and all.
That's why the copy and paste method is better.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Crispy" <polaatx@yahoo.com> wrote in message
news:bedfde$pd6$1@forums.macromedia.com...where> Thank you Murray for your reply.
>
> Are you saying that with ASP pages I can't rely on just applying the
> template from Assets panel? I have quite a few ASP pages and the cut and
> past method you sugggest will be time consuming. I have in the past simply
> applied the template from the Assets panel of DW MX and it seemed to work
> fine. It always, of course, asks me to resolve where the body goes andGET> the head goes.
>
> Is there a particular reason to do the copy and paste method you suggest?
>
> thanks. crispy
>
>
> "Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
> news:bebjin$d4v$1@forums.macromedia.com...> and> > Crispy:
> >
> > Get rid of the xml line - it will cause you problems (just remove it).
> >
> > Then save your page as a template. Then spawn a new child page from it,> child> > copy an paste the desired code from your existing page. Save the new> > page over the existing page. Repeat until done.
> >
> > --
> > Murray --- ICQ 71997575
> > Team Macromedia Volunteer for Dreamweaver MX
> > (If you *MUST* email me, don't LAUGH when you do so!)
> > ==================
> > [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TOsomething> > ANSWERS
> > ==================
> > [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
> > [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
> > [url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
> > [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
> > ==================
> >
> > "Crispy" <polaatx@yahoo.com> wrote in message
> > news:beasin$8pl$1@forums.macromedia.com...> > prepare> > > I have a template that I will apply to some ASP pages. Do I need to> > > that template in any way? For example, do I need to save it as> starts> > > other than .dwt?
> > >
> > > Also, the template was originally a Xhtml compliant document. So it>> > apply> > > out with:
> > >
> > > <?xml version="1.0" encoding="iso-8859-1"?>
> > > <!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">
> > >
> > > Is that fine or will it conflict in any way with ASP pages that I will> >> > > this template to later?
> > >
> > >
> >
>
Murray *TMM* Guest
-
Templates for New Pages Not Updating
I am a site admin with 7 Contributors accessing my site via Contribute 3. I have created templates for them to use to create their new pages. ... -
new pages using dreamweaver templates?
I have a dreamweaver template (*.dwt file) that I would like to use to create new pages on my website. How can I do this? As administrator, I have... -
Templates not updating pages
Hi My template page in Template Folder in my site is not updating my pages based on template. I am using a side nav bar in CSS. When I go to... -
Help, Naming pages from Templates!!
Hi Could anyone help me, I have made templates and have been using them, I have read the manual and it says that when you make a new file from a... -
Dreamweaver Crash on Save (Using Templates)
My Dreamweaver be Crashin! I have validated the template to make sure there is no funkyness like unclosed <td>'s and the such. I validated it... -
Crispy #2
Re: Do I need to save templates destined for ASP pages differently
Murray,
I didn't think of the scenario of having multiple editable regions for
content. So far I've just had one.
Thanks.
"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:befehb$jlg$1@forums.macromedia.com...And> Crispy:
>>> > Does this jive with your understanding?
> Yes it does, more or less. But what happens when you have two or more
> editable regions in the Template page? Where do you put your content?get> further, if you have navigation elements already on the page, then thesehtml> shoved into the editable region as well making a real mess....
>>> > Do you think I should worry about that and try
> > to change it?
> >
> Yes - but a simple change to the Template page will do the trick, no?
>
> --
> Murray --- ICQ 71997575
> Team Macromedia Volunteer for Dreamweaver MX
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
> ANSWERS
> ==================
> [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
> [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
> [url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
> [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
> ==================
>
> "Crispy" <polaatx@yahoo.com> wrote in message
> news:befe31$j03$1@forums.macromedia.com...> > Murray:
> >
> > Thanks for your response.
> >
> > My experience with MX has not been the way you describe.
> >
> > I have ASP pages that contain both html and asp code both inside thehave> > tags and on top.
> >
> > When i apply a template to it, I always get a INCONSISTEN REGION NAMES
> > window asking me to resolve where the body should go and where the head
> > should go. I tell it to put the body in the editable region I alreadyof> > created for body and to put the head in an editable region for head.
> >
> > Then DW does all that and is smart enough to leave the ASP code on top[url]http://tribalrugs.net/[/url]> pages> > the html alone and outside the template.
> >
> > Does this jive with your understanding? I have been doing this and the> > seem to function well. Every page in this ASP sitethat> the> > was created this way. The only regret I have is that that I didn't make> with> > pages transitional when I built the template. So every page just starts> try> > <html> tag and nothing else. Do you think I should worry about that and> must> > to change it?
> >
> >
> >
> > "Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
> > news:bee8mh$58h$1@forums.macromedia.com...> > > Crispy:
> > >
> > > Are your ASP pages *only* ASP code?
> > >
> > > The problem with applying a template to an existing page is that you> > editable> > > choose where to put the content. If the template has more than one> > > region, you do not get to say, "put this content there, and this other
> > > content here." It all goes in one or the other region. This meansspecify,> > the> > > *entire* existing page will be put into the editable region youand> GET> > > including its images and navigation and all.
> > >
> > > That's why the copy and paste method is better.
> > >
> > > --
> > > Murray --- ICQ 71997575
> > > Team Macromedia Volunteer for Dreamweaver MX
> > > (If you *MUST* email me, don't LAUGH when you do so!)
> > > ==================
> > > [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO> and> > > ANSWERS
> > > ==================
> > > [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
> > > [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
> > > [url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
> > > [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
> > > ==================
> > >
> > > "Crispy" <polaatx@yahoo.com> wrote in message
> > > news:bedfde$pd6$1@forums.macromedia.com...
> > > > Thank you Murray for your reply.
> > > >
> > > > Are you saying that with ASP pages I can't rely on just applying the
> > > > template from Assets panel? I have quite a few ASP pages and the cut> > simply> > > > past method you sugggest will be time consuming. I have in the past> > work> > > > applied the template from the Assets panel of DW MX and it seemed to> > > > fine. It always, of course, asks me to resolve where the body goesfrom> it).> > suggest?> > > where
> > > > the head goes.
> > > >
> > > > Is there a particular reason to do the copy and paste method you> > > >
> > > > thanks. crispy
> > > >
> > > >
> > > > "Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
> > > > news:bebjin$d4v$1@forums.macromedia.com...
> > > > > Crispy:
> > > > >
> > > > > Get rid of the xml line - it will cause you problems (just remove> > > > >
> > > > > Then save your page as a template. Then spawn a new child pageI> new> > it,> > > > and
> > > > > copy an paste the desired code from your existing page. Save the> TO> > > > child
> > > > > page over the existing page. Repeat until done.
> > > > >
> > > > > --
> > > > > Murray --- ICQ 71997575
> > > > > Team Macromedia Volunteer for Dreamweaver MX
> > > > > (If you *MUST* email me, don't LAUGH when you do so!)
> > > > > ==================
> > > > > [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY> Technotes> > > GET
> > > > > ANSWERS
> > > > > ==================
> > > > > [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
> > > > > [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
> > > > > [url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
> > > > > [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM)> to> > > > > ==================
> > > > >
> > > > > "Crispy" <polaatx@yahoo.com> wrote in message
> > > > > news:beasin$8pl$1@forums.macromedia.com...
> > > > > > I have a template that I will apply to some ASP pages. Do I need> it> > > > > prepare
> > > > > > that template in any way? For example, do I need to save it as
> > > something
> > > > > > other than .dwt?
> > > > > >
> > > > > > Also, the template was originally a Xhtml compliant document. So> > > > starts
> > > > > > out with:
> > > > > >
> > > > > > <?xml version="1.0" encoding="iso-8859-1"?>
> > > > > > <!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">
> > > > > >
> > > > > > Is that fine or will it conflict in any way with ASP pages that>> > will> >> > > > > apply
> > > > > > this template to later?
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
>
Crispy Guest



Reply With Quote

