[thelist] Table Problem

Tijs Teulings tijs at framfab.nl
Wed Jan 10 18:42:27 CST 2001


Browsers are not W3C compliant so my code isn't either ;-)

But I must admit your solution serves both purposes.

Hi! i'm new to this list, sorry if i start off a bit harsh...

Greets,
Tijs

> >
> >This usually works since the form now falls 'outside of the 
> >document flow'.
> 
> And outside specification. :) If you run a page with the code above through
> the W3C validator, it will throw a long list of errors all related to those
> two tags.
> 
> Brent, since you only have one form on this page, you can put the
> <form></form> pair outside the first table like this:
> 
> <body>
>  <form>
>   <table>
>    [...buncha stuff...]
>   </table>
>  </form>
> </body>
> 
> It collapses that cell around your <input> and validates as well. 
> 
> http://www.asd.k12.ak.us/testbed/site_map.html
> 
> (There are a some other issues with that page concerning validation,
> too...mostly lack of "alt" attributes for you <img> tags.)
> 
> Good luck,
> David
> -----
> home: http://home.gci.net/~mccreath/
> work: http://www.asd.k12.ak.us/ 
> 
> 
> 
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list