"Ken Sommers" <[EMAIL PROTECTED]> wrote in message
001301c10994$717b4b80$0343500c@zeospantera">news:001301c10994$717b4b80$0343500c@zeospantera...
> Hello, pure HTML server question:
>
> images like (backgroundimage.jpg) stored on server at: /htdocs/img
>
> util.showpic.html is stored at :   /htdocs/util/
>
> How to use backgroundimage.jpg as background in util.showpic.html  ?
>
>
> <body background="../img/backgroundimage.jpg ">
>
> does not work..
> what if anything will work?

Make sure you have the filename correct (same capitalization etc); try
viewing it as an image (ie make sure it can actually find the file):
<html><body><img src="../img/backgroundimage.jpg"></body></html>

If this works and the other doesn't, I'm stumped.



-- 
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