When I attempt to insert an image in a post I enter the path, but my images are not showing up. What could I be doing wrong?
<img src=�http:/path/to/image.jpg� />
When I attempt to insert an image in a post I enter the path, but my images are not showing up. What could I be doing wrong?
<img src=�http:/path/to/image.jpg� />
Only use http: if it's a full URL. Ex:
<img src=�/path/to/image.jpg� />
or
<img src=�http://www.domain.com/path/to/image.jpg� />
This topic has been closed to new replies.