Forum Moderators: not2easy

Message Too Old, No Replies

help with background

Newb on board

         

dialectic

12:03 am on Jul 7, 2004 (gmt 0)

10+ Year Member



ok i had a background in my index.html and removed it to add text using irfanview viewer

but when i try to shove it back into the body tag it wont show up--

i can place it in a new doc and it works
i can place it outside the body tag and it works <img src works

any suggestions?

limbo

2:26 pm on Jul 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is you mark up correct? e.g.

<body background="yourimage.gif">

is the new image in a different folder? perhaps you need to alter your path to the folder with the new image? e.g.

<body background="../images/yourimage.gif">

korkus2000

4:57 pm on Jul 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



What does your body tag look like?