Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Dreamweaver DocType Error (help)

 
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Next:  question to business webmasters  
Author Message
kathy_742xyz

External


Since: Feb 22, 2004
Posts: 2



(Msg. 1) Posted: Sun Feb 22, 2004 9:11 am
Post subject: Dreamweaver DocType Error (help)
Archived from groups: alt>www>webmaster (more info?)

Dear Webmasters,

I am designing my first web site in Dreamweaver (4). I ran it through a W3C
validation and rec'd the fatal error "No Doc Type." I've tried to figure
out by looking on the web what I should be adding to the beginning of the
source code but I am confused. I saw something about downloading a plug-in
and some mention of XML and that confused me further.
Please - any help for a novice?

And - any other suggestions, things I should be aware of with HTML generated
by Dreamweaver?

Thank you,
Kathy

 >> Stay informed about: Dreamweaver DocType Error (help) 
Back to top
Login to vote
user309

External


Since: Nov 19, 2003
Posts: 19



(Msg. 2) Posted: Sun Feb 22, 2004 9:11 am
Post subject: Re: Dreamweaver DocType Error (help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Kathy" <kathy_742XYZ.TakeThisOut@yahoo.com> wrote in message
news:ZJXZb.374370$xy6.1935215@attbi_s02...
| Dear Webmasters,
|
| I am designing my first web site in Dreamweaver (4). I ran it
through a W3C
| validation and rec'd the fatal error "No Doc Type." I've tried
to figure
| out by looking on the web what I should be adding to the
beginning of the
| source code but I am confused. I saw something about
downloading a plug-in
| and some mention of XML and that confused me further.
| Please - any help for a novice?
|
| And - any other suggestions, things I should be aware of with
HTML generated
| by Dreamweaver?
|
| Thank you,
| Kathy
|

You'll find a full list of the W3C's DocTypes here

http://www.w3.org/QA/2002/04/valid-dtd-list.html

Personally, with today's browsers, new pages should be able to
validate as HTML 4.01 Strict.

Unless you have a specific reason for doing so, I don't see any
reason to use XHTML. At the very least, your pages should
validate as HTML 4.01 Transitional.

Hopefully your not using frames.

hth
--
Chet
ng2.chet.TakeThisOut@NOcharterSPAM.net (remove NO.....SPAM)

 >> Stay informed about: Dreamweaver DocType Error (help) 
Back to top
Login to vote
spamblocked1

External


Since: Sep 19, 2003
Posts: 3499



(Msg. 3) Posted: Sun Feb 22, 2004 9:52 am
Post subject: Re: Dreamweaver DocType Error (help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Kathy wrote:
 > ...
 > I am designing my first web site in Dreamweaver (4). I ran it through
 > a W3C validation and rec'd the fatal error "No Doc Type." I've tried
 > to figure out by looking on the web what I should be adding to the
 > beginning of the source code but I am confused.

There are others but this one is usually recommended for new documents:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

 > I saw something about
 > downloading a plug-in and some mention of XML and that confused me
 > further. Please - any help for a novice?

red herrings - ignore them for the minute.

 > And - any other suggestions, things I should be aware of with HTML
 > generated by Dreamweaver?

If I told you that you'd never want to use D/W again ;o)

Verbose markup is among its worst attributes.

--
William Tasso<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Dreamweaver DocType Error (help) 
Back to top
Login to vote
kathy_742xyz

External


Since: Feb 22, 2004
Posts: 2



(Msg. 4) Posted: Sun Feb 22, 2004 10:41 am
Post subject: Re: Dreamweaver DocType Error (help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

  > > And - any other suggestions, things I should be aware of with HTML
  > > generated by Dreamweaver?
 >
 > If I told you that you'd never want to use D/W again ;o)
 >
 > Verbose markup is among its worst attributes.
 >
 > --
 > William Tasso
 >
William,
I am going to test the HTML4 Strict and, possibly the Transitional. My
problem is I just don't have the knowledge level - and these links to
explaining it are making my brain hurt! Meanwhile - I did find a different
site:
<a style='text-decoration: underline;' href="http://www.haroldbakker.com/extensions/doctype.php" target="_blank">http://www.haroldbakker.com/extensions/doctype.php</a> that may(?) also be
useful.

I think I understand about the Verbose problem in Dreamweaver. Do you
suggest any other programs? I have tried so hard to "keep it clean". I would
be curious to know your thoughts on the site thus far. It is at:
<a style='text-decoration: underline;' href="http://home.comcast.net/~km-design" target="_blank">http://home.comcast.net/~km-design</a>

Thanks again,
Kathy<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Dreamweaver DocType Error (help) 
Back to top
Login to vote
comments

External


Since: Sep 14, 2004
Posts: 1625



(Msg. 5) Posted: Sun Feb 22, 2004 11:39 am
Post subject: Re: Dreamweaver DocType Error (help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sun, 22 Feb 2004 06:11:05 GMT "Kathy" <kathy_742XYZ.DeleteThis@yahoo.com>
broke off from drinking a cup of tea at Comcast Online to write:

 >Dear Webmasters,
 >
 >I am designing my first web site in Dreamweaver (4). I ran it through a W3C
 >validation and rec'd the fatal error "No Doc Type." I've tried to figure
 >out by looking on the web what I should be adding to the beginning of the
 >source code but I am confused. I saw something about downloading a plug-in
 >and some mention of XML and that confused me further.
 >Please - any help for a novice?

I always say don't specify a doctype. A doctype is an instruction to
the browser to interpret the HTML according to one of many HTMLcommand
sets.

If you don't specify a doctype, then the browser is free to get on and
interpret the HTML as it wants. Otherwise you can find that you are
including HTML commands which are not contained within the specified
and restrictive doctype, and as such are ignored by the browser.

The reality is, the Internet is not standard. W3C publishes sets of
HTMl commands and IE and Netscape add their own interpretations and
commands, causing W3C to amend their own specifications, drop
commands, change names and god knows what. So long as it displays
okay, don't worry about it.

Matt

--
A massive matrix of concise, interlinked encyclopaedia information.
For when you just want to know, quickly and easily.
<a style='text-decoration: underline;' href="http://www.probertencyclopaedia.com" target="_blank">http://www.probertencyclopaedia.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Dreamweaver DocType Error (help) 
Back to top
Login to vote
ukinfo

External


Since: Sep 15, 2004
Posts: 193



(Msg. 6) Posted: Sun Feb 22, 2004 12:49 pm
Post subject: Re: Dreamweaver DocType Error (help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Kathy" <kathy_742XYZ.DeleteThis@yahoo.com> wrote in message
news:H2ZZb.380206$na.569996@attbi_s04...
   > > > And - any other suggestions, things I should be aware of with HTML
   > > > generated by Dreamweaver?
  > >
  > > If I told you that you'd never want to use D/W again ;o)
  > >
  > > Verbose markup is among its worst attributes.
  > >
  > > --
  > > William Tasso
  > >
 > William,
 > I am going to test the HTML4 Strict and, possibly the Transitional. My
 > problem is I just don't have the knowledge level - and these links to
 > explaining it are making my brain hurt! Meanwhile - I did find a different
 > site:
 > <a style='text-decoration: underline;' href="http://www.haroldbakker.com/extensions/doctype.php" target="_blank">http://www.haroldbakker.com/extensions/doctype.php</a> that may(?) also be
 > useful.

DW is one of the best tools out there, especially the latest version, but a
good knowledge of HTML / web technology is just important...

Doc types are important for future proofing, it means that the site will be
seen as it should be... most of the sites I have produced in the past have
not got doc types and I have to be honest, I am not worried about that...

The design is excellent, the notes I would make are that the two blues
(links in the top bar) are too close... could it be white or something that
contrasts with blue?

The other ones is that the text is just a little bit too small, whilst it
looks good, try one size up on all text!

Oh, also some of the pages are a bit long, could they be seperate pages
rather than really long pages...

Take a quick look at Jacob Nielsons website <a style='text-decoration: underline;' href="http://useit.com/" target="_blank">http://useit.com/</a> I disagree
with a lot he says, but long pages and pyramid writing style are two things
which are very important....

HTH's

Gerry<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Dreamweaver DocType Error (help) 
Back to top
Login to vote
who

External


Since: Apr 29, 2004
Posts: 1010



(Msg. 7) Posted: Sun Feb 22, 2004 10:46 pm
Post subject: Re: Dreamweaver DocType Error (help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Kathy" <kathy_742XYZ RemoveThis @yahoo.com> wrote in message
news:ZJXZb.374370$xy6.1935215@attbi_s02...
 > Dear Webmasters,
 >
 > I am designing my first web site in Dreamweaver (4). I ran it through a
W3C
 > validation and rec'd the fatal error "No Doc Type." I've tried to figure
 > out by looking on the web what I should be adding to the beginning of the
 > source code but I am confused. I saw something about downloading a plug-in
 > and some mention of XML and that confused me further.
 > Please - any help for a novice?
 >
 > And - any other suggestions, things I should be aware of with HTML
generated
 > by Dreamweaver?
 >
<a style='text-decoration: underline;' href="http://www.google.com/search?hl=en&ie=UTF-8&q=doctype+definition&spell=1" target="_blank">http://www.google.com/search?hl=en&ie=UTF-8&q=doctype+definition&spell=1</a>

<a style='text-decoration: underline;' href="http://www.w3.org/TR/REC-html40/struct/global.html" target="_blank">http://www.w3.org/TR/REC-html40/struct/global.html</a>


<disclaimer>
None of the above is endorsed and is provided for informational purposes
only - use at your own risk
</disclaimer>

- - - - the lawyers made me do it!


--
bildanet
MyLot.net - the home of the $10 reseller programme<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Dreamweaver DocType Error (help) 
Back to top
Login to vote
spambouncer

External


Since: Aug 16, 2003
Posts: 79



(Msg. 8) Posted: Sun Feb 22, 2004 11:09 pm
Post subject: Re: Dreamweaver DocType Error (help) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Matt Probert" <comments.DeleteThis@probertencyclopaedia.com> wrote in message
news:403869d1.1674109@news.ntlworld.com...
 > On Sun, 22 Feb 2004 06:11:05 GMT "Kathy" <kathy_742XYZ.DeleteThis@yahoo.com>
 > broke off from drinking a cup of tea at Comcast Online to write:
 >
  > >Dear Webmasters,
  > >
  > >I am designing my first web site in Dreamweaver (4). I ran it through a
W3C
  > >validation and rec'd the fatal error "No Doc Type." I've tried to figure
  > >out by looking on the web what I should be adding to the beginning of the
  > >source code but I am confused. I saw something about downloading a
plug-in
  > >and some mention of XML and that confused me further.
  > >Please - any help for a novice?
 >
 > I always say don't specify a doctype. A doctype is an instruction to
 > the browser to interpret the HTML according to one of many HTMLcommand
 > sets.

er, just HTML ?

 > If you don't specify a doctype, then the browser is free to get on and
 > interpret the HTML as it wants.

ergo, you are free to construct your own and take the guess work out.

 >Otherwise you can find that you are
 > including HTML commands which are not contained within the specified
 > and restrictive doctype, and as such are ignored by the browser.


No DTD = box model problem in IE6
with DTD = compliance mode = problem solved.

 > The reality is, the Internet is not standard. W3C publishes sets of
 > HTMl commands and IE and Netscape add their own interpretations and
 > commands, causing W3C to amend their own specifications, drop
 > commands, change names and god knows what. So long as it displays
 > okay, don't worry about it.
 >
 > Matt
 >


....and they, of course, are the only two browsers out there.
;o)
--
"He [Jimmy White] has popped out to the toilet to compose himself before the
final push."
(STEVE DAVIS, BBC2)

<a style='text-decoration: underline;' href="http://www.private-eye.co.uk" target="_blank">http://www.private-eye.co.uk</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Dreamweaver DocType Error (help) 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
!DOCTYPE - I am looking for information so I can sucessfully parse this DTD http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd I am looking to extract the tag information Thanks

<!DOCTYPE> & Javascript - Hi, I am running into this problem with IE 6. The following two pages are identical except that one has <!DOCTYPE ...> at the beginning of the page while the other doesn't. The javascript on the page is for a page-by-page news scroller. IE 6...

Having this error... - Bad Gateway The following error occurred: The host name was not found during the DNS lookup. Contact your system administrator if the problem is.not found by retrying the URL. (DNS_HOST_NOT_FOUND) ..

DNS Error - Why is it that when you type a domain name to go to, one time it's there and another time it says it can't find it. What causes this? Same like with or without the www prefix. One time it works with and another time not. Dave.

Error pages - What error pages is a user using a browser likely to see? In common environments, I mean. From what I can tell from looking at <url:http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html>, probably just: 400 Bad Request, 401 Unauthorized, 403....
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]