|  | Posted by Rincewind on 06/18/07 11:25 
On Thu, 01 Sep 2005 12:33:37 +0200, adrian suri wrote:
 > hi
 >
 > I am creating a frame set, but it will not validate because of the meta
 > tag <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
 > what's wrong with this:
 >
 > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML/DTD 1.0 Frameset//EN"
 > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
 > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 > <head>
 >    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
 >    <meta name="GENERATOR" content="EPM 6.03 (OS/2)" />
 >    <meta name="keywords" content="performing art, music,
 > dramatics,heatre" />
 >    <meta name="description"  content="Performing arts, teaching acting
 > and music" />
 >    <meta name="AUTHOR" content="Adrian Suri" />
 >    <meta name="CREATED" content="20050620;8343339" />
 >    <meta name="CHANGEDBY" content="Adrian Suri" />
 >    <meta name="CHANGED" content="20050620;8343339" />
 >    <link rel="stylesheet" type="text/css" href="style/style.css">
 >    <title>Nigels' Part's Home Pagep</title>
 >
 > </head>
 > <frameset rows="10%,50%">
 > <frame src="top.html">
 > <frameset cols="18%,88%">
 > <frame src="menu.html">
 > <frame src="home.html">
 > </frameset>
 > </frameset>
 > </html>
 >
 > regards
 >
 > Adrian Suri
 
 Apart from the Why?
 The very first line should be <?xml version="1.0" encoding="UTF-8"?>
 You then need to make sure that all your tags are closed, which they
 aren't. Do this and it validates.
  Navigation: [Reply to this message] |