[PHP] Re: HTML Question

2002-03-31 Thread gaukia 345
Iframe is supposed to work with browsers compliant with W3C HTML 4.01 and above. If you're developing for newer browsers, no problem. But if you want backward compatibility, why not just use FRAME? Gaukia _ Join the world’s larges

[PHP] Re: HTML Question

2002-03-31 Thread Justin French
You may also get better mileage in Netscape with the use of . Or, if you're on Apache, good old server side includes (Apache SSI) may be enough. Justin French Creative Director http://Indent.com.au on 01/04/02 5:27 AM, Gary ([EMAIL PROTECTED]) wrote:

[PHP] Re: HTML Question

2002-03-31 Thread Gary
http://foo.com"; name="MyFrame" id="MyFrame" width="400" height="300" marginwidth="0" marginheight="0" scrolling="no" frameborder="0"> You need to give a height. NN4 does not support iframe Gary Jtjohnston wrote: > I suppse this is an HTML question more than PHP. > I have a server elsewhere