About
Pricing
Community
Teams
Start Free Trial
Log in
Quack
asked on
3/10/2017
I have a request to fix a line of html code to meet html standards...not sure what's off though...can anyone shed light on this?
</tr> on line 64 is where the request to modify is referenced...page is working...not sure where they're having issues though.
<HTML LANG="EN-US">
<head>
<title>title</title>
<script language="JavaScript" type="text/JavaScript">
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(p
arseInt(ap
pVersion)=
=4)) {
document.MM_pgW=innerWidth
; document.MM_pgH=innerHeigh
t; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_p
gW || innerHeight!=document.MM_p
gH) location.reload();
}
MM_reloadPage(true);
</script>
<link href="../css/home.css" rel="stylesheet" type="text/css" />
<LINK rel="Home" title="site"
type="text/html"
href="link">
</head>
<BODY >
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" background="../images/grad
2b.gif">
<tr>
<td width="10%"> </td>
<td width="80%" valign="top">
<table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" >
<tr>
<td><a href="../../../index.htm">
<img src="../images/IntranetBan
ner_010909
.jpg" alt="banner" width="800" height="82" border="0" ></a></td>
</tr>
<tr>
<td><CF_topmenu_new></td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0">
<tr bgcolor="#FFFFFF">
<td valign="top"><table width="100%">
<tr valign="top">
<td width="15%"><CF_leftNav_ne
w></td>
<td><table width="100%" border="0">
<tr>
<td valign="bottom" class="Headline18Gold">Inq
uiry</td>
</tr>
<tr>
<td class="maintxt12"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" class="maintxt12"><table width="90%" border="0" align="left" cellpadding="5" cellspacing="0">
<tr>
<td colspan="3" class="maintxt12"><span class="maintxt">This application is currently off-line for maintenance. During this downtime please contact <A href="link" target="_blank">Customer Service</A> for assistance</span>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><CF_CGfooter_new></td>
</tr>
</table></td>
<td width="10%"> </td>
</tr>
<tr>
<td width="10%"> </td>
<td width="80%"> </td>
<td width="10%"> </td>
</tr>
<tr>
<td width="10%"> </td>
<td width="80%"> </td>
<td width="10%"> </td>
</tr>
</table>
</body>
</html>
HTML
2
1
Last Comment
zephyr_hex (Megan)
8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
zephyr_hex (Megan)
3/10/2017
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
zephyr_hex (Megan)
3/10/2017
BTW.... the width attribute on the td element is obsolete in HTML5. You should use CSS for styling.
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23