I have read some of the other posts on this topic and I am still stuck. I keep getting the message that my background color should be green.
Note: When I change the wording in my id element from “form” to “element” I have a green background towards the bottom of the form but I get two of my requirements wrong like in this link here
Hi All,
I have read some of the other posts on this topic and I am still stuck. I keep getting the message that my background color should be green.
Note: When I change the wording in my id element from “form” to “element” I have a green background towards the bottom of the form but I get two of my requirements wrong like in this link here
In this you have created two id's, i hope you have done the styling for the id #cat-photo-form, what happens here is, the first id ( id=“cat-photo-element )” you have created doesn’t do anything in your code.
The green color is caused by this id ( id=“cat-photo-form” ). You just have to remove the
first id ( cat-photo-element ) for your test to pass.
<form id="cat-photo-form" action="/submit-cat-photo" id="cat-photo-form">
In this, you have created two id’s with same name, you should not create duplicate id’s, therefore you won’t get any result that is intended.
I took your advice and opened another post using Google the ask for help button. Also, I did put the attribute in my style electrician entry and it still doesn’t work.
If you haven’t solved it yet, can you provide the code of what you have tried ?? And also i don’t see another post you have created ( sorry if i am wrong ).