HI, thanks
not sure what the web root is.
first dir I see on FTP is  /  so is that the root?
and it contains a whole bunch of dirs including htdocs
htdocs contains dirs:  img (pics)   util (utility html pages)   www (main
html pages)

is there a way to refer to images in img    from html pages in  util AND www

I have things like  ../img/   not sure what that means.

thanks,
ken







----- Original Message -----
From: "Tom Peck" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 10, 2001 4:00 PM
Subject: Re: [PHP-DB] HTML question


> Is /htdocs/  your web root?  If it isn't the browser loading up the page
> would not have access to /www/img/backgroundimage.jpg.  If it is - try
> removing the space after the .jpg in your body tag.
>
> Tom
>
>
> At 15:51 10/07/2001 -0700, you wrote:
> >Hello, pure HTML server question:
> >
> >images like (backgroundimage.jpg) stored on server at: /htdocs/www/img
> >
> >util.showpic.html is stored at :   /htdocs/util/
> >
> >How to use backgroundimage.jpg as background in util.showpic.html  ?
> >
> >
> ><body background="/www/img/backgroundimage.jpg ">
> >
> >does not work..
> >what if anything will work?
> >
> >Thnaks
> >Ken
> >
> >
> >--
> >PHP Database Mailing List (http://www.php.net/)
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to