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 Bud

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



 



Bob <--- Make this colspan=3 or add 2 more cells to this row


 
Bob
 


  <--- Why is this closing td tag here? 
Again, needs 2 more rows or a colspan. Width should add up to 620.



Test










-- 

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



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: AHHHH Netscape HTML Question

Acutally he juts had an extra 

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


You are missing a  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.





Untitled







 
   


Bob


 
 
Bob
 


 
Test
  



   
   




-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.





Untitled







 
  



Bob



 
  
Bob

 


 



Test




 



  
  





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 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.





 Untitled





 
  
 
 
 
 
 Bob
 
 
 
  
 
 
 Bob
 
  
 
 
 
  
 
 
 
 Test
 
 
 
 
 
 
 
 

~~
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 Steven Dworman

Actually...look at line 29.  you're trying to put a table inside a  but
you closed the  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: AHHHH Netscape HTML Question

You are missing a  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.





Untitled







 



Bob


 
 
Bob
 


 
Test










-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.





Untitled







 




Bob



 

Bob

 


 



Test















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 Kelly Matthews

Acutally he juts had an extra 

-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  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. 





Untitled






 
  



Bob


 
 
Bob
 


 
Test
   









-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.





Untitled







 
   



Bob



 
   
Bob

 


 



Test




  



   
   





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 Kamie Curfman

In this section of code:


 



Test






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.
>
> 
>
> 
> 
> Untitled
> 
>
>  bgcolor="#FF" text="#00">
>
> 
> 
>  
> 
>  cellpadding="0">
> 
> 
> Bob
> 
> 
> 
>  
> 
> Bob
> 
>  align="right"> 
> 
> 
>  
> 
> 
>  width="616" colspan="2" nowrap>
> Test
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
>
> 
> 
>
> 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 Todd Ashworth



 



--- 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.
>
> 
>
> 
> 
> Untitled
> 
>
>  bgcolor="#FF" text="#00">
>
>
> 
> 
>  
> 
>  cellpadding="0">
> 
> 
> Bob
> 
> 
> 
>  
> 
> Bob
> 
>  align="right"> 
> 
> 
>  
> 
> 
>  width="616" colspan="2" nowrap>
> Test
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
>
> 
> 
>
>
> 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.





Untitled







 




Bob



 

Bob

 


 



Test















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 Alex Santantonio

You are missing a  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. 





Untitled






 
  



Bob


 
 
Bob
 


 
Test
   









-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.





Untitled







 
   



Bob



 
   
Bob

 


 



Test




  



   
   





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 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.





Untitled







 




Bob



 

Bob

 


 



Test















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