RE: AHHHHHHHH Netscape HTML Question

2001-09-25 Thread Peter Tilbrook

Netscape is VERY fussy about tables - which is good (and a reason why you
should test sites under different browsers wherever possible).

Of course it has (NS) other features that frustrate also.

~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



RE: AHHHHHHHH Netscape HTML Question

2001-09-24 Thread Steven Dworman

Works for me in netscape 4.7.  what version of 4 are you using?


Steven D Dworman
-
Web Consultant
Systems Administrator

ComSpec International - http://www.comspec-intnl.com
phone: 248.647.8841
cell:  734.972.9676
-
EMPOWER-XL ***Software for Higher Education***
http://www.empower-xl.com
-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 24, 2001 2:02 PM
To: CF-Talk
Subject: A 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
titleUntitled/title
/head

body marginheight=0 marginwidth=0 topmargin=0 leftmargin=0
bgcolor=#FF text=#00


table border=1 cellpadding=0 cellspacing=0
tr valign=top
td width=145nbsp;/td
td
table width=620 border=1 cellspacing=0
cellpadding=0
tr valign=top
td
Bob
/td
/tr
tr valign=bottom
td width=10nbsp;/td
td width=400
Bob
/td
td width=210
align=rightnbsp;/td
/tr
tr
td width=4nbsp;/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



RE: AHHHHHHHH Netscape HTML Question

2001-09-24 Thread Alex Santantonio

You are missing a TD COLSPAN=2 on line 31 just before you are opening
your 3rd nested table.  You have a lot of nested tables that are
unnecessary, and I don't think with your current layout it will do quite
what you are intending.  Try this instead. 

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN

html
head
titleUntitled/title
/head

body marginheight=0 marginwidth=0 topmargin=0 leftmargin=0
bgcolor=#FF text=#00


table border=1 cellpadding=0 cellspacing=0
tr valign=top 
td width=145nbsp;/td 
td
table width=620 border=1 cellspacing=0
cellpadding=0
tr
td colspan=4Bob/td
/tr
tr
td width=4nbsp;/td
td width=6nbsp;/td
td width=400
valign=bottomBob/td
td width=210
align=rightnbsp;/td
/tr
tr
tdnbsp;/td
td colspan=3Test/td
/tr   
/table
/td
/tr
/table


/body
/html

-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 24, 2001 2:02 PM
To: CF-Talk
Subject: A 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
titleUntitled/title
/head

body marginheight=0 marginwidth=0 topmargin=0 leftmargin=0
bgcolor=#FF text=#00


table border=1 cellpadding=0 cellspacing=0
tr valign=top
td width=145nbsp;/td
td   
table width=620 border=1 cellspacing=0
cellpadding=0
tr valign=top
td
Bob
/td
/tr
tr valign=bottom
td width=10nbsp;/td
td width=400   
Bob
/td
td width=210
align=rightnbsp;/td
/tr
tr
td width=4nbsp;/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



RE: AHHHHHHHH Netscape HTML Question

2001-09-24 Thread Robert Everland

4.77

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire

