In this section of code:

<tr>
    <td width="4">&nbsp;</td>
        <table width="616">
            <tr>
                <td width="616" colspan="2" nowrap>
                    Test
                </td>
            </tr>
        </table>
    </td>
</tr>

you're closing your td at the top and then closing another td that doesn't have an 
accompanying open tag at the
bottom.  That *might* be your problem.

Kamie


Robert Everland wrote:

> This @#$^@ HTML will work in everything but Netscape 4 and my eyes hurt from
> going over and over and over and over again trying to see something.
> Hopefully a new set of eyes will find it.
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
>
> <html>
> <head>
>         <title>Untitled</title>
> </head>
>
> <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"
> bgcolor="#FFFFFF" text="#000000">
>
> <table border="1" cellpadding="0" cellspacing="0">
>         <tr valign="top">
>                 <td width="145">&nbsp;</td>
>                 <td>
>                         <table width="620" border="1" cellspacing="0"
> cellpadding="0">
>                                 <tr valign="top">
>                                         <td>
>                                                 Bob
>                                         </td>
>                                 </tr>
>                                 <tr valign="bottom">
>                                         <td width="10">&nbsp;</td>
>                                         <td width="400">
>                                                 Bob
>                                         </td>
>                                         <td width="210"
> align="right">&nbsp;</td>
>                                 </tr>
>                                 <tr>
>                                         <td width="4">&nbsp;</td>
>                                                 <table width="616">
>                                                         <tr>
>                                                                 <td
> width="616" colspan="2" nowrap>
>                                                                         Test
>                                                                 </td>
>                                                         </tr>
>                                                 </table>
>                                         </td>
>                                 </tr>
>                         </table>
>                 </td>
>         </tr>
> </table>
>
>
> </body>
> </html>
>
> Robert Everland III
> Dixon Ticonderoga
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to