No image in firefox

R

Rui Oliveira

I have the following code to show an image in html:

"&nbsp&nbsp&nbsp:.. <img src=\"\\Resources\\Icons\\TarefaAEspera.gif\"
/>&nbspTask"

In IE image are showed correctly, but in Firefox don’t.
What I am doing wrong to firefox don’t show image?

Thanks & Regards,
Rui Oliveira
 
R

Rui Oliveira

Solved!

To work with both the path must be
"<img src=\"/Resources/Icons/TarefaCCAEspera.gif\" />"
 
I

Ignacio Machin ( .NET/ C# MVP )

I have the following code to show an image in html:

"&nbsp&nbsp&nbsp:.. <img src=\"\\Resources\\Icons\\TarefaAEspera.gif\"
/>&nbspTask"

In IE image are showed correctly, but in Firefox don’t.
What I am doing wrong to firefox don’t show image?

Thanks & Regards,
Rui Oliveira

what is the correct path of the image in relation to your page?

btw, there is an aspnet NG that better suit this kind of questions
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top