Skip to content

How to display URL image on localhost editor #1977

Answered by benjaminwil
ahmedqfarrukh asked this question in Q&A
Discussion options

You must be logged in to vote

Hey there,

I was able to get the images to load by adding quotations marks around the height and width attributes:

<img src="https://raw.githubusercontent.com/wiki/redmountainmakers/wiki/images/rmm_layout.png" width="50%" height="50%">

Though not absolutely necessary, you may want to make your <img> tags self-closing as well by adding a slash to the end of the tag:

<img src="https://raw.githubusercontent.com/wiki/redmountainmakers/wiki/images/rmm_layout.png" width="50%" height="50%" />

Hope that helps!

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@benjaminwil
Comment options

@ahmedqfarrukh
Comment options

@benjaminwil
Comment options

@ahmedqfarrukh
Comment options

@mnel11
Comment options

Answer selected by ahmedqfarrukh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants