HTML Version Of FP 2003, Which Doctype Declaration

S

selfi

What version of html is used in FrontPage 2003? What is the appropriate
doctype declaration to use on a web page created with this version? Can the
same doctype declaration be used if html from another source is pasted into a
web page created with FrontPage 2003?
 
S

Steve Easton

The doctype is determined by you when creating the web page.
FP will author to any doctype you select.
You need to determine what is needed for your web and it's pages.

A safe one to use for a standard html page is:

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

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
S

selfi

Steve,

Thanks. A follow-on: If pages were created without a doctype and the
doctype is inserted later, will that have any effect one way or another?
 
S

Stefan B Rusynko

The doctype affects 2 thing
- the rendering by browser
- validation (if you use it)
See http://msdn.microsoft.com/library/d...c_fp2003_ta/html/odc_fpWorkingWithDocType.asp

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Steve,
|
| Thanks. A follow-on: If pages were created without a doctype and the
| doctype is inserted later, will that have any effect one way or another?
| --
| selfi
|
|
| "Steve Easton" wrote:
|
| > The doctype is determined by you when creating the web page.
| > FP will author to any doctype you select.
| > You need to determine what is needed for your web and it's pages.
| >
| > A safe one to use for a standard html page is:
| >
| > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
| > "http://www.w3.org/TR/html4/loose.dtd">
| >
| > --
| > Steve Easton
| > Microsoft MVP FrontPage
| > 95isalive
| > This site is best viewed............
| > ........................with a computer
| >
| >
| >
| > | > > What version of html is used in FrontPage 2003? What is the appropriate
| > > doctype declaration to use on a web page created with this version? Can
| > > the
| > > same doctype declaration be used if html from another source is pasted
| > > into a
| > > web page created with FrontPage 2003?
| > > --
| > > selfi
| >
| >
| >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top