Russ Peters wrote: >Thanks, yes I did forget to validate that page. But I've gotten it to a >point where the HTML is valid now. But it's still not going to print >the entire form. Have the same problem with it running off the bottom >of the first page. >https://www.redcanoecu.com/applications/data/Peters26955.htm > >Now I'm getting: java.lang.Exception: Unknown file when I try and >validate the CSS on this page. Any ideas? > Hi Russ, About the css-validation: I always see this kind of message if the (x)html is not validating. While your page is validating now, I suspect it is something with the https-connection, that the css-validator cannot handle. Anyway, a direct call to the css-validator is working: no errors found, just a bunch of warnings.
* See css-validator results <http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=https%3A%2F%2Fwww.redcanoecu.com%2F_css%2Fglobal.css> Now the real question! The culprit is the {overflow:auto} setting of the #submain wrapper. On screen you'll get a scrollbar, but that doesn't exist on paper. :-) So an {overflow: visible} in a print stylesheet will do it * Testpage <http://home.tiscali.nl/developerscorner/css-discuss/test-Peters26955.htm> Or probably the overflow can be missed in the normal stylesheet as well. * Testpage 2 <http://home.tiscali.nl/developerscorner/css-discuss/test-Peters26955-2.htm> Success and greetings, francky ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/