Hi, i have installed nginx/1.2.1 on a debian 7 server, the image seems
to
have been loaded but shows broken & are not displayed on my index.html
page
here is what did,
html>
Welcome to nginx!
Welcome to nginx!
please suggest me how to fix this ?
Regards
skorpinok
Posted at Nginx Forum:
Hi skorpinok
Two points:
- Use correct HTML, or you can only blame yourself if different
browsers mangle it each in their own way.
The structure is
Html 5 only.
page content properly nested.
(eof)
- The src url takes its root as the location of the current page
(unless overridden with a base tag in the head area).
My guess is you need
<img src="/images/infographic.jpg" …
Regards
Ian
Hi, Ian H., thanks its fixed, <img src=“/images/infographic.jpg”
Regards
skorpinok
Posted at Nginx Forum: