<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
Hi. I’m in need help. My code seems to be correct according to Codecademy, but it wouldn’t be correct because the website turned out to be completely messed up. The images are scattered everywhere and there are tiny bits of image pieces in some spaces in the website. Here is my code:
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<In what way does your code behave incorrectly? Include ALL error messages.>
Codecademy did not recognize the errors. This is the index.html by the way. Thanks!
Okay, this lesson gets into creating a singular directive that will involve replacing code in the main controller, the index.html file, and writing the directive and template file. go through the steps carefully.
Got it. Here are my new objects. This is my new code from Main Controller.js:
{
icon: ‘img/transformice.jpg’,
title: ‘Transformice’,
developer: ‘Atelier 801’,
price: 1.89
},
{
icon: ‘img/shadow-the-hedgehog.jpg’,
title: ‘Sonic Dash 2’,
developer: ‘Sonic Studios’,
price: 1.00
}
Thank you
Here is an image of my website. These images should be together but they are split for some really odd reason.
They’re in pieces. It doesn’t make sense:
Thank you
I only needed one image which is a perfect looking move image. I added the right code (Codecademy didn’t recognize any errors). Instead the price is on the left, a duplicate of that image at the top, and the real image is on the right (that’s the only organized image out of the others)