When I create a new HTML page the background color in Design view is yellow. Dreamweaver Preferences and Page Properties do not show yellow. What to do?
FredF
I am attempting to change the Dreamweaver default color of a new HTML page,
i.e., File > New > Blank Page > HTML > None > DocType: HTML5 > Create. The
resultant page in Design view is yellow.
(All the pages I create in the Dreamweaver tutorial I'm working on have a
yellow background in Design view. They view correctly in Live view and in
the browser.)
Code:
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Untitled Document</title>
</head>
<body>
</body>
</html>
Page Properties, both Appearance (CSS) and Appearance (HTML) do not show a
Background color of yellow. Neither does Dreamweaver Preferences, at least
where I looked.
I be stumped!!
Fred Mentzer
PS BTW, I am using Dreamweaver CS6 for Mac. The opsys is OS X 10.8
Mountain Lion.
Nope. Made no difference hiding Visual Aids. Bummer!
I'm totally stumped as to why the default color is yellow. I do know that
the website where I'm the webmaster, all the pages have a yellow background
( http://281st.com ). But what that has to do with a new HTML default
background page color in Dreamweaver I'm not knowing
I was thinking that it could be a system glitch, but other application new
pages are all white (Outlook, MS Word, Notes, Pages, etc). I'm now going to
uninstall/reinstall Dreamweaver to see if that solves the problem.
I'll keep you posted,
Fred
UPDATE
Finally solved the problem. After many days and hours wrestling with the
yellow page dilemma and many hours (wasted) with Adobe help I worked it out
myself. I don't know the "whys" but I do know that the Design view desktop,
whether new or a tutorial pages, are now white.
What I discovered was somehow old Dreamweaver files were creating the
problem with DW CS6. I previously had installed DW CS4, 5, and 5.5. I went
into the Library ( 'Finder' > Option key 'GO' > Library > ) and deleted any
of the older DW version files. In particular the plist files. For good
measure I uninstalled DW CS6 along with Preferences.
After downloading and reinstalling DW CS6 all is well.
Whew!!
Fred
I'm totally stumped as to why the default color is yellow. I do know that
the website where I'm the webmaster, all the pages have a yellow background
( http://281st.com ). But what that has to do with a new HTML default
background page color in Dreamweaver I'm not knowingŠŠŠ
The reason is the background color is hard wired in the body like this:
<body bgcolor="#FFFFCC" style="text-align: center">
Now if you are relying on your styles then you are going to be totally stumped because you won't be looking at your HTML code. In fact most people won't remember to look at HTML code because they assume that because your work is quite proficient, you are not likely to embed styles in your HTML code.
North America
Europe, Middle East and Africa
Asia Pacific