Skip to main content
Participant
November 18, 2017
Answered

"Tag must be paired" help.

  • November 18, 2017
  • 1 reply
  • 2160 views

I looked through the forums and found no direct answer to this problem. I hope that someone can help as I am stuck.

<!doctype html>

<html>

<head>

<meta charset="utf-8">

<title>Fimble</title>

<script type="text/javascript">

function MM_swapImgRestore() { //v3.0

  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++) x.src=x.oSrc;

}

function MM_preloadImages() { //v3.0

  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();

    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)

    if (a.indexOf("#")!=0){ d.MM_p=new Image; d.MM_p[j++].src=a;}}

}

function MM_findObj(n, d) { //v4.01

  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {

    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}

  if(!(x=d)&&d.all) x=d.all; for (i=0;!x&&i<d.forms.length;i++) x=d.forms;

  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);

  if(!x && d.getElementById) x=d.getElementById(n); return x;

}

function MM_swapImage() { //v3.0

  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)

   if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}

}

</script>

</head>

<body onLoad="MM_preloadImages('Home buttonroli.jpg','Baseballsoftball Statsroli.jpg','Cincinnatrrri.jpg')">

<table width="1000" border="0">

<table width="1000" align="center">

  <tbody>

    <tr>

      <td colspan="5"><img src="Fimble logo 100 pixle hight.jpg" width="1000" height="100" alt=""/></td>

    </tr>

    <tr>

      <td width="401"><a href="Index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Home Button','','Home buttonroli.jpg',1)"><img src="Home button.jpg" alt="" width="200" height="50" id="Home Button"></a><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Stats Softball button','','Baseballsoftball Statsroli.jpg',1)"><img src="Baseballsoftball Stats.jpg" alt="" width="200" height="50" id="Stats Softball button"></a></td>

      <td width="552"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Cincinnati','','Cincinnatrrri.jpg',1)"><img src="Cincinnati.jpg" alt="" width="200" height="50" id="Cincinnati"></a></td>

      <td width="14"> </td>

      <td width="14"> </td>

      <td width="11"> </td>

    </tr>

    <tr>

      <td> </td>

      <td> </td>

      <td> </td>

      <td> </td>

      <td> </td>

    </tr>

  </tbody>

</table>

</body>

</html>

I get and error message saying "Tag must be paired, missing: [ </table> ], start tag match failed [ <table width="1000" border="0"> ] on line 32"

    This topic has been closed for replies.
    Correct answer B i r n o u

    you have two opening <table>... look just after the opening <body>

    1 reply

    B i r n o u
    B i r n o uCorrect answer
    Legend
    November 18, 2017

    you have two opening <table>... look just after the opening <body>

    Participant
    November 18, 2017

    Ok fixed thanks. Did not know how I did not see that, must be tired. Thank you

    B i r n o u
    Legend
    November 18, 2017

    in fact with the time zone, here, I just wake up ...