use img tag.
read this: http://w3schools.com/html/html_images.asp
This is a discussion on How to embed src files (HTML and images)? within the Web Design forums, part of the Web Designing & Development category; I'm very much a beginner with HTML, so make it simple. I got this notice while trying to embed a ...
I'm very much a beginner with HTML, so make it simple. I got this notice while trying to embed a .jpg image with <src=somelink>
You can only embed src files that end in:
.jpg
.jpeg
.gif
.bmp
.png
.midi
.wav
.mp3
.mid
You cannot use any variation of the <src=somelink> tags to embed files that end in
.com/photos/23559311@n02/2247340143/ from this url: http://www.flickr.com/photos/23559311@N02/2247340143/
You may not have used the 'img src' tag, but this applies to all tags that have 'src' in it, such as 'background src'.
So my question is, where can I save photos to the web in any of the above formats, preferably .jpg, so I can then embed them.
Or just, how can I embed a file in HTML while still following this rule?
use img tag.
read this: http://w3schools.com/html/html_images.asp
Bookmarks