# DMX - html file local and on the server

**URL:** https://forum.kirupa.com/t/dmx-html-file-local-and-on-the-server/59235
**Category:** web dev
**Created:** [July 29, 2004, 2:51pm UTC](https://forum.kirupa.com/t/dmx-html-file-local-and-on-the-server/59235 "2004-07-29T14:51:06Z")
**Posts on this page:** 15
**Page:** 1

<div class="post-metadata">

### Author: ![jjmaster\_j](https://avatars.discourse-cdn.com/v4/letter/j/db5fbb/32.png) [@jjmaster\_j](https://forum.kirupa.com/u/jjmaster_j)
#### Post date: [July 29, 2004, 2:51pm UTC](https://forum.kirupa.com/t/dmx-html-file-local-and-on-the-server/59235/1 "2004-07-29T14:51:06Z")

</div>

Hello all,

Please help. I have this strange problem. I am using DMX to create a simple html file. When i hit F12 to preview the html file on the browser, I could see the banner. Now when I uploaded the html file to the server and tried to display it through the browser, the banner is not there anymore. This is very strange and I am not sure how to fix it. Is there a bug somewhere?  
[www.jacques-nguyen.com/test.html](http://www.jacques-nguyen.com/test.html)  
This is my code:  
\<body\>  
\<table width=640 border=“0” cellspacing=“0” cellpadding=“0” \>  
\<tr\> \<td height=121\>\<img src=“images/certification-dwn.gif”\>\</td\>  
\</tr\>  
\<tr\>\<td height=121 background=“images/banner.jpg” align=center\>\<a href=“test.html”\> This is a test\</a\>\</td\>  
\</tr\>  
\</table\>  
\</body\>  
\</html\>

PS. I can see a banner from another computer, but not on this one. Why is that?  
Thank you  
Jacques

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 29, 2004, 4:12pm UTC](https://forum.kirupa.com/t/dmx-html-file-local-and-on-the-server/59235/2 "2004-07-29T16:12:51Z")

</div>

You need to put your code inside the coding tags so we can help you.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 30, 2004, 1:14am UTC](https://forum.kirupa.com/t/dmx-html-file-local-and-on-the-server/59235/3 "2004-07-30T01:14:22Z")

</div>

I’m not sure I undertand that. PLease clarify. Thanks

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 30, 2004, 1:16am UTC](https://forum.kirupa.com/t/dmx-html-file-local-and-on-the-server/59235/4 "2004-07-30T01:16:23Z")

</div>

put your code inside of

```auto
 

```

but I see the banner 😉

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 31, 2004, 12:06am UTC](https://forum.kirupa.com/t/dmx-html-file-local-and-on-the-server/59235/5 "2004-07-31T00:06:44Z")

</div>

Bombingpixels,

That is the problem. I can see the banner from another IE web browser. But not on this one, which on my main computer. It must be something wrong with my IE then. Any ideas?

Thanks

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 31, 2004, 8:34am UTC](https://forum.kirupa.com/t/dmx-html-file-local-and-on-the-server/59235/6 "2004-07-31T08:34:58Z")

</div>

Starting with the obvious, has the image also been uploaded to the site? The fact that it is appearing on another computer might be that it is still saved in the cache.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 31, 2004, 11:54pm UTC](https://forum.kirupa.com/t/dmx-html-file-local-and-on-the-server/59235/7 "2004-07-31T23:54:12Z")

</div>

Yes. The banner.gif file uploaded to the server. The weird thing is when I view the code from the browser, the code that I put in for banner.gif is not there. Very strange!!!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 1, 2004, 12:55am UTC](https://forum.kirupa.com/t/dmx-html-file-local-and-on-the-server/59235/8 "2004-08-01T00:55:50Z")

</div>

> [@jjmaster-j](#):
>
> The weird thing is when I view the code from the browser, the code that I put in for banner.gif is not there. Very strange!!!

Then that is screwy, and does not sound like a browser issue. Is the image code being generated through a database? Just clutching at straws really…

Would be curious to know what the problem is when you work it out though.

Is there a URL to check this out at other than [http://www.jacques-nguyen.com/test.html](http://www.jacques-nguyen.com/test.html) ?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 1, 2004, 1:08am UTC](https://forum.kirupa.com/t/dmx-html-file-local-and-on-the-server/59235/9 "2004-08-01T01:08:35Z")

</div>

if you look at the code, you can see that (from your browser), there is a code for banner.jpg (\<img src=“images/banner.jpg”\>). i am looking at it from my browser right now, and that statement is not there. I can see the banner if i run it locally, meaning if i press F12 from DMX. What is going on? It seems like that statement is filtered out when it get to my browser.

Thanks

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 1, 2004, 1:09am UTC](https://forum.kirupa.com/t/dmx-html-file-local-and-on-the-server/59235/10 "2004-08-01T01:09:10Z")

</div>

You can also check it out [www.jacques-nguyen.com](http://www.jacques-nguyen.com), you should b able to see the banner on top.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 1, 2004, 1:20am UTC](https://forum.kirupa.com/t/dmx-html-file-local-and-on-the-server/59235/11 "2004-08-01T01:20:57Z")

</div>

Trafffic,

i also tried it in Netscape 7.1 and the same thing happens; therefore, it does not seems like this is a browser issue. I have Win XP.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 1, 2004, 2:09am UTC](https://forum.kirupa.com/t/dmx-html-file-local-and-on-the-server/59235/12 "2004-08-01T02:09:19Z")

</div>

> [@jjmaster-j](#):
>
> Trafffic,
> 
> i also tried it in Netscape 7.1 and the same thing happens; therefore, it does not seems like this is a browser issue. I have Win XP.

I have just tried it on Win2000 IE, Netscape, Firefox and Mac Safari, IE, Firefox and Netscape and the banner image loaded fine in all instances.

Can not see any consistency in the problem which makes it more painful…

I do recommend trying to view the page from different browsers on the primary machine to isolate the problem to one particular browser.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 1, 2004, 2:35am UTC](https://forum.kirupa.com/t/dmx-html-file-local-and-on-the-server/59235/13 "2004-08-01T02:35:04Z")

</div>

Trafffic,

I did. i tried to view it in Netscape and i could not see the banner.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 1, 2004, 2:43am UTC](https://forum.kirupa.com/t/dmx-html-file-local-and-on-the-server/59235/14 "2004-08-01T02:43:25Z")

</div>

Trafffic,

The pb was with the Norton Security Firewall. When i disabled it, the banner came up. Thanks

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 1, 2004, 2:47am UTC](https://forum.kirupa.com/t/dmx-html-file-local-and-on-the-server/59235/15 "2004-08-01T02:47:50Z")

</div>

> [@jjmaster-j](#):
>
> Trafffic,
> 
> The pb was with the Norton Security Firewall. When i disabled it, the banner came up. Thanks

Phew! Great stuff, glad to hear you sorted it out.

Very strange that it would alter the file at code level though, and not just block the image being displayed. Will have to remember that this can happen.
