Is it possible to place a link inside <input> field?

后端 未结 9 871
温柔的废话
温柔的废话 2021-01-03 00:23

Is it possible to place links on Login and on Register here?



        
9条回答
  •  执念已碎
    2021-01-03 00:35

    you should create a div and style it like an input :

      
    
     .form-control {
         border: 1px solid #ece8e8;
         height: 40px;
         border-radius: 3px;
         padding-left: 10px;
         box-sizing: border-box;
         font-family: SourceSansPro-Regular;
         font-size: 14px;
         margin-bottom: 10px;
      }
    

    result is :

提交回复
热议问题