-
-
Notifications
You must be signed in to change notification settings - Fork 38k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Button element isn't working correctly #11985
Comments
Why did you do For me it worked without the button type. Here's my code: I just started this course, so I am not a professional, but I think that you don't need button type, since your using bootstrap, bootstrap can probably recognize by itself, and I am pretty sure that button is not a type. |
It works with button type = button also. I just noticed that. |
The problem is in this line: <img src="https://bit.ly/fcc-running-cats" class="img-responsive" alt="Three kittens running towards the camera. > You are not closing the quote. @dhcodes This issue can be closed. |
Really? so button is a type? |
What worked for me was <button type="submit" class="btn">Like </button>.
I tried that after I reset my page.
The instructions don't have the "submit" button type specified.
Thanks for your help!
…On Fri, Dec 9, 2016 at 3:42 PM, Ayushi Jain ***@***.***> wrote:
It works for me with the button type set as "submit". You have set it to
"button". Can anyone confirm is this is by design or by mistake that button
type="button" is incorrect?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11985 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AWkaxZ65oKyCRcQAf5TlQD7JpGGkqKruks5rGedhgaJpZM4LJdi3>
.
|
You had incorrect code earlier. You had mistakenly removed a ". Please read my comment above. Instructions are clear in the challenge. |
No need to tag me @ajain17; someone will come along and close the issue if it's not a bug. Please point people toward the chat room for code help. Thanks for helping out! |
The word "submit" isn't anywhere in the instructions for this. Maybe in
another version?
Anyway, thanks again for your help!
…On Fri, Dec 9, 2016 at 5:56 PM, Ayushi Jain ***@***.***> wrote:
You had incorrect code earlier. You had mistakenly removed a ". Please
read my comment above. Instructions are clear in the challenge.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11985 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AWkaxW9iBD2YG5DFjuD23_hNTgyTChrfks5rGgbbgaJpZM4LJdi3>
.
|
I had the same problem. No need to specify the type. Just reset the page and add |
Challenge Create a Bootstrap Button has an issue.
User Agent is:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.98 Safari/537.36
.Please describe how to reproduce this issue, and include links to screenshots if possible.
My code:
The text was updated successfully, but these errors were encountered: