Skip navigation
Currently Being Moderated

DW5.5 Apply Source Formatting

May 9, 2012 11:07 AM

Tags: #html #cs5.5 #dreamweaver #5.5 #format #code #tag

When I click Apply Source Formatting, it changes this:

 

<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>

<!DOCTYPE HTML>

<html>

<head>

<meta charset="utf-8">

<title>Untitled Document</title>

</head>

 

<body>

</body>

</html>

 

============= TO THIS ============

 

<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>

<!DOCTYPE HTML>

<html><head><meta charset="utf-8"><title>Untitled Document</title></head><body> </body></html>

 

 

 

...............................................................

... in other words... it does the OPPOSITE of Apply Source Formatting.

...............................................................

 

  • I would like to be able to reset my Code Formatting options back to default, or
  • I would like ot know what to do to make it stop doing this.

 

Below, left .... A screen-shot of my Code Formatting settings. Looks okay to me....

I'm using Windows 7 64bit so I selected CR LF (Windows) for my "Line break type".

 

Honestly, everything WAS working until I decided to change a few HTML tags in the library, but even what I set the tags to do, they are NOT doing.

Below, right, notice my setting for <head> ... looks right, but if you look above at the way <head> is formatting, it is not reformatting the way the Preview in the Tag Library Editor is showing. In fact it's doing the opposite....

 

Untitled-2.pngUntitled-2.png

Anyone else having this problem? Anyone know how I can set my defaults for source formatting back to original?

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points