A
Al Jones
This is 'default.html' at the moment it's a shell that I'm trying to start
to fill in. This validates ... for what that's worth at the moment.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<title>van Amber Civil War Diaries & Letters</title>
<link href="CssFiles/valetters.css" rel="stylesheet"
type="text/css" >
</head>
<frameset rows="3">
<frame src="Banner.html"
name="banner"
id="banner"
scrolling="Auto"
class="banner">
<frameset cols="2">
<frame>
<frame>
</frameset>
<frame>
</frameset>
</html>
This is banner.html and craps all over itself when I try to validate it -
I'm obviously using the validator as a teching tool.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html lang="en">
<head>
<title>Banner</title>
<link href="CssFiles/valetters.css" rel="stylesheet" type="text/css" >
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
</head>
<body>
<div class="wrapper">
<div class="left-element">
<img src="Images/cpvt2.jpg" align="left">
</div>
<div>
<span class="banner" id="banner" style="font-size: '20pt'" >
<p>William Wallace van Amber<br>Civil War Diaries &
Letters</p></span>
</div>
<div class="right-element">
<img src="Images/uspvt2.jpg" width="70" height="155"
align="right">
</div>
</div>
</body>
</html>
First the validator comlains that "'document type does not allow element
"BODY" here' but it was my understanding that what went in each of the
frames would be valid html if it were pulled up by itself. Obviously this
isn't, but as I said, I don't understand .
Second question - if I can't use a <p> where I have it, then how *do* I
display a text heading between my two images??
to fill in. This validates ... for what that's worth at the moment.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<title>van Amber Civil War Diaries & Letters</title>
<link href="CssFiles/valetters.css" rel="stylesheet"
type="text/css" >
</head>
<frameset rows="3">
<frame src="Banner.html"
name="banner"
id="banner"
scrolling="Auto"
class="banner">
<frameset cols="2">
<frame>
<frame>
</frameset>
<frame>
</frameset>
</html>
This is banner.html and craps all over itself when I try to validate it -
I'm obviously using the validator as a teching tool.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html lang="en">
<head>
<title>Banner</title>
<link href="CssFiles/valetters.css" rel="stylesheet" type="text/css" >
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
</head>
<body>
<div class="wrapper">
<div class="left-element">
<img src="Images/cpvt2.jpg" align="left">
</div>
<div>
<span class="banner" id="banner" style="font-size: '20pt'" >
<p>William Wallace van Amber<br>Civil War Diaries &
Letters</p></span>
</div>
<div class="right-element">
<img src="Images/uspvt2.jpg" width="70" height="155"
align="right">
</div>
</div>
</body>
</html>
First the validator comlains that "'document type does not allow element
"BODY" here' but it was my understanding that what went in each of the
frames would be valid html if it were pulled up by itself. Obviously this
isn't, but as I said, I don't understand .
Second question - if I can't use a <p> where I have it, then how *do* I
display a text heading between my two images??