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

Right here, you are opening a new table in the middle of nothing.  If I
remember, Netscape has issues with malformed tables.

Todd

----- Original Message -----
From: "Robert Everland" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, September 24, 2001 2:02 PM
Subject: AHHHHHHHH Netscape HTML Question


> 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
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
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