paths change on <link> tag when using UTF-8 for FP2000

  • Thread starter susan.bernstein
  • Start date
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
 

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