pnCPG not full screen - iframe height pnCPG not full screen - iframe height
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

pnCPG not full screen - iframe height

Started by Jrs123, September 24, 2006, 10:35:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Jrs123

Hi - I read about double scrollbars problem (and its solution for IE) but Firefox users visit me at least as much often so I need to raise my iframe height for Post Nuke CPG. I cant find it in any file that could be responsible for it.
My source code for generated page:

<iframe src='  --my bridge to cpg--  ' align='center' width='100%' HEIGHT='800px'
space=0 vspace=0 marginwidth=0 marginheight=0 frameborder=0 scrolling=auto
name='pnCPG' onload='parent.scrollTo(0,0);' ></iframe>


So if I change height to 2000 problem can be solved partialy - any suggestions where to find code responsible for that iframe? Link for the curious: http://wrock.pl/galeria.html (I unload left/right blocks)

Or is there any other trick to avoid double scrollbars?
Thanks,
Jarek

casNuy

Souirce can be found in the pnuser.php of pnCPG.

cas