![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
| http://www.ndbjj.com/home.html I'm taking care of this website for a friend. He had it done by this company but is low on money so I help him. We occasionally change stuff but I haven't changed anything on home.html At the bottom right of the page there should be a globe picture and some text. When I load home.html locally on my PC it works fine and the picture shows but when it is being loaded off the server I can see the image tag instead of the picture and text that should follow. Anybody knows why ? |
#4
| |||
| |||
|
|
Bottom of page: td><img src="images/home/world_image.gif" alt="" width="137" height="104" hspace= It is incomplete TD entry that is embedded in a table, within a table. So, you should have the end of that line and then maybe another TD entry or two, then the end of the table. I would suspect that there are several lines of code missing. The file size is 9084 bytes in size. I am wondering if maybe the upload program that was used has a limit to the file size or somehow your upload did not complete properly. Probably why it works fine on your local machine. Check the file size on your machine, if it is larger, then that helps you to diagnose it. -- Take Care, Sharon Lane http://www.rare-cancer.org |
#5
| |||
| |||
|
|
Quoth the raven named zoti: http://www.ndbjj.com/home.html I'm taking care of this website for a friend. He had it done by this company but is low on money so I help him. We occasionally change stuff but I haven't changed anything on home.html At the bottom right of the page there should be a globe picture and some text. When I load home.html locally on my PC it works fine and the picture shows but when it is being loaded off the server I can see the image tag instead of the picture and text that should follow. Anybody knows why ? This may help. http://validator.w3.org/check?uri=ht...home.html&d o |
|
There are a number of errors in the page, the most serious might be the missing code at the end of the page. It seems to end with: 178: </table 179: 180: 181: </td 182: <td><img src="images/home/world_image.gif" alt="" width="137" height="104" hspace= ..rather than closing up the table, and so forth. -- -bts -This space intentionally left blank. |
![]() |
| Thread Tools | |
| Display Modes | |
| |