|
Posted by Robert Baer on 10/16/07 19:12
Have two problems with the following.
Firstly, the W3C validator website no longer recognizes previously
recognized DOCTYPE lines.
What is needed now?
Secondly,how can one fix the FRAMESET complaint (CSE validator)?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- DOCTYPE not recognized by W3C -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css" media="all">
</style>
<meta name="copyright"
content="Copyright (C) 2007 Petro-Gas LiftTech LLC All rights reserved.">
<meta http-equiv="description"
content="Customer-oriented manufacturer & supplier of low pressure
gas well dewatering lifters." >
<meta http-equiv="keywords" content="lifter, pump, dewater, de-water,
marginal, marginal well, marginal oil well, marginal gas well, low
pressure gas well, dewatering, de-watering, efficent, economical, green" >
<title>Petro-Gas LiftTech LLC</title>
<!-- FRAMESET placement complaint -->
<FRAMESET rows="114, *" NORESIZE=yes BORDER=0>
<FRAME SRC="header.htm">
<FRAMESET COLS="179, *" BORDER=0>
<FRAME SRC="left_main.htm" NORESIZE NAME="left">
<FRAME SRC="right_main.htm" NORESIZE NAME="right">
</FRAMESET>
</FRAMESET>
</HEAD>
</HTML>
[Back to original message]
|