-Original Message-
From: Steven Dworman [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 24, 2001 2:16 PM
To: CF-Talk
Subject: RE: A Netscape HTML Question


Works for me in netscape 4.7.  what version of 4 are you using?


Steven D Dworman
-
Web Consultant
Systems Administrator

ComSpec International - http://www.comspec-intnl.com
phone: 248.647.8841
cell:  734.972.9676
-
EMPOWER-XL ***Software for Higher Education***
http://www.empower-xl.com
-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 24, 2001 2:02 PM
To: CF-Talk
Subject: A 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
titleUntitled/title
/head

body marginheight=0 marginwidth=0 topmargin=0 leftmargin=0
bgcolor=#FF text=#00


table border=1 cellpadding=0 cellspacing=0
tr valign=top
td width=145nbsp;/td
td
table width=620 border=1 cellspacing=0
cellpadding=0
tr valign=top
td
Bob
/td
/tr
tr valign=bottom
td width=10nbsp;/td
td width=400
Bob
/td
td width=210
align=rightnbsp;/td
/tr
tr
td width=4nbsp;/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



Re: AHHHHHHHH Netscape HTML Question

2001-09-24 Thread Todd Ashworth

/tr
tr
td width=4nbsp;/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: A 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
 titleUntitled/title
 /head

 body marginheight=0 marginwidth=0 topmargin=0 leftmargin=0
 bgcolor=#FF text=#00


 table border=1 cellpadding=0 cellspacing=0
 tr valign=top
 td width=145nbsp;/td
 td
 table width=620 border=1 cellspacing=0
 cellpadding=0
 tr valign=top
 td
 Bob
 /td
 /tr
 tr valign=bottom
 td width=10nbsp;/td
 td width=400
 Bob
 /td
 td width=210
 align=rightnbsp;/td
 /tr
 tr
 td width=4nbsp;/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



Re: AHHHHHHHH Netscape HTML Question

2001-09-24 Thread Kamie Curfman

In this section of code:

tr
td width=4nbsp;/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
 titleUntitled/title
 /head

 body marginheight=0 marginwidth=0 topmargin=0 leftmargin=0
 bgcolor=#FF text=#00

 table border=1 cellpadding=0 cellspacing=0
 tr valign=top
 td width=145nbsp;/td
 td
 table width=620 border=1 cellspacing=0
 cellpadding=0
 tr valign=top
 td
 Bob
 /td
 /tr
 tr valign=bottom
 td width=10nbsp;/td
 td width=400
 Bob
 /td
 td width=210
 align=rightnbsp;/td
 /tr
 tr
 td width=4nbsp;/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



RE: AHHHHHHHH Netscape HTML Question

2001-09-24 Thread Kelly Matthews

Acutally he juts had an extra /td

-Original Message-
From: Alex Santantonio [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 24, 2001 2:18 PM
To: CF-Talk
Subject: RE: A Netscape HTML Question


You are missing a TD COLSPAN=2 on line 31 just before you are opening your
3rd nested table.  You have a lot of nested tables that are unnecessary, and
I don't think with your current layout it will do quite what you are
intending.  Try this instead. 

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN

html
head
titleUntitled/title
/head

body marginheight=0 marginwidth=0 topmargin=0 leftmargin=0
bgcolor=#FF text=#00


table border=1 cellpadding=0 cellspacing=0
tr valign=top 
td width=145nbsp;/td 
td
table width=620 border=1 cellspacing=0
cellpadding=0
tr
td colspan=4Bob/td
/tr
tr
td width=4nbsp;/td
td width=6nbsp;/td
td width=400
valign=bottomBob/td
td width=210
align=rightnbsp;/td
/tr
tr
tdnbsp;/td
td colspan=3Test/td
/tr   
/table
/td
/tr
/table


/body
/html

-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 24, 2001 2:02 PM
To: CF-Talk
Subject: A 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
titleUntitled/title
/head

body marginheight=0 marginwidth=0 topmargin=0 leftmargin=0
bgcolor=#FF text=#00


table border=1 cellpadding=0 cellspacing=0
tr valign=top
td width=145nbsp;/td
td   
table width=620 border=1 cellspacing=0
cellpadding=0
tr valign=top
td
Bob
/td
/tr
tr valign=bottom
td width=10nbsp;/td
td width=400   
Bob
/td
td width=210
align=rightnbsp;/td
/tr
tr
td width=4nbsp;/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



RE: AHHHHHHHH Netscape HTML Question

2001-09-24 Thread Steven Dworman

Actually...look at line 29.  you're trying to put a table inside a td but
you closed the td before created the table.


Steven D Dworman
-
Web Consultant
Systems Administrator

ComSpec International - http://www.comspec-intnl.com
phone: 248.647.8841
cell:  734.972.9676
-
EMPOWER-XL ***Software for Higher Education***
http://www.empower-xl.com
-Original Message-
From: Alex Santantonio [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 24, 2001 2:18 PM
To: CF-Talk
Subject: RE: A Netscape HTML Question

You are missing a TD COLSPAN=2 on line 31 just before you are opening
your 3rd nested table.  You have a lot of nested tables that are
unnecessary, and I don't think with your current layout it will do quite
what you are intending.  Try this instead.

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN

html
head
titleUntitled/title
/head

body marginheight=0 marginwidth=0 topmargin=0 leftmargin=0
bgcolor=#FF text=#00


table border=1 cellpadding=0 cellspacing=0
tr valign=top
td width=145nbsp;/td
td
table width=620 border=1 cellspacing=0
cellpadding=0
tr
td colspan=4Bob/td
/tr
tr
td width=4nbsp;/td
td width=6nbsp;/td
td width=400
valign=bottomBob/td
td width=210
align=rightnbsp;/td
/tr
tr
tdnbsp;/td
td colspan=3Test/td
/tr
/table
/td
/tr
/table


/body
/html

-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 24, 2001 2:02 PM
To: CF-Talk
Subject: A 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
titleUntitled/title
/head

body marginheight=0 marginwidth=0 topmargin=0 leftmargin=0
bgcolor=#FF text=#00


table border=1 cellpadding=0 cellspacing=0
tr valign=top
td width=145nbsp;/td
td
table width=620 border=1 cellspacing=0
cellpadding=0
tr valign=top
td
Bob
/td
/tr
tr valign=bottom
td width=10nbsp;/td
td width=400
Bob
/td
td width=210
align=rightnbsp;/td
/tr
tr
td width=4nbsp;/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



Re: AHHHHHHHH Netscape HTML Question

2001-09-24 Thread John Paitel

Your first Bob line and the third blank line in the nested table are 
missing colspan=3 in the TD tags.

What works for me is to set each table to a different width and border 
color. That way you can see what cells are in each table, where they are 
laid out, and any missing columns, etc.

John
P.S. I've attached the code with the colors, etc changed.

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN

html
head
 titleUntitled/title
/head
body marginheight=0 marginwidth=0 topmargin=0 leftmargin=0
bgcolor=#FF text=#00


table border=5 cellpadding=1 cellspacing=1 bordercolor=green
 tr valign=top
 td width=145nbsp;/td
 td
 table width=620 border=3 cellspacing=1 
cellpadding=1 bordercolor=blue
 tr valign=top
 td
 Bob
 /td
 /tr
 tr valign=bottom
 td width=10nbsp;
 /td
 td width=400
 Bob
 /td
 td width=210 align=rightnbsp;
 /td
 /tr
 tr
 td width=4nbsp;/td
 table width=616 
border=1 cellspacing=1 cellpadding=1
 tr
 td 
width=616 colspan=2 nowrap
 Test
 /td
 /tr
 /table
 /td
 /tr
 /table
 /td
 /tr
/table
~~
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



RE: AHHHHHHHH Netscape HTML Question

2001-09-24 Thread Alex Santantonio

6 of one, half dozen of another.  Actually, I think he is just forgetting to
open the new table cell after closing the initial one for that row, also, he
is defining the width as 4 but that doesn't make much sense since the
corresponding table cell above this one is 10 pixels and that just won't
work.

Alex

-Original Message-
From: Kelly Matthews [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 24, 2001 2:28 PM
To: CF-Talk
Subject: RE: A Netscape HTML Question

Acutally he juts had an extra /td

-Original Message-
From: Alex Santantonio [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 24, 2001 2:18 PM
To: CF-Talk
Subject: RE: A Netscape HTML Question


You are missing a TD COLSPAN=2 on line 31 just before you are opening your
3rd nested table.  You have a lot of nested tables that are unnecessary, and
I don't think with your current layout it will do quite what you are
intending.  Try this instead.

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN

html
head
titleUntitled/title
/head

body marginheight=0 marginwidth=0 topmargin=0 leftmargin=0
bgcolor=#FF text=#00


table border=1 cellpadding=0 cellspacing=0
tr valign=top
td width=145nbsp;/td
td   
table width=620 border=1 cellspacing=0
cellpadding=0
tr
td colspan=4Bob/td
/tr
tr
td width=4nbsp;/td
td width=6nbsp;/td
td width=400
valign=bottomBob/td
td width=210
align=rightnbsp;/td
/tr
tr
tdnbsp;/td
td colspan=3Test/td
/tr  
/table
/td
/tr
/table   
   

/body
/html

-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 24, 2001 2:02 PM
To: CF-Talk
Subject: A 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
titleUntitled/title
/head

body marginheight=0 marginwidth=0 topmargin=0 leftmargin=0
bgcolor=#FF text=#00


table border=1 cellpadding=0 cellspacing=0
tr valign=top
td width=145nbsp;/td
td  
table width=620 border=1 cellspacing=0
cellpadding=0
tr valign=top
td
Bob
/td
/tr
tr valign=bottom
td width=10nbsp;/td
td width=400  
Bob
/td
td width=210
align=rightnbsp;/td
/tr
tr
td width=4nbsp;/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



~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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



Re: AHHHHHHHH Netscape HTML Question

2001-09-24 Thread Bud

I commented the mistakes I see and got rid of the tab formatting so 
it doesn't all wrap.

table border=1 cellpadding=0 cellspacing=0
tr valign=top
td width=145nbsp;/td
td
table width=620 border=1 cellspacing=0 cellpadding=0
tr valign=top
tdBob/td --- Make this colspan=3 or add 2 more cells to this row
/tr
tr valign=bottom
td width=10nbsp;/td
td width=400Bob/td
td width=210 align=rightnbsp;/td
/tr
tr
td width=4nbsp;/td --- Why is this closing td tag here? 
Again, needs 2 more rows or a colspan. Width should add up to 620.
table width=616
tr
td width=616 colspan=2 nowrap
Test
/td
/tr
/table
/td
/tr
/table
/td
/tr
/table

-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
~~
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