Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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..
is working on a reply...
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.
Continue discussion
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..
is working on a reply...
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.