Link inside of input tag

后端 未结 3 956
后悔当初
后悔当初 2020-12-19 03:56

How to display a a href and a img src inside a input box (text box). ex: i want to display this inside a text box (

3条回答
  •  梦毁少年i
    2020-12-19 04:23

    As comments mention, you can't literally put a link in an input text box (although you could simulate one with JavaScript).

    For the background image, use CSS background-image.

提交回复
热议问题