Erik en Ella
Gebruiker
- Lid geworden
- 10 okt 2007
- Berichten
- 57
Ik werk met dreamweaver 8 en heb een site gemaakt. De title van onze site heb ik ingegeven in dreamweaver en zie deze in de html text staan. Nu zet ik de site over naar de server via WS_FTP pro. Hier komt dan te staan untitled document. Wat doe ik niet goed??
HTML Dreamweaver:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<title>Vrijheidismogen</title>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="shortcut icon" href="icoon.ico" type="image/x-icon" />
<style type="text/css">
<!--
body {
background-color: #000066;
}
.style2 {color: #000066}
-->
</style></head>
<body>
<p>
HTML internet:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<frameset rows="217,*" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="topframe.html" name="topFrame" scrolling="No" noresize="NORESIZE" id="topFrame" title="topFrame" />
<frame src="mainframe.html" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>

HTML Dreamweaver:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<title>Vrijheidismogen</title>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="shortcut icon" href="icoon.ico" type="image/x-icon" />
<style type="text/css">
<!--
body {
background-color: #000066;
}
.style2 {color: #000066}
-->
</style></head>
<body>
<p>
HTML internet:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<frameset rows="217,*" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="topframe.html" name="topFrame" scrolling="No" noresize="NORESIZE" id="topFrame" title="topFrame" />
<frame src="mainframe.html" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>