Re: Mismatched Tags .....

On Tuesday 20 June 2006 17:50, Gibson, Ronald wrote:
> I don't know why this error comes up.  It says that:  line 35, char 2:
> mismatched tag  ( </body> )
>
> Before this error it had a problem with </tbody>.

Yes, the paragraph open before the table is not closed.
You have to insert a </p> closing tag either before <table> or after </table>.

>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
>        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html>
> <head>
>   <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
>   <title>Phone Line Newsletters</title>
> </head>
> <body>
> <p style="text-align: center; font-size: 26px;">Phone Line
> Newsletters</p>
> <p></p>
> <p style="margin-left: auto; margin-right: auto; margin: 8px;">
> <table border="1" cellpadding="8px">
>   <caption></caption>
>   <tbody>
>     <tr>
>       <td><img alt="Phone List Of Numbers 1982" src="news/1982Coverb.jpg"
>       /></td>
>       <td></td>
>       <td></td>
>       <td></td>
>       <td></td>
>     </tr>
>     <tr>
>       <td></td>
>       <td></td>
>       <td></td>
>       <td></td>
>       <td></td>
>     </tr>
>    </tbody>
> </table>
> </body>
> </html>
>
>
>
> Ronald L. Gibson
>
> ATE Technician
>
> St. Jude Medical, Inc
> Cardiac Rhythm Management Division
> 818.493.4213 Desk
>
> 818.362.7516 Fax
>
> (we are apt of borg - rpm is futile - you will be dpkg'ed)

-- 
     Irène.
-----
Irène Vatton                     INRIA Rhône-Alpes
INRIA                               ZIRST
e-mail: Irene.Vatton@inria.fr       655 avenue de l'Europe
Tel.: +33 4 76 61 53 61             Montbonnot
Fax:  +33 4 76 61 52 07             38334 Saint Ismier Cedex - France

Received on Wednesday, 21 June 2006 07:13:46 UTC