PDA

View Full Version : Really need some help with xhtml strict...



nikkycole24
15 Jun 2011, 11:04 AM
I can not get my page to validate. It is homework for a class but I just can not figure it out. I have tried everything I can think of to try. If anyone could help it would be great. It is due today and I tried to fix it. This is my last resort!

Page that won't validate:

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


<head>



<!--

Author: Amee Stevens
Date: 06/05/2011

Filename:
Supporting files:

-->
<title>Twinlife newsletter</title>
<link href="twinstyles.css" rel="stylesheet" type="text/css" />
</head>

<body>

<script type="text/javascript">

var d=new Date();
document.write(d);

</script>


<div id="heading">
<img src="twinlogo.gif" alt= "twinlifelogo" usemap="#twinlogo"/>
</div>
<div>
<map id="twinlogo" name="twinlifelogo">
<area shape="rect" coords="84, 118, 197, 140"
href="twinlife.htm" alt="home" />
<area shape="rect" coords="80, 161, 129, 173"
href="feature.htm" alt="twinfeatures" />
<area shape="rect" coords="121, 194, 332, 227"
href="survey.htm" alt="survey" />
<area shape="rect" coords="257, 158, 303, 170"
href="articles.htm" alt="articles" />
<area shape="rect" coords="272, 104, 331, 129"
href="news.htm" alt="news" />
</map>
</div>
<div>

<a href="news.htm">NEWS</a>
<a href="articles.htm">TWIN ARTICLES</a>
<a href="feature.htm">TWIN FEATURES</a>
<a href="survey.htm">SURVEY</a>
</div>
<h1>From the Editor</h1>
<p>
Hi! And welcome to another issue of the Twin Life online magazine. We
have a lot of interesting articles as well as our usual features. Remember,
you can get more of Twin Life by subscribing to the Twin Life monthly magazine.
</p>



<h3>In this issue:</h3>

<p>
Dr. Peter Kuhlman writes about how twins acquire speech and the difficulties
that you should be aware of as a parent of multiple-birth children.

The always popular Dr. Karen Kirkman returns with some advise about helping your
children develop their own personalities in the face of competition from
their own sibling.

Miriam Lasker reports on the recent Chicago convention of the Illinois chapter
of the Multiple Birth Assocation.

And enjoy, as always, Twin Tips from Dr. Lucas Lawson, our special recipe of
the month, and the photo of the month. If you have the time, please fill
out our survey form so that we can better serve you.
</p><h4>Elise Howard, Editor
<img src="howard.jpg" alt="elise howard"/>
</h4>



<h3> Twin Life Staff</h3>
<table class="staff">

<tr>
<th>Editor</th>
<td>Elise Howard</td>
</tr>
<tr>
<th>Associate Editors</th>
<td>Debbie Thomas</td>
<td>Steve Watkins</td>
<td>Linus Graves</td>
<td>Soo Lin Xi</td>
</tr>
<tr>
<th>Art Director</th>
<td>Barbara Kaughman</td>
</tr>
<tr>
<th>Executive Director</th>
<td>Cindy Maise</td>
</tr>
<tr>
<th>Web Development</th>
<td>Ken Washington</td>
</tr>
<tr>
<th>Web System Manager</th>
<td> Alice Burdt</td>
</tr>
<tr>
<th>Copyeditor</th>
<td>Randy Browne</td>
</tr>
</table>

<div id="boxcontent">

<h2>Upcoming events</h2>
<p>
<!--[if IE]><!-->
<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
codebase="http://java.sun.com/update/1.6.0/jinstall=6-windows=i586.cab"
type="application/x-java-applet"
width="500" height="500">
<param name="code" value="CreditRoll.class" />
<!--<![endif]-->

<!--[if !IE]><!-->
<object classid="java:CreditRoll.class"
type="application/x-java-applet"

<!--<![endif]-->

<param name="fontsize" value="10" />
<param name="bgcolor" value="00C000" />
<param name="textcolor" value="0000FF" />
<param name="speed" value="100" />
<param name="vspace" value="3"/>
<param name="fadezone" value="20"/>
<param name="repeat" value="yes" />
<param name="text1" value="May 7 - 9th: Annual convention: Pennsylvania chapter of Mothers of Multiple Births in State College, PA."/>


<param name="text2" value="May 14 - May 16th: Annual convention: Ohio chapter of the Mothers of Multiple Births in Cleveland, OH."/>


<param name="text3" value="May 14 - May 16th: Twins of America, annual convention. New Orleans, LA."/>


<param name="text4" value="June 4 - June 6th: Annual convention: Michigan chapter of Mothers of Multiple Births in Detroit, MI."/>


<param name="text5" value="June 25 - 27th: National Convention of the MBA (Multiple Birth Assocation) in Dallas, TX."/>

<param name="text6" value="If you want to add a notice to this list, contact Diane Kruschevski at 1-919-555-2050" />



May 7 - 9th: Annual convention: Pennsylvania chapter of Mothers of Multiple Births in State College, PA./>

May 14 - May 16th: Annual convention: Ohio chapter of the Mothers of Multiple Births in Cleveland, OH./>

May 14 - May 16th: Twins of America, annual convention. New Orleans, LA/>

June 4 - June 6th: Annual convention: Michigan chapter of Mothers of Multiple Births in Detroit, MI./>

June 25 - 27th: National Convention of the MBA (Multiple Birth Assocation) in Dallas, TX./>

If you want to add a notice to this list, contact Diane Kruschevski at 1-919-555-2050/>
<param name="url" value="calendar.txt" />

</p>
<br /><br/>
<p>
To view get latest java plug-in
<a href="http://java.sun.com/products/plugin/downloads">
</a>
</p>

</object>
</object>


</div>

</body>
</html>