Forum Moderators: open

Message Too Old, No Replies

Odd background problem

         

sage00z

10:11 pm on May 28, 2003 (gmt 0)

10+ Year Member



Hehe... Im full of problems today... anyway... I have a table that I use as the base for my page and I use back ground images in each section (except one) anyway, they look fine till I upload it to the site, and after I do the lowest left cell's image dissappears... (Im confused) Im fairly experianced with html, but I have no Idea what is wrong...

<snip>

[edited by: korkus2000 at 10:18 pm (utc) on May 28, 2003]
[edit reason] no personal URLs please [/edit]

korkus2000

10:20 pm on May 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld sage00z,

What is the path to the picture in your code? Does it start with C: or something like that? It sounds like a path problem.

Sinner_G

10:30 pm on May 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi sage00z and welcome to the Boards.

Did you try to validate your HTML at w3.org? If I have any problem, that's the first thing I do, it will at least tell you if you missed something obvious, like a tag that's not closed and the like.

sage00z

10:41 pm on May 28, 2003 (gmt 0)

10+ Year Member



The path is
<td width="150" height="20" background="images/botleft.jpg">&nbsp;</td>

Though I think my problem is going to lead back to the fact that I havnt specified The HTTP Content-Type field (stupid thing to forget)... Ill run the validator and make any neccisary repair and get back to you : )

sage00z

6:26 pm on May 29, 2003 (gmt 0)

10+ Year Member



Turns out it was a case sensitivity error that I just over looked (sry for the time waste... Ive been away from html for to long) I had botleft.JPG rather than botleft.jpg...