Thanks for the reply!
Yes this tag isn't there when I save page as pure html through Firefox:
<html>
<head>
<meta http-equiv="EXPIRES" content="0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>唐記包點</title>
<style type="text/css">
body
{
background: url(images/menu.jpg);
background-repeat: no-repeat;
background-color: #FFFDF1;
background-size: cover;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
......
And It is added automatically (indicated as red) when I save it as html only through Shelves:
<html><head>
<meta http-equiv="EXPIRES" content="0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>唐記包點</title>
<style type="text/css">
body
{
background: url(images/menu.jpg);
background-repeat: no-repeat;
background-color: #FFFDF1;
background-size: cover;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
</style>
<base href="file:///C:/media/menu%20control/menu.html"></head>
<body>
......