473,385 Members | 1,727 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

html validation problem

dizyn
9
I am having following errors please help.
Errors:
Line 17 column 71: document type does not allow element "META" here.
...-type" content="text/html;charset=iso-8859-1" />

Line 18 column 22: document type does not allow element "STYLE" here.

Line 36 column 6: end tag for element "HEAD" which is not open.

Here is my code :
[HTML]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Offshore Outsourcing</title>
<meta name="description" content="offshore ">
<meta name="keywords" content="outsourcing">
<META NAME="OWNER" CONTENT="info@outsourcingi.com">
<META NAME="AUTHOR" CONTENT="Abdul Mannan">
<META HTTP-EQUIV="CONTENT-LANGUAGE" CONTENT="English">
<META HTTP-EQUIV="VW96.OBJECT-TYPE" CONTENT="Document">
<META NAME="RATING" CONTENT="General">
<META NAME="DISTRIBUTION" CONTENT="Global">
<META NAME="ROBOTS" CONTENT="index,follow">
<META NAME="REVISIT-AFTER" CONTENT="1 day">
<meta name="copyright" content="March 2006, Dizyn">
<meta name="verify-v1" content="dBLIhQnuVXPmnErB13ez5ORvzpAYsmuFZxLcfKRrn 88=" />
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style1 {font-family: Verdana}
.style2 {font-size: 10px}
-->
</style>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1566252-1";
urchinTracker();
</script>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right" colspan="3" class="style1">
</td>
</tr>
<tr>
<td width="21%" rowspan="12" valign="top"></td>
<td width="70%"><div align="center">
<h1 class="style1"><a href="http://www.outsourcingi.com/articles.php">IT Outsourcing</a> Directory Of World </h1>
</div></td>
<td width="9%">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td><a href="http://www.outsourcingi.com">Home</a></td>
</tr>
<tr>
<td><div align="center" class="style1"><a href="http://www.outsourcingi.com/articles.php">Offshore Outsourcing</a> Directory is under construction </div></td>
<td><a href="http://www.outsourcingi.com/aboutus.html" class="style1">About Us</a> </td>
</tr>
<tr>
<td><h2 class="style1">Our Outsourcing and Offshoring Parteners</h2></td>
<td><a href="http://www.outsourcingi.com/contactus.html">Contact Us</a></td>
</tr>
<tr>
<td>&nbsp;</td>
<td rowspan="8"><a href="contactus.php">Contact Us</a><br>
<a href="aboutus.php">About Us</a><br>
<a href="services.php">Services</a><br>
<a href="articles.php">Articles</a><br>
<a href="ads.php">Ads</a><BR>
<a href="classifieds.php">Classifieds</a>
</td>
</tr>
<tr>
<td><h3><span class="style1">Dizyn :</span> <a href="http://www.dizyn.com" target="_blank" class="style1">Custom Web Development</a></h3></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td class="style1"></td>
</tr>
<tr>
<td class="style1">&nbsp;</td>
</tr>
<tr>
<td class="style1">Contact Us: <a href="mailto:info@dizyn.com">info@dizyn.com</a> </td>
</tr>
<tr>
<td class="style1">&nbsp;</td>
</tr>
<tr>
<td class="style1 style2"> &copy;2006 www.Outsourcingi.com. All rights reserved. Dizyn : <a href="http://www.dizyn.com">Custom Web Development</a> </td>
</tr>
<tr>
<td align="center" colspan="3"></td>
</tr>
</table>
</body>
</html>[/HTML]
May 16 '07 #1
1 1528
drhowarddrfine
7,435 Expert 4TB
Line 16 and 17 is using Xhtml type closing end tags, />, yet you are trying to declare HTML. Remove the slash.

Your doctype is incomplete and puts IE into quirks mode. See the sticky at the top of this board.
May 16 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: dfirefire | last post by:
Hi, i tried to validate a html doc, but the validator complained without reason. This is an excerpt of the validation results: Below are the results of attempting to parse this document with an...
15
by: Pasta Bolognese | last post by:
Open VS.2003. Click on a control on an aspx page in the HTML view. Does it tell me the pixel position on the page? Nooooooooooo.................
2
by: Nick Gilbert | last post by:
Hi I have a number of pages where it is valid for the user to enter HTML. On these pages, I have turned off RequestValidation ("ValidateRequest = false" in the page directive) so that the...
0
by: aeshtry | last post by:
Hello dear friends I have an urgent question. Would you please give me your professional idea? I have an html table containing the ASP.Net validation summary and an ASP.Net label control. The...
4
by: Arthur Dent | last post by:
Hello all, ive been programming with ASP.NET since it came out, but am just getting my feet with now with v.2. Ive noticed something strange in the way my HTML tables get rendered with 2. I use...
12
by: Nalaka | last post by:
Hi, I suddenly started getting a lot of errors from html validation (some CSS) so I followed the following instructions to disable it. If you'd rather not have these types of HTML validation...
5
by: Rob Roberts | last post by:
Is there any way to change VS2005 to generate HTML 4.01/Strict instead of XHTML 1.0/Transititional? VS2005 puts a DOCTYPE statement specifying XHTML 1.0/Transitional at the top of every new aspx...
1
by: Tatyana | last post by:
Hi All, I have a question regarding validation with XHTML on ASP.Net websites. Our site is built on ASP.NET 2.0 with validation XHTML. Search Engine Optimizer advised us that we should change it...
2
by: Fred Chateau | last post by:
Is there a problem with the HTML 4.01 schema in Visual Studio 2005? When I set the target schema for validation to HTML 4.01, I receive closing tag errors. Example: Validation (HTML 4.01):...
26
by: webrod | last post by:
Hi, I have some php pages with a lot of HTML code. I am looking for a HTML validator tool (like TIDY). TIDY is not good enough with PHP tags (it removes a lot of php code). Do you have any...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.