Re: dynamic boxes problem... JS and PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 3:20 PM -0700 4/8/08, Ryan S wrote:

Hey!
Thanks Andrew, will look into those points that you sent me.

First thing to change will be the DOCTYPE I think, as i didht type that but must have copied code into a pre-made page...

Cheers!
R


Ryan,

Four observations:

1. Don't try to solve your problem by changing the DOCTYPE. Bad HTML is
   bad HTML. Changing the DOCTYPE may reduce the severity of the problem,
   but it won't solve it.

2. You have interpreted the fact that IE gave you what you expected while
   FF did not as a problem with FF, but the opposite is true. A problem
   with IE allowed it to accept HTML that it should not have accepted. FF
   treated it properly.

3. Firebug is a free download from Mozilla. I have it and it has solved
   more problems for me than I can remember. (Or, maybe I just don't have
   a very good memory.) Get it. You will see your <form...> tags inside
   the <table>  </table> tags, but not inside any <td>...</td> tags.

4. Learn to use the W3C Markup Validation service -
   http://validator.w3.org/. It will point out many problems that you can
   solve quickly.

     -----===== Bill =====-----
--

Murphy's Law Cardinal Conundrum -
The optimist believes we live in the best of all possible worlds.
The pessimist fears this is true.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux