Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Printing Detailed Page in NN

Quote Reply
Printing Detailed Page in NN
Hello All,

I have no idea why my detailed pages won't print in Netscape yet will print in IE just fine. When printing in Netscape, all I get is a blank page with the URL at the top and the date/time at the bottom. Was wondering if I could find a way to modify the code below to print detailed pages in Netscape as well as IE. Any suggestions would be most appreciated!

Code:
<a href="#" onClick="window.print();return false">Print
this page</a>

Thanks in advance,
Nadine

Quote Reply
Re: Printing Detailed Page in NN In reply to
Hello

I think you have a mistake in your HTML code, when you forgot to end a table properly, Netscape hide everything in that table. IE ignores HTML mistakes.

Quote Reply
Re: Printing Detailed Page in NN In reply to
Thanks for your help!

I went back and took a look at the code. Table tags were okay, but when I took out the nowrap included the TD tag, the code worked.

Nadine