What I have been doing is to use the HTML Validation Service at
http://validator.w3.org/ to validate my php pages. I put some HTML comments
in the file to make it easier to find the eroneous code. I also select the
"Show Source Input" option so I can see the HTML and spots the errors
better.

Chris Mason
Box 340, The Valley, Anguilla, British West Indies
Tel: 264 497 5670 Fax: 264 497 8463
USA Fax (561) 382-7771
Take a virtual tour of the island
http://net.ai/ The Anguilla Guide
Find out more about NetConcepts
www.netconcepts.ai
Talk to me in real time with Instant Messenger: [EMAIL PROTECTED]

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Tommy TradeIT
Sent: Friday, December 08, 2000 12:25 AM
To: FreeTrade
Subject: Re: [FreeTrade] doctype causes page to fall apart in Netscape 6


I would recommend you to copy the source from the browser and use for
example Dreamweaver or homesite to
validate and clean up the code for you. That works fast and you will see
what is worng with youre tag.
However the most common problem with netscape and sometimes IE is that the
tags do not match eatchother
If you have a line liek this it is right
<Font class="green"><b/>Some text</b></font>
This is wrong:
<Font class="green"><b/>Some text</font></b>
Here the code will be wrongly validated in NS but it will work in IE.
If you do this inside and form or and table you will get bigger problems.

Hope i explained it right!!!

Tommy


----- Original Message -----
From: "Shawn Honeychurch" <[EMAIL PROTECTED]>
To: "FreeTrade" <[EMAIL PROTECTED]>
Sent: Thursday, December 07, 2000 8:34 AM
Subject: Re: [FreeTrade] doctype causes page to fall apart in Netscape 6


> I have noticed that in numerous web pages Netscape 6 displays incorrectly.
> Specifically if you have a table that is not correctly opened or closed
> Netscape will fail but IE will be fine.  This also happens with form
> objects.  Using Netscape 6 many web pages will fail to display a form
object
> (dropdown menu etc) at all, and will not generate an error message.
>
> If you have trouble getting a page to display in netscape (or any other
> browser) view the page in the browser and do a view code, then search
> through the code for your mistake.  I say "your mistake" because this is
> almost always a result of a table tag (table, td, tr, etc) in the wrong
> place or a missing table tag.
>
> Shawn
>
>
> ----- Original Message -----
> From: "Chris Mason" <[EMAIL PROTECTED]>
> To: "FreeTrade" <[EMAIL PROTECTED]>
> Sent: Thursday, December 07, 2000 5:32 AM
> Subject: [FreeTrade] doctype causes page to fall apart in Netscape 6
>
>
> > Testing a new site which is now at http://chrismason.net in Netscape 6,
> the
> > site falls apart badly, but looks fine in other browsers. All the
graphic
> > elements are poisitioned wiith tables.
> >
> > By commenting out the DOCTYPE declaration in index.php3:
> >
> > print('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
');
> > print('"http://www.w3.org/TR/html40/loose.dtd">');
> > print("\n");
> >
> > It renders fine.
> > This is more of a heads-up for anyone having similar problems with a FT
> > based site as it is very easy to fix and not a FT bug. If anyone has a
> > better declaration that will work I'd like to hear about it.
> >
> >
> > Chris Mason
> > Box 340, The Valley, Anguilla, British West Indies
> > Tel: 264 497 5670 Fax: 264 497 8463
> > USA Fax (561) 382-7771
> > Take a virtual tour of the island
> > http://net.ai/ The Anguilla Guide
> > Find out more about NetConcepts
> > www.netconcepts.ai
> > Talk to me in real time with Instant Messenger: [EMAIL PROTECTED]
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Kathleen Ballard
> > Sent: Tuesday, December 05, 2000 12:27 PM
> > To: [EMAIL PROTECTED]
> > Subject: [FreeTrade] credit card authorization and affiliates
> >
> >
> >
> >
> >
> > ------------------------------------------------------------
> > To subscribe:    [EMAIL PROTECTED]
> > To unsubscribe:  [EMAIL PROTECTED]
> > Site:            http://www.working-dogs.com/freetrade/
> > Problems?:       [EMAIL PROTECTED]
> >
>
>
>
> ------------------------------------------------------------
> To subscribe:    [EMAIL PROTECTED]
> To unsubscribe:  [EMAIL PROTECTED]
> Site:            http://www.working-dogs.com/freetrade/
> Problems?:       [EMAIL PROTECTED]
>



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]






------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to