Frontpage 2002 - DOCTYPE? [英] Frontpage 2002 - DOCTYPE ?

查看:76
本文介绍了Frontpage 2002 - DOCTYPE?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Frontpage 2002上制作了几个简单的网站,当我尝试通过W3C.org验证页面时,我得到了FATAL ERROR消息,因为

页面没有正确的DTD'。我的网页仅以< html>开头。

我的索引页面是一个框架页面,横幅,内容和主要页面是

vanilla FrontPage 2002.


有人会对这些页面的正确DTD有所启发吗?

与我合作的网站是 www.remodelingassociation.com
www.mansfieldwellness.com


谢谢,

Ray Alexander ra ***** @ worldnet.att.net

I produce a couple of simple web sites on Frontpage 2002 and when attempting
to validate the pages via W3C.org I get the FATAL ERROR message because the
pages don''t have the proper DTD''s. My pages are only prefaced by <html>.
My index page is a frame page and the banner, content, and main pages are
vanilla FrontPage 2002.

Will someone kindly enlighten me as to the proper DTD''s for the these pages?
The sites I work with are www.remodelingassociation.com and
www.mansfieldwellness.com .

Thank you,
Ray Alexander ra*****@worldnet.att.net

推荐答案

Raymond Alexander写道:
Raymond Alexander wrote:
我在Frontpage 2002上制作了几个简单的网站


哦哦。 Frontpage不是很擅长HTML。

当尝试通过W3C.org验证页面时,我收到了FATAL
ERROR消息,因为页面没有正确的DTD '的。我的页面仅以< html>开头。
我的索引页面是一个框架页面

http://stone.thecoreworlds.net/www/frames/

有人会对这些
页面的正确DTD有什么启发吗?
I produce a couple of simple web sites on Frontpage 2002
Uh oh. Frontpage isn''t very good at HTML.
and when attempting to validate the pages via W3C.org I get the FATAL
ERROR message because the pages don''t have the proper DTD''s. My pages are
only prefaced by <html>. My index page is a frame page
http://stone.thecoreworlds.net/www/frames/
Will someone kindly enlighten me as to the proper DTD''s for the these
pages?




一般来说:


新文件应该是HTML 4.01严格:

<!DOCTYPE HTML PUBLIC - // W3C // DTD HTML 4.01 // EN"

" http://www.w3.org/TR/html4/strict.dtd">


从HTML 3.2或标签汤转换的文档应该是HTML 4.01

过渡:

<!DOCTYPE HTML PUBLIC" - // W3C // DTD HTML 4.01 Transitional // EN"

" http://www.w3.org/TR/html4/loose.dtd">


框架集文档应该是HTML 4.01框架集:

<!DOCTYPE HTML PUBLIC" - // W3C // DTD HTML 4.01框架集// EN"

" http://www.w3.org/TR/html4/frameset.dtd"&g t;

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


-

David Dorward http://david.us-lot.org/

正在重新设计: http://stone.thecoreworlds.net/

微软宣布IE已经死亡(所以升级):
http://minutillo.com/steve/weblog/20...ces-ie-is-dead



Generally:

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

Documents being converted from HTML 3.2 or tag soup should be HTML 4.01
Transitional:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

Frameset documents should be HTML 4.01 Frameset:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">

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

--
David Dorward http://david.us-lot.org/
Redesign in progress: http://stone.thecoreworlds.net/
Microsoft announces IE is dead (so upgrade):
http://minutillo.com/steve/weblog/20...ces-ie-is-dead


在消息< WL ********************* @ bgtnsc04-news.ops.worldnet.att.net>

于2003年6月27日星期五13:09,Raymond Alexander写道:
In message <WL*********************@bgtnsc04-news.ops.worldnet.att.net>
on Friday June 27 2003 13:09, Raymond Alexander wrote:
我在Frontpage 2002和消息,因为
页面没有正确的DTD'。我的网页仅以
< html>开头。我的索引页面是一个框架页面,横幅,内容和主页都是vanilla FrontPage 2002.

有人会对这些<正确的DTD'有所启发吗? br />页面?我使用的网站是 www.remodelingassociation.com
www.mansfieldwellness.com
I produce a couple of simple web sites on Frontpage 2002 and when
attempting to validate the pages via W3C.org I get the FATAL ERROR
message because the
pages don''t have the proper DTD''s. My pages are only prefaced by
<html>. My index page is a frame page and the banner, content, and
main pages are vanilla FrontPage 2002.

Will someone kindly enlighten me as to the proper DTD''s for the these
pages? The sites I work with are www.remodelingassociation.com and
www.mansfieldwellness.com .




首先, Ditch Frontpage,它非常适合制作IE网站,但在制作网站时非常糟糕

。一旦找到了更好的编辑器,请尝试使用DOCTYPE

for HTML 4.01 Transitional:


<!DOCTYPE html PUBLIC" - // W3C // DTD HTML 4.01 Transitional // EN">


-

Shawn K. Quinn



First, ditch Frontpage, it''s great at making IE sites but really lousy
at making Web sites. Once you''ve found a better editor, try the DOCTYPE
for HTML 4.01 Transitional:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

--
Shawn K. Quinn


" Shawn K. Quinn" < SK ***** @ speakeasy.net>写道:
"Shawn K. Quinn" <sk*****@speakeasy.net> wrote:
首先,沟渠Frontpage,它非常适合制作IE网站,但在制作网站时非常糟糕。


Amen兄弟。

一旦找到了更好的编辑器,请试用DOCTYPE
for HTML 4.01 Transitional:

<!DOCTYPE html PUBLIC" - // W3C // DTD HTML 4.01 Transitional // EN">
First, ditch Frontpage, it''s great at making IE sites but really lousy
at making Web sites.
Amen bro.
Once you''ve found a better editor, try the DOCTYPE
for HTML 4.01 Transitional:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">




Ieeckkk,用于新创作的文档?对于无法更新的遗留文件,请严格过渡,



无头



Ieeckkk, for a newly authored document? Strict please, transitional is
for legacy documents that cannot be updated.
Headless


这篇关于Frontpage 2002 - DOCTYPE?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