Challenge Create a Form Element has an issue.
User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36
.
Please describe how to reproduce this issue, and include links to screenshots if possible.
My code:
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<style>
.red-text {
color: red;
}
h2 {
font-family: Lobster, Monospace;
}
p {
font-size: 16px;
font-family: Monospace;
}
.thick-green-border {
border-color: green;
border-width: 10px;
border-style: solid;
border-radius: 50%;
}
.smaller-image {
width: 100px;
}
</style>
<h2 class="red-text">CatPhotoApp</h2>
<p>Click here for <a href="#">cat photos</a>.</p>
<a href="#"><img class="smaller-image thick-green-border" alt="A cute orange cat lying on its back. " src="https://bit.ly/fcc-relaxing-cat"></a>
<p>Things cats love:</p>
<ul>
<li>cat nip</li>
<li>laser pointers</li>
<li>lasagna</li>
</ul>
<p>Top 3 things cats hate:</p>
<ol>
<li>flea treatment</li>
<li>thunder</li>
<li>other cats</li>
</ol>
<input type="text" placeholder="cat photo URL">
<form action="/submit-cat-photo"></form>
@xsamiixlovex Can you post a screenshot of what are you facing?
Try putting your opening form tag before the opening input tag.
Its not my coding I'm having issues with.. For some reason since its unable to show on the right it won't let me run test
@xsamiixlovex Probably it is caused by the cookies , clean your browser cookies and refresh the page. If this solves your problem, please close the issue.
@shashank7200 still the same problem I even tried it on my phone and the same problem on there as well
I type in the code needed and i hit ctrl+enter and it doesnt do anything even clicking it wont register
Is that the only page where you're getting this error or was the emulator contents showing up when you did previous exercises?
Also, have you tried loading the page using a different browser? If it works using another browser, you might want to check your privacy content settings in Chrome and make sure that nothing there is blocking the content.
copy the URL from the current broswer
open another broswer and past it there
i got the same issue and that is how solve it
hope it will work for you
@shashank7200 The clearing of the cookies worked for me.
I cleared but it didnt work so I ended up opening the challenge on internet explorer and submitted the challenge on their with no problems. I loaded chrome back up and it loaded the next challenge with no problems. Im guessing its just that one challenge on chrome.
detected unusual code on this page and blocked it to protect your personal information (for example, passwords, phone numbers, and credit cards).
Most helpful comment
copy the URL from the current broswer
open another broswer and past it there
i got the same issue and that is how solve it
hope it will work for you