lse123
01-30-2008, 08:09 AM
I do a webpage with frontpage 2002 and I want to transfer it to drmwr mx 2004 [XHTML/DTD/STRICT], what to do ? The only thing mainly to change is header info ? What else ? What technic to use ?
frontpage 2002
<head>
<meta http-equiv="Content-Language" content="en-gb">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1253">
<title>Confirmation Of BookNow! Request</title>
<meta name="Microsoft Border" content="tb">
<style type="text/css">
<!--
.style1 {
font-size: small;
font-weight: bold;
color: #000000;
}
.style2 {
font-size: 10px;
font-weight: bold;
}
.style7 {font-size: 36px; font-weight: bold; }
.style11 {font-size: 2px}
.style12 {font-size: 10px}
-->
</style>
</head>
in dreamweaver mx 2004 what will be ?
frontpage 2002
<head>
<meta http-equiv="Content-Language" content="en-gb">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1253">
<title>Confirmation Of BookNow! Request</title>
<meta name="Microsoft Border" content="tb">
<style type="text/css">
<!--
.style1 {
font-size: small;
font-weight: bold;
color: #000000;
}
.style2 {
font-size: 10px;
font-weight: bold;
}
.style7 {font-size: 36px; font-weight: bold; }
.style11 {font-size: 2px}
.style12 {font-size: 10px}
-->
</style>
</head>
in dreamweaver mx 2004 what will be ?