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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...