September 17th, 2004, 11:31 AM
|
#5 (permalink)
|
| Anime Otaku
Join Date: Oct 2001 Location: Tampa, FL USA
Posts: 110,127
|
Remove the doctype tag, and it will render correctly. I just verified the results with IE, Opera, and Firefox. Code: <html>
<head>
<title>Newberg High School counselors</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="782" border="1">
<tr>
<td><a href="staff.htm">Counseling staff </a></td>
<td><a href="events.htm">Upcoming events</a></td>
<td><a href="contacts.htm">Contacts and emails</a></td>
<td>Scholarships</td>
<td><p>Services</p> </td>
</tr>
</table>
</body>
</html>
|
| |