R
Robert Baer
How can i fix this to get rid of the W3C complaint, but still have
control of that font size (line 61 in code having 77 lines)?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- does NOT validate; bitches on use of size=6 and face="Arial"
together -->
<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>
<style type="text/css">
body {
background-color: #0093DD; <!-- light blue -->
margin: 0px;
}
body,table,tr,td,div,span,p,form {
font-family: sans-serif;
font-size: 9pt;
}
.blockHeader { <!-- make border zero size -->
width: 100%;
margin-top: 0px;
border-bottom: solid 0px #1F1A17; <!-- black -->
}
.ourTitle {
color: #A6D9F6; <!-- very light blue -->
font-size: 8pt;
font-family: arial;
}
.navHeader {
color: #ffDB7D; <!-- moon green -->
font-size: 8pt;
font-family: verdana,arial,sans-serif;
}
.navHeader a {
color: #FFFFFF; <!-- white -->
font-size: 8pt;
font-family: verdana,arial,sans-serif;
}
.navHeader a:hover {
color: #B9DB7D; <!-- moon green -->
}
</style>
</head>
<body>
<center>
<table border="0" class="ourTitle">
<tr>
<td valign="top" align="center" width="120">
<a href="http://www.petro-gaslifttechllc.com/" target="_parent" >
<img src="PGLtechT.gif" height="84" width="191" border="0" alt="" >
</a>
</td>
<td valign="top" align="center"> <!-- make
border zero size -->
<table cellpadding="0" cellspacing="0" width="550" border="0"
style="margin-bottom: 0px;" class="ourTitle">
<tr>
<font face="Arial" size=6>Petro-Gas Lift Tech LLC</font>
</tr>
</table> <BR><BR>
<div class="navHeader">
<a href="AboutUs.htm/" target="right">Home</a> |
<a href="AboutUs.htm" target="right">About Petro-Gas Lift Tech</a> |
<a href="Products.htm" target="right">Products</a> |
<a href="Clients.htm" target="right">Clients</a> |
<a href="Partners.htm" target="right">Partners</a> |
<a href="mailto[email protected]">Contact Us</a>
</div>
</td>
</tr>
</table>
</center>
</body>
</html>
control of that font size (line 61 in code having 77 lines)?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- does NOT validate; bitches on use of size=6 and face="Arial"
together -->
<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>
<style type="text/css">
body {
background-color: #0093DD; <!-- light blue -->
margin: 0px;
}
body,table,tr,td,div,span,p,form {
font-family: sans-serif;
font-size: 9pt;
}
.blockHeader { <!-- make border zero size -->
width: 100%;
margin-top: 0px;
border-bottom: solid 0px #1F1A17; <!-- black -->
}
.ourTitle {
color: #A6D9F6; <!-- very light blue -->
font-size: 8pt;
font-family: arial;
}
.navHeader {
color: #ffDB7D; <!-- moon green -->
font-size: 8pt;
font-family: verdana,arial,sans-serif;
}
.navHeader a {
color: #FFFFFF; <!-- white -->
font-size: 8pt;
font-family: verdana,arial,sans-serif;
}
.navHeader a:hover {
color: #B9DB7D; <!-- moon green -->
}
</style>
</head>
<body>
<center>
<table border="0" class="ourTitle">
<tr>
<td valign="top" align="center" width="120">
<a href="http://www.petro-gaslifttechllc.com/" target="_parent" >
<img src="PGLtechT.gif" height="84" width="191" border="0" alt="" >
</a>
</td>
<td valign="top" align="center"> <!-- make
border zero size -->
<table cellpadding="0" cellspacing="0" width="550" border="0"
style="margin-bottom: 0px;" class="ourTitle">
<tr>
<font face="Arial" size=6>Petro-Gas Lift Tech LLC</font>
</tr>
</table> <BR><BR>
<div class="navHeader">
<a href="AboutUs.htm/" target="right">Home</a> |
<a href="AboutUs.htm" target="right">About Petro-Gas Lift Tech</a> |
<a href="Products.htm" target="right">Products</a> |
<a href="Clients.htm" target="right">Clients</a> |
<a href="Partners.htm" target="right">Partners</a> |
<a href="mailto[email protected]">Contact Us</a>
</div>
</td>
</tr>
</table>
</center>
</body>
</html>