• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

HTML/IFrame Question..

exica

n00b
Joined
Aug 11, 2004
Messages
8
Hi, I was wondering if it was possible to make an iframe have an infinate height length? My teams website is http://team-meek.net and we want the news to keep going down the page so people scroll down and it keeps going down with the more news you add..like http://team3d.net - We want to have an iframe though and not PHP because it's much easier for me to edit the site, but I don't know if it's possible to have an iframe continue to go down the page without any scroll contents or anything. If this is possible please respond and tell me how to do so, thanks in advanced! :)
 
Anyone?
Also, what php news program do you guys recommend to put in the iframe? And no, I don't want it on the main page...I want that iframe! Heh. Thanks.
 
An iframe is intended for fixed dimensions; you have no reason to use one. Put it on the main page. All you need is a server-side include, which is the same effect as using an iframe to include content from somewhere else.

For basic news, I recommend Coranto. It's Perl rather than PHP, but most hosts with one have the other.
 
exica said:
Hi, I was wondering if it was possible to make an iframe have an infinate height length? My teams website is http://team-meek.net and we want the news to keep going down the page so people scroll down and it keeps going down with the more news you add..like http://team3d.net - We want to have an iframe though and not PHP because it's much easier for me to edit the site, but I don't know if it's possible to have an iframe continue to go down the page without any scroll contents or anything. If this is possible please respond and tell me how to do so, thanks in advanced! :)

what you are describing is the behavior of a regular frame. iframes are intended to be a fixed size.
 
Back
Top