I tried printing out pages from this web site http://www.gamedev.net/reference/articles/article872.asp
to study ray casting (yes, I’ve looked at the very popular tutorial by F. Permadi but have a hard time turning that into actual code).
Anyway, in trying to print out the pages, some letters get cropped off. I tried resizing the text and shrinking the left and right margins, I use print preview and still, what I get is something that won’t print out completely. I tired both Avant Browser (which uses the IE engine) and Mozilla Firebird, I can’t fit the whole thing using either browser.
So is there anyone here who knows how to solve this problem? I’m sure that there has to be a solution, but I’m not finding it.
Start at the top of the page, click and highlight all of the text you wish to print out. Copy the text (Ctrl V or right click/copy). Open Word Pad or Note Pad and paste the text there and print the Word Pad document as opposed to trying to print directly from the web page.
Change the print origination from portrait to landscape.
In IE6, that’s file/print/properties/features/landscape button etc.
If that doesn’t work for you and you know html, then save the page coding as a text file with html extension, place the entire coding within a table less than 100%, resave and view as your own webpage.