IMG tags do not display in editor using FireFox 2.0?

  •  10-29-2007, 6:23 PM

    IMG tags do not display in editor using FireFox 2.0?

    The following code displays the 'embedded' images within the editor perfectly on our ASP.NET site using IE6, but in Firefox all that shows are three icons that indicate the files are not found or cannot be rendered.    Can you tell me what, if anything, needs to be done differently when targeting Firefox to get this to work?   Thanks.
    <div><img src="\LabTrackQA3SQL5\NotebookImages\Demo.10.1\Delete.jpg" border="1" height="200" width="200"><img src="\LabTrackQA3SQL5\NotebookImages\Demo.10.1\CheckedOut.JPG" border="1" height="200" width="200"><img src="\LabTrackQA3SQL5\NotebookImages\Demo.10.1\Blue.bmp" border="1" height="200" width="200"></div>
View Complete Thread