S
susan.bernstein
We just recently changed all our pages to use the
character set UTF-8. When I open up the file in Frontpage
2000, the href reference in the <link> changes from
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=UTF-8" />
<title>BF1222-I</title>
<link rel="stylesheet" type="text/css"
href="../english/foo.css" charset="UTF-8" />
</head>
to -
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=UTF-8" />
<title>BF1222-I</title>
<link rel="stylesheet" type="text/css"
href="foo.css" charset="UTF-8" />
</head>
What can we do in Frontpage 2000 to prevent Frontpage from
changing the path in the href attribute??
Thanks
Sue
character set UTF-8. When I open up the file in Frontpage
2000, the href reference in the <link> changes from
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=UTF-8" />
<title>BF1222-I</title>
<link rel="stylesheet" type="text/css"
href="../english/foo.css" charset="UTF-8" />
</head>
to -
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=UTF-8" />
<title>BF1222-I</title>
<link rel="stylesheet" type="text/css"
href="foo.css" charset="UTF-8" />
</head>
What can we do in Frontpage 2000 to prevent Frontpage from
changing the path in the href attribute??
Thanks
Sue