This is a discussion on "Missing graphic" within the Web Page Design section. This forum, and the thread "Missing graphic are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Missing graphic
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Missing graphic
I'm building a site for a friend.
There's no payment involved, it's just a favour. However, I'm having a problem:- I have an image at the end of the page. It shows up in wysiwygs and browsers offline but, soon as I put it online, it disappears and all I get is the little white box with a red 'x' showing where it would have been. Now, I have a clue to what the problem is, but I don't understand it. My clue is; When I look at the code offline, the page ends with "/html", as it should do. But, when I view the code of the page online, "/html" is accompanied by:- </html> <script language="JavaScript"> <!-- var SymRealOnLoad; var SymRealOnUnload; function SymOnUnload() { window.open = SymWinOpen; if(SymRealOnUnload != null) SymRealOnUnload(); } function SymOnLoad() { if(SymRealOnLoad != null) SymRealOnLoad(); window.open = SymRealWinOpen; SymRealOnUnload = window.onunload; window.onunload = SymOnUnload; } SymRealOnLoad = window.onload; window.onload = SymOnLoad; //--> </script> I'm guessing that this is what's affecting the disappearance of my jpeg but I can't figure out why it's coming up. I've re-written the page and the graphic several times but every time I load it up, this code always appears on the online page. Any ideas? I can't provide a url yet I'm afraid, but the code is above so it shouldn't be necessary. |
|
|
|
|||
|
Re: Missing graphic
Well, two developments.
1) I fixed it by going back to the original design, slicing it all up and making use of javascript. Works better than I intended now. 2) For anyone else with this predicament, this may explain why. Quote:
|
![]() |
| Tags |
| missing, graphic |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Is something missing? | mcdanielnc89 | Web Page Design | 12 | Oct 19th, 2007 05:32 |
| CSS - The Missing Manual! | crackafaza | Web Page Design | 2 | Sep 16th, 2007 18:45 |
| missing posts | skaara | Databases | 5 | Dec 19th, 2006 15:36 |
| What is my Forum Missing?? | flamelinker | Web Page Design | 2 | Oct 14th, 2006 11:38 |