Copy link to clipboard
Copied
It is probably the most annoying Dreamweaver does, I am using CS5 and I want to know how to stop that from happening.
Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
This is exactly what I don't want to show up. I want it to be 100% blank.
Copy link to clipboard
Copied
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
Find more inspiration, events, and resources on the new Adobe Community
Explore Now