Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Image as a clickable link using BB code?  (Read 51529 times)

0 Members and 1 Guest are viewing this topic.

Wyngs

    Topic Starter


    Beginner

    Image as a clickable link using BB code?
    « on: August 07, 2012, 04:06:02 AM »
    Unable to figure out a way to make an image a clickable link using BB code. Is it possible?

    I tried this:

    http://blah blah[/img]]blah blah


    Thanks in advance for any info.[/b]

    soybean



      Genius
    • The first soybean ever to learn the computer.
    • Thanked: 469
    • Computer: Specs
    • Experience: Experienced
    • OS: Windows 10
    Re: Image as a clickable link using BB code?
    « Reply #1 on: August 09, 2012, 08:14:07 AM »
    You need to use
    Code: [Select]
    [img] [/img] tags around the whole code string.  See http://en.wikipedia.org/wiki/BBCode for more detail on this; go down to the code example that displays the house image.

    Wyngs

      Topic Starter


      Beginner

      Re: Image as a clickable link using BB code?
      « Reply #2 on: August 09, 2012, 04:26:41 PM »
      Many thanks, Soybean.

      quaxo



        Guru
      • Thanked: 127
        • Yes
      • Computer: Specs
      • Experience: Guru
      • OS: Windows 11
      Re: Image as a clickable link using BB code?
      « Reply #3 on: August 10, 2012, 12:34:08 AM »
      Think this is what you want:
      Code: [Select]
      [url=http://www.linkurl.com/][img]http://www.imageurl.com/image.jpg[/img][/url]
      Produces this clickable image with all the stuff properly inserted:

      Wyngs

        Topic Starter


        Beginner

        Re: Image as a clickable link using BB code?
        « Reply #4 on: August 14, 2012, 11:29:47 PM »
        Thanks guys.