This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Dreamweaver > August 2004 > HTML Document inserted before CFM Doc





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author HTML Document inserted before CFM Doc
DFKrueger

2004-08-03, 12:15 pm

Xref: kermit macromedia.dreamweaver:944260

We are having a problem with all pages created in Dreamweaver. It appears that
there is a blank html document being inserted before the cfml document. All
pages are working but this is not allowing windows titles and such to be
applied to the page. I'm pretty sure this is a configuation problem with either
Dreamweaver or ColdFusion but running out of places to look. We are using CFMX
6.1 and Dreamweaver MX.

The results of our pages is:

<HTML>
<BODY>
</BODY>
</HTML>

<HTML>
<... our Dreamweaver coding ...>
</HTML>

Any help or ideas would be appreciated.

Murray *TMM*

2004-08-03, 12:15 pm

What do you do to get this?

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(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
==================

"DFKrueger" <webforumsuser@macromedia.com> wrote in message
news:ceo7qk$f51$1@forums.macromedia.com...
> We are having a problem with all pages created in Dreamweaver. It appears

that
> there is a blank html document being inserted before the cfml document.

All
> pages are working but this is not allowing windows titles and such to be
> applied to the page. I'm pretty sure this is a configuation problem with

either
> Dreamweaver or ColdFusion but running out of places to look. We are using

CFMX
> 6.1 and Dreamweaver MX.
>
> The results of our pages is:
>
> <HTML>
> <BODY>
> </BODY>
> </HTML>
>
> <HTML>
> <... our Dreamweaver coding ...>
> </HTML>
>
> Any help or ideas would be appreciated.
>



Murray *TMM*

2004-08-03, 7:15 pm

Please find, open, and copy/paste the contents of this document into a
reply -

C:\Program Files\Macromedia\Dreamweaver MX
2004\Configuration\DocumentTypes\NewDocuments\default.cfm

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(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
==================

"DFKrueger" <webforumsuser@macromedia.com> wrote in message
news:ceoj4l$e$1@forums.macromedia.com...
> Murray,
>
> We don't have to do anything to get this to happen ...
>
> - Open Dreamweaver
> - File > New > Dynamic Page / ColdFusion > Create
> - Preview in Browser
>
> ... and the code is there as displayed in the first message.
>
> Dan
>



DFKrueger

2004-08-03, 7:15 pm

Murray,

We don't have to do anything to get this to happen ...

- Open Dreamweaver
- File > New > Dynamic Page / ColdFusion > Create
- Preview in Browser

... and the code is there as displayed in the first message.

Dan

DFKrueger

2004-08-03, 7:15 pm

Murray,

DEFAULT.cfm
___________
<HTML>
<HEAD>
<TITLE>Untitled Document</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=">
</HEAD>

<BODY>

</BODY>
</HTML>

___________

Thanks for your help,
Dan

Murray *TMM*

2004-08-03, 7:15 pm

Please find the dreamweaver.exe file in the Program
Files/Macromedia/Dreamweaver MX folder, right click on it, and select
PROPERTIES | Version. Tell me what version you see there.

Are you sure you did Default.cfm? Yet when you create a new page, you see
the code you pasted?

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(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
==================

"DFKrueger" <webforumsuser@macromedia.com> wrote in message
news:ceoksk$1tl$1@forums.macromedia.com...
> Murray,
>
> DEFAULT.cfm
> ___________
> <HTML>
> <HEAD>
> <TITLE>Untitled Document</TITLE>
> <meta http-equiv="Content-Type" content="text/html; charset=">
> </HEAD>
>
> <BODY>
>
> </BODY>
> </HTML>
>
> ___________
>
> Thanks for your help,
> Dan
>



DFKrueger

2004-08-03, 7:15 pm

Dreamweaver Version Info ... 6.0.1722.0

Yes, I am certain that the code provided was the default.cfm. I opened the
default.cfm and modified the <title> tag to a string of "x"s ... created a new
cfm page and the default with "x"s was brought in but when I browsed the page I
got the same thing with an additional html page added to the top of the cfm
page just created. The "x"s showed in the second <html> document.

Thanks


Murray *TMM*

2004-08-03, 7:15 pm

How utterly bizarre.

I recommend you do two things -

1. Update to DMX6.1 using the updater on the Macromedia site.
2. If that fails to correct the issue, please contact Macromedia directly
and use one of your one-on-one support incidents.

http://www.macromedia.com/support/e...entary/main.cgi


--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(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
==================

"DFKrueger" <webforumsuser@macromedia.com> wrote in message
news:ceoqeg$86b$1@forums.macromedia.com...
> Dreamweaver Version Info ... 6.0.1722.0
>
> Yes, I am certain that the code provided was the default.cfm. I opened

the
> default.cfm and modified the <title> tag to a string of "x"s ... created

a new
> cfm page and the default with "x"s was brought in but when I browsed the

page I
> got the same thing with an additional html page added to the top of the

cfm
> page just created. The "x"s showed in the second <html> document.
>
> Thanks
>
>



Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews