Hello Nicole, Monday, February 23, 2004, 6:26:24 PM, you wrote:
N> What I wanted to know I guess was if I use an include and include a file can N> I format where that file will display. Yes absolutely, but again this is still an HTML issue. N> So what I have is a little box with some info in it. I want it to display N> to the right of the body text and have the body text wrap around it. Say you've got a PHP file that has all of the HTML in it that you want, other than this little box. At the place where you want the content of that box to appear you need to use something like this: <?php include "litle_box.php"; ?> Whatever is contained in the "little_box.php" script will then appear in exactly that place in the final page. Of course you're going to need to arrange the HTML in both files to make this work, but I think it's what you are after. -- 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