Results 1 to 4 of 4
Thread: HTML Code Frustration
-
06-19-2009, 12:44 AM #1
HTML Code Frustration
I have an image URL and HTML code and I can't figure out how to modify the code in order to post an image. Any ideas, I've tried every simple logical change to the code. I keep getting a giant rabbit instead of my pic
http://www.flickr.com/photos/39581332@N03/3640107392/
fficeffice" />>>
>>
HTML Code:<a href="http://www.natural-environment.com/blog/2008/11/07/what-is-the-worlds-largest-rabbit/" target="_blank"> <img src="http://www.quackit.com/pix/worlds_largest_rabbit_2.jpg" width="200" height="261" border="2" alt="Photo of a big bunny rabbit!" /> </a>
-
06-19-2009, 01:18 AM #2
- Join Date
- Apr 2009
- Location
- Monmouth, OR - USA
- Posts
- 1,163
Thanked: 317like this?
HTML Code:[IMG]http://straightrazorpalace.com/conversation/src="http://farm4.static.flickr.com/3652/3640107392_59c1b65f48.jpg?v=0">[/IMG]
Last edited by VeeDubb65; 06-19-2009 at 01:21 AM.
-
06-19-2009, 11:31 AM #3
Hmmm. It works fine for me, without any changes.
Try to make a file with .html extension, copy the code into it, and open it with Your browser. (I tried with Firefox)
If You dont like the picture, change the source.
-
06-19-2009, 01:59 PM #4
You IMG SRC is "worlds_largest_rabbit_2.jpg", so of course it is displaying a picture of a giant rabbit.
If I get you right, you want a picture of yourself to be a link to a site about rabbits?? In that case:
HTML Code:<a href="http://www.natural-environment.com/blog/2008/11/07/what-is-the-worlds-largest-rabbit/"><img src="http://farm4.static.flickr.com/3652/3640107392_59c1b65f48.jpg" /></a>