Bb Code Help

Discussion in 'HTML & Website Design' started by UKBDF, Nov 23, 2007.

  1. #1
    Hi,

    Im looking to make an image with an email link on it how can i do this in bb code?

    I have looked on php user guide but it didnt work!

    And how can i make it in HTML as well
     
    UKBDF, Nov 23, 2007 IP
  2. Jelleke60

    Jelleke60 Active Member

    Messages:
    129
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #2
    html: <a href="site.com"><img src:"img.jpg"></img></a>
     
    Jelleke60, Nov 23, 2007 IP
  3. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Almost, Jell. There's no end img tag.

    <a href="site.com"><img src="img.jpg" alt="site.com" title="email site.com" /></a>

    Images are one of those weird tags that close themselves. Others like that include link, input, and meta.

    I added the title for extra accessibility, since what would be text is replaced with an image.
     
    Stomme poes, Nov 23, 2007 IP
  4. UKBDF

    UKBDF Peon

    Messages:
    37
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Ok

    so like this

    <a href="http://photobucket.com" target="_blank"><img src="http://i139.photobucket.com/albums/q308/zenicman1/RichardPaul-Logo-edittry2.jpg" border="0" alt="Photo Sharing and Video Hosting at Photobucket"></a>

    Then what
     
    UKBDF, Nov 23, 2007 IP