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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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