• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

"Tag must be paired" help.

New Here ,
Nov 17, 2017 Nov 17, 2017

Copy link to clipboard

Copied

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"

Views

1.8K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Nov 17, 2017 Nov 17, 2017

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

Votes

Translate

Translate
Community Expert ,
Nov 17, 2017 Nov 17, 2017

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 17, 2017 Nov 17, 2017

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 17, 2017 Nov 17, 2017

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines