some pages have scrollbars, others don.t
January 8, 2009 12:00 AM
The reason that this occurs has been reported to Trivantis. In my case I had to edit the HTML page manually to resolve, on line 286. (Your's won't be line 286, but if you search for 2000, 2000 you should find the culprit.)Here's description of what happens:I have a certificate screen that is sized 612x792, and when an action group is placed on the page and I publish the course a total of three pages print instead of just the first page with the certificate. I looked at the source code of the resulting page and noticed the action group had a default location of x = 2000 and y = 2000. So that was why my page printed two extra pages. There’s no settings to override the location of the action group, so I had to modify the source document to include the action group inside the page dimensions. (I changed the 2000, 2000 to 300, 300) Once that was done the page only printed on page as expected. See line 286 for the action group location.This is what the source code looks like:og7152 = new ObjInline('og7152',null,2000,2000,0,0,1,0)og7152.isGrp = trueog7152.build()Edited By: 8ball on 2009-1-20 12:23:5
Discussions have been disabled for this post