Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Stop Dreamweaver from inserting HTML into new PHP documents

Guest
Mar 04, 2012 Mar 04, 2012

It is probably the most annoying Dreamweaver does, I am using CS5 and I want to know how to stop that from happening.

TOPICS
Server side applications
713
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Mar 04, 2012 Mar 04, 2012

This is what appears in any new php page that Dreamweaver creates on my system:

<!DOCTYPE HTML>

<html>

<head>

<meta charset="utf-8">

<title>Untitled Document</title>

</head>

<body>

</body>

</html>

This is a correct document type for HTML5 and works in php.

What does yours produce?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 04, 2012 Mar 04, 2012

This is exactly what I don't want to show up.  I want it to be 100% blank.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Mar 07, 2012 Mar 07, 2012
LATEST

Work around.

Create a new page

Delete all its content

Save it as blank.php

When you need a new page that is blank, copy it to the new location.

You could also submit your request to Adobe as a wish list item.

See: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines