|
The line in the page that's causing the problem is the line of code about a third of the way down:
window.open('testpage.htm','myExample5','width=200 ,height=200,directories=yes,location=yes,menubar=y es,scrollbars=yes,status=yes,toolbar=yes,resizable =yes');
There's no spaces in the line so the browser tries to print it as one line, thus stretching the rest of the text to the width of the page. I just saved the page to my computer and put a line break in that line of code using Notepad and it printed fine.
Please note: I was unable to save the page using Internet Explorer, but it did save in Firefox, probably some stupid Javascript trick.
Anyways, hope this helps
|