Modify default HTML template
From: Duncan (anonymous_at_discussions.microsoft.com)
Date: 02/19/04
- Next message: Chris: "Re: For Sale area"
- Previous message: LW: "Re: Database Problems. Please Help!"
- Next in thread: Kathleen Anderson [MVP - FP]: "Re: Modify default HTML template"
- Reply: Kathleen Anderson [MVP - FP]: "Re: Modify default HTML template"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 18 Feb 2004 18:16:40 -0800
Hi there,
I dropped my web programming back in 2001 and as such
haven't done much since then but I'm getting back into it
know. As such, a lot has changed with xhtml, xml, asp,
php etc...
I'm going to start using Frontpage to organize my site
layout and do hyperlink testing but here's my question.
I don't like the default HTML that Frontpage creates when
you make a new page. It makes:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>New Page 1</title>
</head>
but I want to switch out/add some additional tags to make
my template:
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1" />
<link rel="style***" type="text/css" href="FILE NAME
GOES HERE" />
<title>Index Page</title>
</head>
Is there anywhere in Frontpage where I can modify the
template? Another quick question as well, is the code
that Frontpage generates either HTML 4.01 or XHTML 1.1
strict (as in it follows W3C guidelines)? Thanks.
-Duncan
- Next message: Chris: "Re: For Sale area"
- Previous message: LW: "Re: Database Problems. Please Help!"
- Next in thread: Kathleen Anderson [MVP - FP]: "Re: Modify default HTML template"
- Reply: Kathleen Anderson [MVP - FP]: "Re: Modify default HTML template"
- Messages sorted by: [ date ] [ thread ]