uploading trouble

M

mah

I recently updated my website, but on some pages, the
background is gone after uploading. I didn't change this
at all. Any suggestions.
 
C

chris leeds

if you could provide a url we can tell you if it's a path issue to the image
or if it's actually not called for by your page.
 
M

mah

w3.trib.com/~mahenry
-----Original Message-----
if you could provide a url we can tell you if it's a path issue to the image
or if it's actually not called for by your page.




.
 
C

chris leeds

path issue:
<body background="../images/grenbkng.gif">
should be images/grenbkng.gif or at least get rid of the ../
HTH
 
M

mah

Thank you so much for your help. What you suggested
worked. I still don't know why things changed when I did
not change the background, but anyway it is okay now.
Thanks again.
 
Top