We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 10525
    • 247 Posts
    Hi,

    I want to make a Radio TV to allow selection of an image. Is there any way I can display an image beside the radio button?

    I am entering the whole img tag html string in the TV Input Option Values area:

    one==1||two==2||three==3||
    <img id='logo' src='assets/images/my_logo.jpg' alt='My logo'>==<img id='logo' src='assets/images/my_logo.jpg' alt='My logo'>


    Currently the html string for the img tag is displayed in the manager. I would like the image itself (or a thumbnail if required) to be displayed.

    (Or for that matter, render any html instead of displaying the string).

    Any suggestions?