Hello Nicole,

Monday, February 23, 2004, 5:21:11 PM, you wrote:

N> Is there a PHP alternative to an IFRAME? Here's what I mean.

No, of course not. PHP is a server-side language. IFRAME's (and
anything related to page construction/display) is client-side.

N> Is there a way to include a file in my php document that will be positioned
N> where I want it, like an IFRAME? I want to have it aligned right with text
N> wrapping around it and I know IFRAME is not compatible with Netscape
N> browsers.

You're mixing technologies. If Netscape won't display something, there
is nothing PHP can do about it. You need to think of another layout
technique that it can display.

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to