HTML code Problem with Firefox

Discussion in 'HTML & Website Design' started by pedong, May 25, 2008.

  1. #1
    this code is running in IE but not in Mozilla. What should I do to make it run in Mozilla?


    the photos are located on the server..

    <img src="\\server1\pictures\xmasparty\Dsc06252.jpg">
    <img src="\\server1\pictures\xmasparty\Dsc06331.jpg">
     
    pedong, May 25, 2008 IP
  2. MayurGondaliya

    MayurGondaliya Well-Known Member

    Messages:
    1,233
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    170
    #2
    Above code is working in IE as well as in FireFox at my PC. Please give a try to the below construct:

    
    <img src="Dsc06252.jpg" />
    <img src="Dsc06331.jpg" />
    
    Code (markup):
     
    MayurGondaliya, May 25, 2008 IP
  3. pedong

    pedong Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks..I tried it but it's still not working.. the output is like thumbnails.. but when I tried it in IE it's ok..
     
    pedong, May 25, 2008 IP
  4. steelfrog

    steelfrog Peon

    Messages:
    537
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If they appear as thumbnails (e.g., weird sizes) it may be because you need to define the image's width which is common when displaying from networked servers with limited access.
     
    steelfrog, May 26, 2008 IP