Results 1 to 4 of 4
  1. #1
    Member AFDavis11's Avatar
    Join Date
    May 2005
    Location
    Virginia
    Posts
    5,726
    Thanked: 1486

    Default 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> 

  2. #2
    Professional Pedantic Pontificator
    Join Date
    Apr 2009
    Location
    Monmouth, OR - USA
    Posts
    1,163
    Thanked: 317

    Default

    like 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.

  3. #3
    Senior Member mry314's Avatar
    Join Date
    Jun 2008
    Location
    Budapest, Hungary
    Posts
    106
    Thanked: 17

    Default

    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.

  4. #4
    jcd
    jcd is offline
    Senior Member jcd's Avatar
    Join Date
    Mar 2009
    Location
    London, UK
    Posts
    140
    Thanked: 35

    Default

    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>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •