Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Christian Stenfors 80 posts 124 karma points
    Jun 27, 2012 @ 13:08
    Christian Stenfors
    0

    images not showing on localhost site

    My problem is that images hardcoded in html in templates are not showing when i view the site online.

    i have tried all kinds of paths:

    <img scr="/media/73/demologo.jpg" width="600" height="537" />
    <img scr="media/73/demologo.jpg" width="600" height="537" />
    <img scr="../media/73/demologo.jpg" width="600" height="537" />
    <img scr="http://localhost:54326/media/73/demologo.jpg" width="600" height="537" />

    if i just view the actual image via my browser, like this: http://localhost:54326/media/73/demologo.jpg i see the picture just fine.

    I am using WebMatrix locally to run the site on my computer..

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies