Not allowed, this is a school assignment. I guess I'll replace them with <br/>-----<br/> then.
EDIT: How about "does not allow table", then? The first of these is line 42:
Code:
<table width='80%' cellpadding="10" cellspacing="10" align="left" border="10" bgcolor="#FFFFCC">
EDIT 2: Wait, how come it doesn't protest on my template, and only on the very last hr in my first post?
template.html:
Code:
<!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" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="author" content="Eric Kemp" />
<title>NAME GOES HERE - INT222 Assignment 1 - Eric Kemp</title>
</head>
<body>
<table border="0" width="100%" cellpadding="10">
<tr>
<td bgcolor="#FFFFFF" width="200" height="50" align="center" valign="bottom">
<img src="images/scslogo.png" alt="SCS Logo" title="SCS Logo"/>
</td>
<th bgcolor="#FFFFFF" width="*" valign="middle">
NAME GOES HERE
</th>
</tr>
<tr>
<td bgcolor="#FFFFFF" align="center" valign="top">
<hr/><a href="index.html"> <img src="images/home.png" alt="Assignment 1 Home Page" title="Assignment 1 Home Page" border="0"/> </a>
<hr/><a href="resume.html"> <img src="images/resume.png" alt="My Resume" title="My Resume" border="0"/> </a>
<hr/><a href="research.html"> <img src="images/research.png" alt="My Research" title="My Research" border="0"/> </a>
<hr/><a href="tables.html"> <img src="images/tables.png" alt="xHTML Table Examples" title="xHTML Table Examples" border="0"/> </a>
<hr/><a href="lists.html"> <img src="images/lists.png" alt="xHTML List Examples" title="xHTML List Examples" border="0"/> </a>
<hr/><a href="contact.html"> <img src="images/contact.png" alt="Contact Me" title="Contact Me" border="0"/> </a>
<hr/><a href="honesty.html"> <img src="images/honesty.png" alt="Honesty Policy" title="Honesty Policy" border="0"/> </a>
<hr/><a href="../index.html"> <img src="images/zenit.png" alt="My Zenit Account" title="My Zenit Account" border="0"/> </a>
<hr/>
</td>
<td bgcolor="#CCCCCC" align="center">
CONTENT GOES HERE
</td>
</tr>
<tr>
<td></td>
<td bgcolor="#CCCCCC" align="center">
<script type='text/javascript'>
//<![CDATA[
document.write ("<a href='http://validator.w3.org/check?uri=" +
location.href+ "\;ss=1;verbose=1' target='display'>" +
"<img src='https://cs.senecac.on.ca/~int222/images/valid-xhtml10.png' " +
"width='60' height='21' border='0' " +
"alt='Valid XHTML 1.0 Transitional.' title='Valid XHTML 1.0 Transitional.' /></a>")
dt=new Date(document.lastModified); // Get document last modified date
document.write("<small>This page was last modified on "+dt.toLocaleString()+"</small>")
//]]>
</script>
</td>
</tr>
</table>
</body>
</html>