+ 8
How to insert img ( avatar) in the login form
6 Respostas
+ 7
Ya i will try lots of time but didn't get the result I talking about <img src="avatar. Png" width="220px height="220px">can any one provide me the code how to insert the avatar
+ 3
First you make your your account and then once that's done login in it and then go and check your stats and click on profile picture icon.Now you can upload any picture you want.
+ 1
https://code.sololearn.com/W32qHCffl1bp/?ref=app chek this code its the same you want
+ 1
https://code.sololearn.com/WxA6X0e7ATLi/?ref=app you can do this also
0
you mean in the input field itself ?
0
it wont work on img tag, if you want to insert image to username field for example give it an id and in the css put :
background-image:url();
background-size: //to manipulate the size
background-repeat: ;
background-origen : ;