Hi
I have an error which has started showing up on my web page:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0;
Timestamp: Mon, 1 Mar 2010 18:30:42 UTC
Message: Unterminated string constant
Line: 538
Char: 38
Code: 0
please bare with me as I am not very exsperienced, this error started when I have been trying to validate my web page at W3.org, the validater kept telling me that I needed to delete some code and after doing this I have been getting the above error. I have had to delete part of the User Agent message as it kept saying I was not allowed to post email addresses.
Any help would be gratefully received.
Update: Below is a copy of my source code & a copy of the report from W3.org valdater site.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Air Conditioning Installation, Supply and Air Conditioner Maintenance. Repair</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="Copyright" content="Quality ACS 2009">
<meta name="Date" content="2009">
<meta name="Description" content="Air Conditioning Installation, Maintenance, Supply Of Split And Multi-Split Air Conditioning Units And Hire Of Portable Air Conditioning Units in East Anglia, Cambridge Or Suffolk,South East, London Or Ipswich, Kent Or Essex Also Tyne And Wear, Sunderland, Durham, Newcastle And Nationwide In The United Kingdom.">
<meta name="Generator" content="NetObjects Fusion 10 for Windows">
<meta name="Keywords" content="Air Conditioning,air conditioning,installation,maintenance,installers,equipment,Portables,Portable, rental,eca,enhanced capital allowance,heat pumps,Split,Multi-Split,East Anglia,South East,Nationwide,Cambridge,Kent,Suffolk,Norfolk,air,conditioner, engineers,London,Essex,repair,mobile,restaurant,cooling,residential,heating,room,school,shop,office,council,local,authorities,purifiers,purifier,cleaner,trion,spacesaver,warehouse,LG,Quality,ACS,Tyne and Wear,Durham,Sunderland,Newcastle,Daikin,Mitsubishi,Electric,Heavy,Industries,VRF,Inverter,Mini,Energy,Efficient,Green,COP,C02,Carbon,Trust,Green,Artcool,SRK,Air Con,Cabins,Laing,ORoarke,Construction,Site,Canteen,Dentists,Schools,Air Con,Surgery,Doctors,CO2,Carbon,Footprint,System,Filter,Quality,Interest,Free,Business,Loan,Special,Offer,Running,Costs,Carbon Trust,Loan,Loans,Interest,Free,Unit,Units,System,Systems,Event,Events,Outdoor,Air Shows,Offices,Cabin,Porta,VRF,VRV,Refcom,Registered,F-Gas,Public,Sector,Organisations,Loans,Latest,News,Dental.Practice,Air Conditioning Installation,">
<meta name="Language" content="English">
<meta name="Public" content="Homepage">
<meta name="Rating" content="General"><meta name="verify-v1" content="RUSMHH8pG3NRnTWGsqmeb50vW9tWfbr8UbeX9wUdz2k=" >
<script type="text/javascript">
<!--
function F_loadRollover(){} function F_roll(){}
//-->
</script>
<script type="text/javascript" src="./assets/rollover.js"></script>
<link rel="stylesheet" type="text/css" href="./html/fusion.css"><link rel="stylesheet" type="text/css" href="./html/style.css"><link rel="stylesheet" type="text/css" href="./html/site.css"><style type="text/css" title="NOF_STYLE_SHEET">
<!--
div#NavigationBar1_1LYR {
position:absolute; visibility:hidden; top:0; left:0; z-index:1;
}
div#NavigationBar1_2LYR {
position:absolute; visibility:hidden; top:0; left:0; z-index:1;
}
div#NavigationBar1_3LYR {
position:absolute; visibility:hidden; top:0; left:0; z-index:1;
}
-->
</style>
<script type="text/javascript">
<!--
var hwndPopup_27b5;
function openpopup_27b5(url){
var popupWidth = 800;
var popupHeight = 656;
var popupTop = 300;
var popupLeft = 300;
var isFullScreen = false;
var isAutoCenter = false;
var popupTarget = "popupwin_27b5";
var popupParams = "toolbar=1, scrollbars=1, menubar=1, status=1, resizable=1";
if (isFullScreen) {
popupParams += ", fullscreen=1";
} else if (isAutoCenter) {
popupTop = parseInt((window.screen.height - popupHeight)/2);
popupLeft = parseInt((window.screen.width - popupWidth)/2);
}
var ua = window.navigator.userAgent;
var isMac = (ua.indexOf("Mac") > -1);
//IE 5.1 PR on OSX 10.0.x does not support relative URLs in pop-ups the way they're handled below w/ document.writeln
if (isMac && url.indexOf("http") != 0) {
url = location.href.substring(0,location.href.lastIndexOf('\\/')) + "/" + url;
}
var isOpera = (ua.indexOf("Opera") > -1);
var operaVersion;
if (isOpera) {
var i = ua.indexOf("Opera");
operaVersion = parseFloat(ua.substring(i + 6, ua.indexOf(" ", i + 8)));
if (operaVersion > 7.00) {
var isAccessible = false;
eval("try { isAccessible = ( (hwndPopup_27b5 != null) && !hwndPopup_27b5.closed ); } catch(exc) { } ");
if (!isAccessible) {
hwndPopup_27b5 = null;
}
}
}
if ( (hwndPopup_27b5 == null) || hwndPopup_27b5.closed ) {
if (isOpera && (operaVersion < 7)) {
if (url.indexOf("http") != 0) {
hwndPopup_27b5 = window.open(url,popupTarget,popupParams + ((!isFullScreen) ? ", width=" + popupWidth +", height=" + popupHeight : ""));
if (!isFullScreen) {
hwndPopup_27b5.moveTo(popupLeft, popupTop);
}
hwndPopup_27b5.focus();
return;
}
}
if (!(window.navigator.appName == "Netscape" && !document.getElementById)) {
//not ns4
popupParams += ", width=" + popupWidth +", height=" + popupHeight + ", left=" + popupLeft + ", top=" + popupTop;
} else {
popupParams += ", left=" + popupLeft + ", top=" + popupTop;
}
//alert(popupParams);
hwndPopup_27b5 = window.open("",popupTarget,popupParams);
if (!isFullScreen) {
hwndPopup_27b5.resizeTo(popupWidth, popupHeight);
hwndPopup_27b5.moveTo(popupLeft, popupTop);
}
hwndPopup_27b5.focus();
with (hwndPopup_27b5.document) {
open();
write("<ht"+"ml><he"+"ad></he"+"ad><bo"+"dy onLoad=\\"window.location.href='" + url + "'\\"></bo"+"dy></ht"+"ml>");
close();
}
} else {
if (isOpera && (operaVersion > 7.00)) {
eval("try { hwndPopup_27b5.focus(); hwndPopup_27b5.location.href = url; } catch(exc) { hwndPopup_27b5 = window.open(\\""+ url +"\\",\\"" + popupTarget +"\\",\\""+ popupParams + ", width=" + popupWidth +", height=" + popupHeight +"\\"); } ");
} else {
hwndPopup_27b5.focus();
hwndPopup_27b5.location.href = url;
}
}
}
-->
</script>
</head>
<body STYLE="MARGIN: 0px" style="margin: 0px;">
<table cellpadding="0" cellspacing="0" border="0" width="935">
<tr valign="top" align="left">
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="780">
<table id="Table11" border="0" cellspacing="0" cellpadding="0" width="100%" style="height: 130px;">
<tr style="height: 130px;">
<td width="327" style="background-image: url('./assets/images/header_t_bg.gif');">
<p style="margin-bottom: 0px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="LEFT"><img id="Banner2" height="129" width="315" src="./assets/images/autogen/Quality_Air___Conditioning_NnBanner.gif" border="0" alt="Quality Air
Conditioning" title="Quality Air
Conditioning" style="font-size: 12px;"></td>
</tr>
</table>
</td>
<td width="453" style="background-image: url('./assets/images/header_t_bg.gif');">
<p style="margin-bottom: 0px;"><img id="Picture50" height="129" width="453" src="./assets/images/autogen/a_header_r.gif" vspace="0" hspace="0" align="TOP" border="0" alt=""></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="780">
<tr valign="top" align="left">
<td rowspan="2" width="362"><img id="Picture128" height="145" width="362" src="./assets/images/autogen/a_Topheader_3.gif" border="0" alt="CALL 0800 731 6785" title="CALL 0800 731 6785"></td>
<td height="135" width="189"><img id="Picture129" height="135" width="189" src="./assets/images/autogen/a_header_t_bg.gif" border="0" alt="Air Conditioning Installation and Maintenance" title="Air Conditioning Installation and Maintenance"></td>
<td width="1"><img src="./assets/images/autogen/clearpixel.gif" width="1" height="1" border="0" alt=""></td>
<td rowspan="2" width="228"><img id="Picture130" height="145" width="228" src="./assets/images/autogen/a_keyVisual_2.gif" border="0" alt="keyVisual_2" title="keyVisual_2"></td>
</tr>
<tr valign="top" align="left">
<td colspan="2" height="10"></td>
</tr>
</table>
</td>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="155">
<tr valign="top" align="left">
<td width="13" height="15"><img src="./assets/images/autogen/clearpixel.gif" width="13" height="1" border="0" alt=""></td>
<td width="3"><img src="./assets/images/autogen/clearpixel.gif" width="3" height="1" border="0" alt=""></td>
<td></td>
<td width="1"><img src="./assets/images/autogen/clearpixel.gif" width="1" height="1" border="0" alt=""></td>
</tr>
<tr valign="top" align="left">
<td height="112"></td>
<td colspan="3" width="142"><img id="Picture42" height="112" width="142" src="./assets/images/autogen/a_a_Units_01302.jpg" border="0" alt="Air Conditioning Cassettes, Wall Mounts and Ceiling Mount Units and Heat Pumps Suppliers, Specialists,Installation,Maintenance,Repair, for Schools, Dental and Doctor Surgerys," title="Air Conditioning Cassettes, Wall Mounts and Ceiling Mount Units and Heat Pumps Suppliers, Specialists,Installation,Maintenance,Repair, for Schools, Dental and Doctor Surgerys,"></td>
</tr>
<tr valign="top" align="left">
<td colspan="4" height="6"></td>
</tr>
<tr valign="top" align="left">
<td colspan="2" height="132"></td>
<td width="138"><img id="Picture51" height="132" width="138" src="./assets/images/autogen/a_satisfaction_star.gif" border="0" alt="satisfaction Guaranteed" title="satisfaction Guaranteed"></td>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="910">
<table id="Table1" border="0" cellspacing="0" cellpadding="0" width="100%" style="height: 34px;">
<tr style="height: 34px;">
<td width="910">
<p style="margin-bottom: 0px;">
<table width="910" border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td>
<table id="NavigationBar1" border="0" cellspacing="0" cellpadding="0" width="910" style="text-align: center;">
<tr valign="top" align="left">
<td width="130"><a href="./index.html" style="cursor:hand; text-decoration:none;" onmouseover="F_loadRollover('NavigationButton1','',0);F_roll('NavigationButton1',1)" onmouseout="F_roll('NavigationButton1',0)"><img id="NavigationButton1" name="NavigationButton1" height="34" width="130" src="./assets/images/autogen/Home_Hhighlighted_1.gif" onmouseover="F_loadRollover(this,'Home_HRhighlightedRollover_1.gif',0)" border="0" alt="Home" title="Home"></a></td>
<td width="130"><a href="./html/about_air_conditioning_solutio.html" style="cursor:hand; text-decoration:none;" onmouseover="F_loadRollover('NavigationButton2','',0);F_roll('NavigationButton2',1)" onmouseout="F_roll('NavigationButton2',0)"><img id="NavigationButton2" name="NavigationButton2" height="34" width="130" src="./assets/images/autogen/About__Nregular_1_1.gif" onmouseover="F_loadRollover(this,'About__NRregularRollover_1_1.gif',0)" border="0" alt="About " title="About "></a></td>
<td width="130"><a href="./html/air_conditioning_products.html" style="cursor:hand; text-decoration:none;" onmouseover="F_loadRollover('NavigationButton3','',0);F_roll('NavigationButton3',1)" onmouseout="F_roll('NavigationButton3',0)"><img id="NavigationButton3" name="NavigationButton3" height="34" width="130" src="./assets/images/autogen/Products_Nregular_1_1.gif" onmouseover="F_loadRollover(this,'Products_NRregularRollover_1_1.gif',new Array('NavigationBar1_1', 'horizontal', 'bottom', 0, 34))" border="0" alt="Products" title="Products"></a></td>
<td width="130"><a href="./html/air_purifiers.html" style="cursor:hand; text-decoration:none;" onmouseover="F_loadRollover('NavigationButton4','',0);F_roll('NavigationButton4',1)" onmouseout="F_roll('NavigationButton4',0)"><img id="NavigationButton4" name="NavigationButton4" height="34" width="130" src="./assets/images/autogen/Air_Purifiers_Nregular_1_1.gif" onmouseover="F_loadRollover(this,'Air_Purifiers_NRregularRollover_1_1.gif',0)" border="0" alt="Air Purifiers" title="Air Purifiers"></a></td>
<td width="130"><a href="./html/air_conditioning_maintenance.html" style="cursor:hand; text-decoration:none;" onmouseover="F_loadRollover('NavigationButton5','',0);F_roll('NavigationButton5',1)" onmouseout="F_roll('NavigationButton5',0)"><img id="NavigationButton5" name="NavigationButton5" height="34" width="130" src="./assets/images/autogen/Maintenance_Nregular_1_1.gif" onmouseover="F_loadRollover(this,'Maintenance_NRregularRollover_1_1.gif',0)" border="0" alt="Maintenance" title="Maintenance"></a></td>
<td width="130"><a href="./html/enhanced_capital_allowance.html" style="cursor:hand; text-decoration:none;" onmouseover="F_loadRollover('NavigationButton6','',0);F_roll('NavigationButton6',1)" onmouseout="F_roll('NavigationButton6',0)"><img id="NavigationButton6" name="NavigationButton6" height="34" width="130" src="./assets/images/autogen/ECA_Nregular_1_1.gif" onmouseover="F_loadRollover(this,'ECA_NRregularRollover_1_1.gif',0)" border="0" alt="ECA" title="ECA"></a></td>
<td width="130" height="34"><a href="./html/contact_us.html" style="cursor:hand; text-decoration:none;" onmouseover="F_loadRollover('NavigationButton7','',0);F_roll('NavigationButton7',1)" onmouseout="F_roll('NavigationButton7',0)"><img id="NavigationButton7" name="NavigationButton7" height="34" width="130" src="./assets/images/autogen/Contact_Us_Nregular_1_1.gif" onmouseover="F_loadRollover(this,'Contact_Us_NRregularRollover_1_1.gif',new Array('NavigationBar1_2', 'horizontal', 'bottom', 0, 34))" border="0" alt="Contact Us" title="Contact Us"></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="998">
<tr valign="top" align="left">
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="2" height="1"><img src="./assets/images/autogen/clearpixel.gif" width="2" height="1" border="0" alt=""></td>
<td></td>
</tr>
<tr valign="top" align="left">
<td></td>
<td width="214">
<table id="Table14" border="0" cellspacing="0" cellpadding="0" width="100%" style="height: 375px;">
<tr style="height: 375px;">
<td valign="top" width="214" style="background-image: url('./assets/images/sidebar_bg.gif');">
<p style="margin-bottom: 0px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="CENTER"><img id="Picture108" height="140" width="170" src="./assets/images/Quality_ACS_animated2.gif" border="0" alt="Quality ACS Air Conditioning Solutions" title="Quality ACS Air Conditioning Solutions"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="CENTER"><img id="Picture41" height="58" width="80" src="./assets/images/FlagUKmed03.gif" border="0" alt="FlagUKmed03" title="FlagUKmed03"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="212">
<tr valign="top" align="left">
<td width="34" height="4"><img src="./assets/images/autogen/clearpixel.gif" width="34" height="1" border="0" alt=""></td>
<td width="2"><img src="./assets/images/autogen/clearpixel.gif" width="2" height="1" border="0" alt=""></td>
<td width="6"><img src="./assets/images/autogen/clearpixel.gif" width="6" height="1" border="0" alt=""></td>
<td width="16"><img src="./assets/images/autogen/clearpixel.gif" width="16" height="1" border="0" alt=""></td>
<td width="87"><img src="./assets/images/autogen/clearpixel.gif" width="87" height="1" border="0" alt=""></td>
<td width="2"><img src="./assets/images/autogen/clearpixel.gif" width="2" height="1" border="0" alt=""></td>
<td width="14"><img src="./assets/images/autogen/clearpixel.gif" width="14" height="1" border="0" alt=""></td>
<td width="2"><img src="./assets/images/autogen/clearpixel.gif" width="2" height="1" border="0" alt=""></td>
<td width="49"><img src="./assets/images/autogen/clearpixel.gif" width="49" height="1" border="0" alt=""></td>
</tr>
<tr valign="top" align="left">
<td colspan="4" height="88"></td>
<td colspan="2" width="89"><a href="http://www.fsb.co.uk"><img id="Picture62" height="88" width="89" src="./assets/images/autogen/a_fsb.gif" border="0" alt="fsb federation of small business" title="fsb federation of small business"></a></td>
<td colspan="3"></td>
</tr>
<tr valign="top" align="left">
<td colspan="9" height="6"></td>
</tr>
<tr valign="top" align="left">
<td colspan="2" height="125"></td>
<td colspan="5" width="125"><a href="http://www.1and1.co.uk"><img id="Picture75" height="125" width="125" src="./assets/images/autogen/a_untitled.gif" border="0" alt="Green Hosting by 1 & 1" title="Green Hosting by 1 & 1"></a></td>
<td colspan="2"></td>
</tr>
<tr valign="top" align="left">
<td colspan="9" height="7"></td>
</tr>
<tr valign="top" align="left">
<td colspan="9" width="212" class="TextObject">
<p style="margin-bottom: 0px;"><p><script type="text/javascript"><!--
google_ad_client = "pub-1024296778530137";
/* Home Page */
google_ad_slot = "7242069419";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script> </p>
</p>
</td>
</tr>
<tr valign="top" align="left">
<td colspan="9" height="5"></td>
</tr>
<tr valign="top" align="left">
<td></td>
<td colspan="7" width="129" class="TextObject">
<p style="margin-bottom: 0px;"><A HREF="http://www.copyscape.com/"><IMG SRC="http://banners.copyscape.com/images/cs-bk-3d-120x60.gif" ALT="Page copy protected against web site content infringement by Copyscape" TITLE="Do not copy content from the page. Plagiarism will be detected by Copyscape." WIDTH="120" HEIGHT="60" BORDER="0"></A> </p>
</td>
<td></td>
</tr>
<tr valign="top" align="left">
<td colspan="9" height="37"></td>
</tr>
<tr valign="top" align="left">
<td colspan="3" height="53"></td>
<td colspan="2" width="103"><a href="http://www.refcom.org.uk/"><img id="Picture125" height="53" width="103" src="./assets/images/autogen/a_refcom_logo.gif" border="0" alt="We are Registered with Refcom F-Gas Certification" title="We are Registered with Refcom F-Gas Certification"></a></td>
<td colspan="4"></td>
</tr>
</table>
</td>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="566">
<tr valign="top" align="left">
<td width="2" height="13"><img src="./assets/images/autogen/clearpixel.gif" width="2" height="1" border="0" alt=""></td>
<td width="6"><img src="./assets/images/autogen/clearpixel.gif" width="6" height="1" border="0" alt=""></td>
<td width="553"><img src="./assets/images/autogen/clearpixel.gif" width="553" height="1" border="0" alt=""></td>
<td width="5"><img src="./assets/images/autogen/clearpixel.gif" width="5" height="1" border="0" alt=""></td>
</tr>
<tr valign="top" align="left">
<td colspan="2"></td>
<td width="553" class="TextObject">
<p style="text-align: center; margin-bottom: 0px;"><b><span style="font-size: 20px; color: rgb(0,153,255);">Quality Air Conditioning Installation and Maintenance at it’s Best</span></b></p>
</td>
<td></td>
</tr>
<tr valign="top" align="left">
<td colspan="4" height="4"></td>
</tr>
<tr valign="top" align="left">
<td></td>
<td colspan="3" width="564" class="TextObject">
<h1><span style="font-size: 20px;">Quality ACS<span style="font-weight: normal;"> Specialise in </span>Air Conditioning<span style="font-weight: normal;"> </span>Installation <span style="font-weight: normal;">for</span> Outdoor Events, Offices <span style="font-weight: normal;">or</span> Factories, Schools<span style="font-weight: normal;"> or</span> Care Homes, Dental Surgery <span style="font-weight: normal;">and anywhere that an</span> <a href="./html/air_conditioning_products.html">air conditioner unit</a> <span style="font-weight: normal;">is required, in</span> East Anglia <span style="font-weight: normal;">or the</span> South East of England <span style="font-weight: normal;">i.e.</span> London, Cambridge <span style="font-weight: normal;">or</span> Kent <span style="font-weight: normal;">also</span> Tyne and Wear, Sunderland, Durham <span style="font-weight: normal;">and</span> Newcastle, Washington <span style="font-weight: normal;">also</span> Nationwide.<img id="Picture9" height="310" width="228" src="./assets/images/autogen/a_Engineer.jpg" vspace="0" hspace="0" align="RIGHT" border="0" alt="Air Conditioning Engineer" title="Air Conditioning Engineer"></span></h1>
<h2><span style="font-size: 20px;"><span style="font-weight: normal;">Were happy to fit any amount of </span>Air Conditioners <span style="font-weight: normal;">we also</span> Rent <span style="font-weight: normal;">as well as </span>Sell <a href="./html/portable_air_conditioning_.html">Portable air conditioning Units</a> <span style="font-weight: normal;">in</span> Suffolk <span style="font-weight: normal;">or</span> Norwich, Ipswich <span style="font-weight: normal;">and</span> Nationwide <span style="font-weight: normal;">for larger </span>air conditioning contracts.</span></h2>
<h3><span style="font-weight: normal;">We provide only the best</span> products <span style="font-weight: normal;">from</span> <span style="font-weight: normal;">leading</span> manufacturers <span style="font-weight: normal;">of</span> Air Conditioning Systems <span style="font-weight: normal;">including</span> <a href="./html/mitsubishi_heavy_industries_ai.html">Mitsubishi Heavy Industries</a>, <a href="./html/mitsubishi_electric_air_condit.html">Mitsubishi Electric</a>, <a href="./html/daikin_air_conditioning_the_la.html">Daikin</a>, <a href="./html/sanyo_air_conditioning.html">Sanyo</a> <span style="font-weight: normal;">and</span> <a href="./html/lg_air_conditioning.html">LG</a>. <span style="font-weight: normal;">and the best in</span> Installation <span style="font-weight: normal;">and</span> <a href="./html/air_conditioning_maintenance.html">Maintenance</a> <span style="font-weight: normal;">support.</span> <span style="font-weight: normal;">Now has never been a better time to have</span> installed air conditioning <span style="font-weight: normal;">whether your a</span> Business owner, Outdoor Show, Care home, School, Portable Offices, Porta cabins, Hospital, Barber, Dental Practice, Doctors Surgery or Householder</h3>
<h3 style="text-align: center;"><span style="font-size: 20px; color: rgb(0,102,255);">“<u><span style="font-size: 20px; color: rgb(0,102,255);">LATEST NEWS - LATEST NEWS - LATEST NEWS</span></u>”</span></h3>
<h3 style="text-align: center;"><span style="font-size: 20px; color: rgb(0,102,255);">Interest Free Loans for Businesses £3,000 - £500,000 to upgrade your old Air Conditioning equipment to New Energy Efficient Air Conditioning units which will save you a fortune on your electric bill, <span style="color: rgb(255,0,0);">Don’t Lose Out <span style="color: rgb(0,102,255);">it will save you money year after year Call Quality ACS Now to arrange your Quotation. The monthly Energy Savings should pay for your new equipment in most cases.</span></span></span></h3>
<h4><span style="font-weight: normal;">For</span> Businesses <span style="font-weight: normal;">theirs the </span>government <a href="./html/enhanced_capital_allowance.html">Enhanced Capital Allowance Scheme, ECA</a> <span style="font-weight: normal;">please see our page on this for further details. There is also </span>Interest Free Loans<span style="font-weight: normal;"> for upgrading to </span>energy efficient equipment<span style="font-weight: normal;"> weather its a </span>split, multi-split, VRV <span style="font-weight: normal;">or</span> VRF system<span style="font-weight: normal;"> from the </span>Carbon Trust,<span style="font-weight: normal;"> you can borrow from £3,000 to £500,000 </span>unsecured<span style="font-weight: normal;"> repayable up to 4yrs and no arrangement fees. We can help you apply for the loan if you wish to find out more click on the link to the right of the page.</span></h4>
<h4><span style="font-weight: normal;">For</span> home owners <span style="font-weight: normal;">you only pay</span> 5% vat <span style="font-weight: normal;">on your </span>Split <a href="./html/air_conditioning_products.html">air conditioning equipment</a> <span style="font-weight: normal;">and</span> installation, <span style="font-weight: normal;">because of the</span> energy saving <span style="font-weight: normal;">benefits of using </span><b><span style="color: rgb(255,0,0);">Heat</span></b> pump air conditioners.</h4>
<h4><span style="font-weight: normal;">When</span> Quality ACS<span style="font-weight: normal;"> have completed the</span> Air Conditioning Installation <span style="font-weight: normal;">we will clean and tidy the work area. You will notice a big difference in your working</span> environment <span style="font-weight: normal;">with regards to the working</span> temperature, <span style="font-weight: normal;">whether it is a </span>Residential <span style="font-weight: normal;">or</span> School, Office <span style="font-weight: normal;">or </span>Shop, Warehouse, Restaurant <span style="font-weight: normal;">or</span> Gymnasium. <span style="font-weight: normal;">Keeping your staff and customers happy </span><b><span style="color: rgb(0,102,255);">cooling </span></b><span style="font-weight: normal;">or</span> <b><span style="color: rgb(255,0,0);">heating </span></b><span style="font-weight: normal;">them also knowing that you are helping the</span> environment <span style="font-weight: normal;">by using</span> <a href="./html/air_conditioning_products.html">energy efficient equipment</a>. <span style="font-weight: normal;">Once</span> installed <span style="font-weight: normal;">you will hardly notice they are there except that your level of personal </span>comfort <span style="font-weight: normal;">will have improved dramatically</span>.</h4>
<h4> <span style="font-size: 20px;">Indoor Air Quality is a serious issue, Indoor Air is at least seven times more polluted than outside air.</span></h4>
<h4><span style="font-weight: normal;">New</span> air conditioning systems filter <span style="font-weight: normal;">the</span> air <span style="font-weight: normal;">of</span> germs, bacteria, mould <span style="font-weight: normal;">and </span>pet dander. <span style="font-weight: normal;">So if you have an </span>allergy <span style="font-weight: normal;">or</span> breathing <span style="font-weight: normal;">problems choosing the right</span> air conditioning system <span style="font-weight: normal;">will significantly help with your symptoms.</span></h4>
<p style="margin-bottom: 0px;"> </p>
</td>
</tr>
<tr valign="top" align="left">
<td colspan="4" height="46"></td>
</tr>
<tr valign="top" align="left">
<td></td>
<td colspan="3" width="564" class="TextObject">
<p style="text-align: center;"><b><span style="font-size: 28px; color: rgb(0,102,255);"><a href="./html/contact_us.html">Contact</a> QUALITY ACS Now on </span></b></p>
<p style="text-align: center;"><b><span style="font-size: 28px; color: rgb(0,102,255);">0800 731 6785</span></b></p>
<p style="text-align: center;"><b><span style="font-size: 28px; color: rgb(0,102,255);"><a href="http://www.thumbshots.com"><img id="Picture52" height="50" width="184" src="./assets/images/autogen/a_Thumbshots.gif" vspace="0" hspace="0" align="TOP" border="0" alt="Thumbshots.com Click Here To Register Your Website" title="Thumbshots.com Click Here To Register Your Website"></a><a href="http://www.air-conditioning-directory.co.uk"><img id="Picture53" height="49" width="182" src="./assets/images/autogen/a_Air_Conditioning_Directory_logo.gif" vspace="0" hspace="0" align="TOP" border="0" alt="Air Conditioning Directory Click Here To Find More Air Conditioning Companies" title="Air Conditioning Directory Click Here To Find More Air Conditioning Companies"></a><a href="http://www.kyotee.co.uk"><img id="Picture54" height="49" width="139" src="./assets/images/autogen/a_Kyotee_logo.gif" vspace="0" hspace="0" align="TOP" border="0" alt="Kyotee Click Here To Find More Air Conditioning Companies" title="Kyotee Click Here To Find More Air Conditioning Companies"></a></span></b></p>
<p style="text-align: center;"><b><span style="font-size: 28px; color: rgb(0,102,255);"></span>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="CENTER">
<table width="129" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="TextObject">
<p style="margin-bottom: 0px;"><a href="http://www.airconditioningcompanies.co.uk" target="_blank"><img src="http://www.airconditioningcompanies.co.uk/site/air-conditioning-88.gif" alt="UK Air Conditioning Companies" border="0"></a> </p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</b>
<p style="text-align: center; margin-bottom: 0px;"><b><span style="font-size: 20px; color: rgb(0,102,255);"><span style="font-size: 28px;"></span></span>
<table width="564" border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td class="TextObject">
<p style="text-align: center; margin-bottom: 0px;"><b>©</b> <b>2010 Quality ACS <a href="./html/air_conditioning_products.html">Air Conditioning </a> All Rights Reserved.</b></p>
</td>
</tr>
</table>
</b> </td>
</tr>
</table>
</td>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="216">
<tr valign="top" align="left">
<td width="3" height="41"><img src="./assets/images/autogen/clearpixel.gif" width="3" height="1" border="0" alt=""></td>
<td width="3"><img src="./assets/images/autogen/clearpixel.gif" width="3" height="1" border="0" alt=""></td>
<td width="26"><img src="./assets/images/autogen/clearpixel.gif" width="26" height="1" border="0" alt=""></td>
<td width="8"><img src="./assets/images/autogen/clearpixel.gif" width="8" height="1" border="0" alt=""></td>
<td></td>
<td width="7"><img src="./assets/images/autogen/clearpixel.gif" width="7" height="1" border="0" alt=""></td>
<td width="16"><img src="./assets/images/autogen/clearpixel.gif" width="16" height="1" border="0" alt=""></td>
<td width="10"><img src="./assets/images/autogen/clearpixel.gif" width="10" height="1" border="0" alt=""></td>
<td width="42"><img src="./assets/images/autogen/clearpixel.gif" width="42" height="1" border="0" alt=""></td>
</tr>
<tr valign="top" align="left">
<td colspan="2" height="198"></td>
<td colspan="6" width="168"><a href="./html/air_conditioning_products.html"><img id="Picture63" height="198" width="168" src="./assets/images/autogen/a_Heat_Saving_Add_2.gif" border="0" alt="Air Conditioning Get up to 3.5 x more heat for your money" title="Air Conditioning Get up to 3.5 x more heat for your money"></a></td>
<td></td>
</tr>
<tr valign="top" align="left">
<td colspan="9" height="4"></td>
</tr>
<tr valign="top" align="left">
<td colspan="2"></td>
<td colspan="5" width="158" class="TextObject">
<p style="margin-bottom: 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-1024296778530137";
/* Home Page */
google_ad_slot = "7242069419";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script> </p>
</td>
<td colspan="2"></td>
</tr>
<tr valign="top" align="left">
<td colspan="9" height="9"></td>
</tr>
<tr valign="top" align="left">
<td height="151"></td>
<td colspan="8" width="213"><a href="./html/r22_refrigerant.html"><img id="Picture82" height="151" width="213" src="./assets/images/autogen/a_R22_warning1_1.gif" border="0" alt="Do You Still Run Equipment Using Old R22 Refrigerant if so you need to read this Click Here" title="Do You Still Run Equipment Using Old R22 Refrigerant if so you need to read this Click Here"></a></td>
</tr>
<tr valign="top" align="left">
<td colspan="9" height="6"></td>
</tr>
<tr valign="top" align="left">
<td colspan="3" height="77"></td>
<td colspan="3" width="116"><a target="_self" href="javascript:openpopup_27b5('http://actonco2.direct.gov.uk/index.html')"><img id="Picture84" height="77" width="116" src="./assets/images/autogen/a_Act_on_CO2.gif" border="0" alt="Act on CO2 click here to calculate your carbon foor print" title="Act on CO2 click here to calculate your carbon foor print"></a></td>
<td colspan="3"></td>
</tr>
<tr valign="top" align="left">
<td colspan="9" height="9"></td>
</tr>
<tr valign="top" align="left">
<td colspan="4" height="69"></td>
<td width="101"><a href="http://www.carbontrust.co.uk/energy/Loans/default.htm"><img id="Picture112" height="69" width="101" src="./assets/images/autogen/a_Carbon_Trust_Logo.gif" border="0" alt="Carbon Trust Interest Free Loans for Businesses to Upgrade your old Air Conditioning" title="Carbon Trust Interest Free Loans for Businesses to Upgrade your old Air Conditioning"></a></td>
<td colspan="4"></td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td height="13"></td>
</tr>
<tr valign="top" align="left">
<td width="794">
<table id="Table10" border="0" cellspacing="0" cellpadding="0" width="100%" style="height: 34px;">
<tr valign="top" style="height: 8px;">
<td colspan="3"></td>
</tr>
<tr valign="top" style="height: 26px;">
<td valign="top" width="243" style="background-image: url('./assets/images/footer_left.gif');">
<p style="margin-bottom: 0px;"><img id="Picture28" height="25" width="243" src="./assets/images/footer_left.gif" vspace="0" hspace="0" align="TOP" border="0" alt=""></p>
</td>
<td valign="top" width="551" style="background-image: url('./assets/images/footer_bg.gif');">
<p style="margin-bottom: 0px;">
<table width="551" border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="551" style="height: 26px;">
<tr align="left" valign="top">
<td>
<table cellpadding="0" cellspacing="0" border="0" width="551">
<tr valign="top" align="left">
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="532" class="TextNavBar"> Home <a href="./html/about_air_conditioning_solutio.html">About</a> <a href="./html/air_conditioning_products.html">Products</a> <a href="./html/air_purifiers.html">Air Purifiers</a> <a href="./html/air_conditioning_maintenance.html">Maintenance</a> <a href="./html/enhanced_capital_allowance.html">ECA</a> <a href="./html/contact_us.html">Contact Us</a> </td>
</tr>
</table>
</td>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="19">
<tr valign="top" align="left">
<td width="6" height="25"><img src="./assets/images/autogen/clearpixel.gif" width="6" height="1" border="0" alt=""></td>
<td width="13"><a href ="javascript:go();" target="_self"><img id="Picture49" height="25" width="13" src="./assets/images/footer_right.gif" border="0" alt=""></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="0" style="background-image: url('./assets/images/footer_right.gif');"></td>
</tr>
</table>
</td>
</tr>
</table>
<script type="text/javascript">
var C_MENU_BORDER = 0;
var C_MENU_SPACING = 0;
var C_MENU_BGCOLOR = "";
var C_MENU_AUTO_CLOSE = true;
new NOF_Menu(
new NOF_Main_Menu(new NOF_Menu_Item('NavigationBar1_1', 'horizontal', 'bottom', 0, 34,
new NOF_Menu_Button('./html/portable_air_conditioning_.html','./assets/images/autogen/Portable_Air___Conditioning__Nregular_1_1.gif','./assets/images/autogen/Portable_Air___Conditioning__NRregularRollover_1_1.gif'),new NOF_Menu_Button('./html/daikin_air_conditioning_the_la.html','./assets/images/autogen/Daikin_Air___Conditioning_Nregular_1_1.gif','./assets/images/autogen/Daikin_Air___Conditioning_NRregularRollover_1_1.gif'),new NOF_Menu_Button('./html/mitsubishi_electric_air_condit.html','./assets/images/autogen/Mitsubishi___Electric_Nregular_1_1.gif','./assets/images/autogen/Mitsubishi___Electric_NRregularRollover_1_1.gif'),new NOF_Menu_Button('./html/mitsubishi_heavy_industries_ai.html','./assets/images/autogen/Mitsubishi___Heavy_Industries_Nregular_1_1.gif','./assets/images/autogen/Mitsubishi___Heavy_Industries_NRregularRollover_1_1.gif'),new NOF_Menu_Button('./html/lg_air_conditioning.html','./assets/images/autogen/LG_Air___Conditioning_Nregular_1_1.gif','./assets/images/autogen/LG_Air___Conditioning_NRregularRollover_1_1.gif'),new NOF_Menu_Button('./html/sanyo_air_conditioning.html','./assets/images/autogen/Sanyo_Air___Conditioning_Nregular_1_1.gif','./assets/images/autogen/Sanyo_Air___Conditioning_NRregularRollover_1_1.gif')))
, new NOF_Main_Menu(new NOF_Menu_Item('NavigationBar1_2', 'horizontal', 'bottom', 0, 34,
new NOF_Menu_Button('./html/terms___conditions.html','./assets/images/autogen/Terms_of_Sale_Nregular_1.gif','./assets/images/autogen/Terms_of_Sale_NRregularRollover_1.gif'),new NOF_Menu_Button('./html/site_map.html','./assets/images/autogen/Site_Map_Nregular_1.gif','./assets/images/autogen/Site_Map_NRregularRollover_1.gif'),new NOF_Menu_Button('./html/links.html','./assets/images/autogen/Links_Nregular_1.gif','./assets/images/autogen/Links_NRregularRollover_1.gif')))
);
</script>
</body>
</html>
<div id="eXTReMe"><a href="http://extremetracking.com/open?login=tonyhesl">
<img src="http://t1.extreme-dm.com/i.gif" style="border: 0;"
height="38" width="41" id="EXim" alt="eXTReMe Tracker" /></a>
<script type="text/javascript"><!--
var EXlogin='tonyhesl' // Login
var EXvsrv='s9' // VServer
EXs=screen;EXw=EXs.width;navigator.appName!="Netscape"?
EXb=EXs.colorDepth:EXb=EXs.pixelDepth;EXsrc="src";
navigator.javaEnabled()==1?EXjv="y":EXjv="n";
EXd=document;EXw?"":EXw="na";EXb?"":EXb="na";
EXd.write("<img "+EXsrc+"=http://e0.extreme-dm.com",
"/"+EXvsrv+".g?login="+EXlogin+"&",
"jv="+EXjv+"&j=y&srw="+EXw+"&srb="+EXb+"&",
"l="+escape(EXd.referrer)+" height=1 width=1>");//-->
</script><noscript><div id="neXTReMe"><img height="1" width="1" alt=""
src="http://e0.extreme-dm.com/s9.g?login=tonyhesl&j=n&jv=n" />
</div></noscript></div>
<div id="eXTReMe"a ref=http://extremetracking.com/open?login=tonyhesl"
<img src="http://t1.extreme-dm.com/i.gif" style="border: 0;"
height="38" width="41" id="EXim" alt="eXTReMe Tracker" /></a>
<script type="text/javascript"><!--
var EXlogin='tonyhesl' // Login
var EXvsrv='s9' // VServer
EXs=screen;EXw=EXs.width;navigator.appName!="Netscape"?
EXb=EXs.colorDepth:EXb=EXs.pixelDepth;
navigator.javaEnabled()==1?EXjv="y":EXjv="n";
EXd=document;EXw?"":EXw="na";EXb?"":EXb="na";
EXd.write
"/"+EXvsrv+".g?login="+EXlogin+"&
"jv="+EXjv+"&j=y&srw="+EXw+"&srb="+EXb+"&",
"l="+escape(EXd.referrer)+" height=1 width=1>");//-->
</script><noscript><div id="neXTReMe"><img height="1" width="1" alt=""
src=
</div></noscript></div
Validation Output: 26 Errors
Line 104, Column 32: delimiter """ invalid: only S separators and TAGC allowed here
write("<ht"+"ml><he"+"ad></he"+"ad><bo"+"dy onLoad=\\"window.location.href='" +✉
Line 104, Column 32: end tag for element "HE" which is not open
write("<ht"+"ml><he"+"ad></he"+"ad><bo"+"dy onLoad=\\"window.location.href='" +✉
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry.
Line 104, Column 97: delimiter """ invalid: only S separators and TAGC allowed here
…w.location.href='" + url + "'\\"></bo"+"dy></ht"+"ml>");✉
Line 104, Column 97: end tag for element "BO" which is not open
…w.location.href='" + url + "'\\"></bo"+"dy></ht"+"ml>");✉
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry.
Line 104, Column 107: delimiter """ invalid: only S separators and TAGC allowed here
….href='" + url + "'\\"></bo"+"dy></ht"+"ml>");✉
Line 104, Column 107: end tag for element "HT" which is not open
….href='" + url + "'\\"></bo"+"dy></ht"+"ml>");✉
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry.
Line 121, Column 33: duplicate specification of attribute "STYLE"
<body STYLE="MARGIN: 0px" style="margin: 0px;">✉
You have specified an attribute more than once. Example: Using the "height" attribute twice on the same "img" tag.
Line 286, Column 10: end tag for element "P" which is not open
</p>✉
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry.
Line 353, Column 74: document type does not allow element "TABLE" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
…border="0" cellspacing="0" cellpadding="0">✉
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Line 368, Column 87: document type does not allow element "TABLE" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
…ing="0" cellpadding="0" align="left">✉
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Line 512, Column 24: document type does not allow element "DIV" here
<div id="eXTReMe"><a href="http://extremetracking.com/open?login=tonyhes…✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
Line 514, Column 56: NET-enabling start-tag requires SHORTTAG YES
height="38" width="41" id="EXim" alt="eXTReMe Tracker" /></a>✉
The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.
Line 527, Column 69: NET-enabling start-tag requires SHORTTAG YES
…e-dm.com/s9.g?login=tonyhesl&j=n&jv=n" />✉
The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.
Line 529, Column 16: ID "EXTREME" already defined
<div id="eXTReMe"a ref=http://extremetracking.com/open?login=tonyhesl"✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
Line 512, Column 15: ID "EXTREME" first defined here
<div id="eXTReMe"><a href="http://extremetracking.com/open?login=tonyhes… Line 529, Column 26: "A" is not a member of a group specified for any attribute
<div id="eXTReMe"a ref=http://extremetracking.com/open?login=tonyhesl"✉
Line 529, Column 30: Attribute "REF" is not a valid attribute. Did you mean "nohref" or "href"?
<div id="eXTReMe"a ref=http://extremetracking.com/open?login=tonyhesl"✉
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
Line 529, Column 35: NET-enabling start-tag requires SHORTTAG YES
<div id="eXTReMe"a ref=http://extremetracking.com/open?login=tonyhesl"✉
The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.
Line 529, Column 35: document type does not allow element "DIV" here
<div id="eXTReMe"a ref=http://extremetracking.com/open?login=tonyhesl"✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
Line 529, Column 37: character data is not allowed here
<div id="eXTReMe"a ref=http://extremetracking.com/open?login=tonyhesl"✉
You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include:
putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>), or
forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes), or
using XHTML-style self-closing tags (such as <meta ... />) in HTML 4.01 or earlier. To fix, remove the extra slash ('/') character. For more information about the reasons for this, see Empty elements in SGML, HTML, XML, and XHTML.
Line 531, Column 28: ID "EXIM" already defined
height="38" width="41" id="EXim" alt="eXTReMe Tracker" /></a>✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
Line 514, Column 27: ID "EXIM" first defined here
height="38" width="41" id="EXim" alt="eXTReMe Tracker" /></a> Line 531, Column 56: NET-enabling start-tag requires SHORTTAG YES
height="38" width="41" id="EXim" alt="eXTReMe Tracker" /></a>✉
The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.
Line 531, Column 56: document type does not allow element "IMG" here
height="38" width="41" id="EXim" alt="eXTReMe Tracker" /></a>✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
Line 531, Column 61: end tag for element "A" which is not open
…t="38" width="41" id="EXim" alt="eXTReMe Tracker" /></a>✉
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry.
Line 532, Column 31: document type does not allow element "SCRIPT" here
<script type="text/javascript"><!--✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
Line 543, Column 19: document type does not allow element "NOSCRIPT" here
</script><noscript><div id="neXTReMe"><img height="1" width="1" alt=""✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
Line 543, Column 29: ID "NEXTREME" already defined
</script><noscript><div id="neXTReMe"><img height="1" width="1" alt=""✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
Line 526, Column 28: ID "NEXTREME" first defined here
</script><noscript><div id="neXTReMe"><img height="1" width="1" alt="" Line 545, Column 1: an attribute value must be a literal unless it contains only name characters
</div></noscript></div✉
You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.
Line 545, Column 17: end tag for "DIV" omitted, but its declaration does not permit this
</div></noscript></div✉
You forgot to close a tag, or
you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.
The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.
Line 543, Column 19: start tag was here
</script><noscript><div id="neXTReMe"><img height="1" width="1" alt="" Line 546, Column 8: entity end not allowed in end tag
…✉
Line 546, Column 8: end tag for element "DIV" which is not open
…✉
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry.