|
Posted by Jukka K. Korpela on 04/10/07 20:26
Scripsit henryswitzer@gmail.com:
> http://www.coretime.com/validate/draftbill/
> D'OH!!
It's quite a mess, to be honest. Lots of embedded CSS code scattered around,
lots of JavaScript, etc. I'm afraid it's major debugging task
The whole document body is a huge form element. This might cause trouble,
since Firefox has miscellaneous problems with forms. For some odd reason, a
form at the _start_ of a page seems to confuse it at times. The form seems
to contain no genuine input fields and no submit button, just hidden fields,
so I'm puzzled.
Viewing the page in Firefox Print Preview, I see two pages, then an empty
page, then page 4 with content, and an empty page 5. If I disable CSS, Print
Preview looks normal at least in the sense of containing all of the content,
so this might be the immediate cure to the acute problem.
You might try debugging it by first removing all CSS, then adding parts of
CSS code at a time so that you'll see what CSS rules trigger the problem.
Good luck.
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
[Back to original message]
|