an image into an html object. Doesn't diplay
Posted: Fri Oct 05, 2018 8:53 am
I thought I would master how to code an image display in html, being an occasional html coder but after a few hours... (no kidding), no way
This code doesn't work and I do'nt understand why. Ok first I did that:
created breakpoints at 320px
view>toolbox>html object.
I had pasted some already coded text into it, between body tag.Smooth, thank you converters !
Willing an image, then I pasted these tags into before body (to be sur it stays up if possible) : image is 320x340px.
<span><img src=http://www.name of my site.fr/name of my picture.jpeg" alt="altern_text " width="320" height="340"/></span>
Actually I tried many other coding like :
<span><img src=/name of my picture.jpeg" alt="altern_text " width="320" height="340"/></span>
Etc...
Suppressing css to see what, etc...
So, thank you so much if you can help me a bit.
This code doesn't work and I do'nt understand why. Ok first I did that:
created breakpoints at 320px
view>toolbox>html object.
I had pasted some already coded text into it, between body tag.Smooth, thank you converters !
Willing an image, then I pasted these tags into before body (to be sur it stays up if possible) : image is 320x340px.
<span><img src=http://www.name of my site.fr/name of my picture.jpeg" alt="altern_text " width="320" height="340"/></span>
Actually I tried many other coding like :
<span><img src=/name of my picture.jpeg" alt="altern_text " width="320" height="340"/></span>
Etc...
Suppressing css to see what, etc...
So, thank you so much if you can help me a bit.