Everytime I use form "text" I type in it, it goes white, can I prevent that? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Everytime I use form "text" I type in it, it goes white, can I prevent that?

https://code.sololearn.com/WA155Zd0pEEE/?ref=app This is the code I used when I did it. Thanks!

25th Oct 2023, 8:17 PM
Meowies
Meowies - avatar
3 Answers
+ 1
I do not know what you mean exactly, but maybe you can change the background color to get what you need. You can use background css property input { background: red; } Your code has multiple mistakes: All the content should be inside the body tag, also you should use html tag. label for attribute takes the same value of the input id. you should put values between quotes. you can specify a width for the images.
26th Oct 2023, 4:10 AM
Mafdi
Mafdi - avatar
+ 2
Thanks! That really helps!
31st Oct 2023, 4:40 AM
Meowies
Meowies - avatar
+ 1
Welcome
31st Oct 2023, 6:47 AM
Mafdi
Mafdi - avatar