Images on my page won't show up
Images on my page won't show up 1 |
|
#106372 Posted on 2017-05-26 10:39:30
I posted images on my page but they won't show up. What do I do? Please any help would be greatly appericiated.
0 members like this post.
|
Posted By jnora414 #111298 Member is Offline 1 forum posts Send A Message |
#106542 Posted on 2017-05-27 11:51:48
When I look at the code for your images, there's some extra text in the image address, that's why they aren't working. When you copy & paste the address for the images, make sure there's nothing after .jpg
0 members like this post.
|
Posted By SueHeck #104120 Member is Offline 355 forum posts Send A Message |
#106602 Posted on 2017-05-27 20:07:05
You're missing a couple of things in the code you've provided! This is what the code should look like: <*img src="http://www.blackarabs.com/Ferric0459.jpg" alt="500x500" style="max-width: 550px;"> Without the *'s of course! You were missing the ending " after the image URL, and there was a space between the beginning " after alt=, which will break your code! If you input the image URL into the ""'s after img src, your images will work successfully! these are beautiful images! Just make sure you have permission to use them by checking the site's permissions on photo sharing and usage! Last edited on 2017-05-27 at 20:07:40 by ϟ ELEGANT
0 members like this post.
|
Posted By ϟ ELEGANT #79884 Member is Offline 357 forum posts Send A Message |
1 |