Stuck on 25

I’m getting the same message border not right. I have tried, ctrl+0, changed from chrome to internet explorer and still getting the same error. Can you please help. Below is the code.

1 Like

It looks like the problem is with this part:

img src{
height:100px;
width:300px;
border:1px solid #4682b4;
}

Just take off the src part for it. Besides that then there isn’t anything else that I can see is wrong with it.

1 Like

seriously still not working

Could you post your code here? Both html and css like this:

\`\`\`
//your code here
\`\`\`

Remove the backslashes.

I’m having the same issue. Seems like now matter what I do I will not give me the go ahead for the border.

Could you post your html code here aswell?

The html code is automatically processeb by the forum, try posting your code like this:

Your code

For further explanation of formatting code on the forum read this:

<head>
	<link rel="stylesheet" type="text/css" href="stylesheet.css"/>
	<title>Result</title>
</head>
<body>
    <h1>This is H1</h1>
    <h1>This is also H1</h1>
        <p>This is the "any text you like" that I was supposed to put here.</p>
        <img src="http://static.comicvine.com/uploads/original/11111/111114474/3822317-dovahkiin.jpg"/>
</body>

Well, I’ve copied your code and it worked fine by me.
Have you tried a different brower?

You should have a space between .." and />
Like this:

<img src="img-url" />
1 Like

I don’t think that’s necessary. When I did the exercise it didn’t matter; I didn’t have the space and still completed the exercise. :slight_smile:

\\

Result

Neeleh G Jain

The name of my first business is called ElectroSaver

\\\

CSS CODE
\\
h1 {
font-family: Verdana, Sans-serif;
color: #576D94;
}
p {
font-size: 18px;
color: #4A4943;
font-family: Garamond, Serif;
}
img src {
height:100px;
Width:300px;
border: 1px solid #4682b4;
}
\\

Could you please tell me what is wrong in this code? i get an error that says “Oops, try again. Did you remember to give your image a 1px solid #4682b4 border?”

I was having the same issue where nothing worked. I switched to Microsoft Edge and it worked.

I was having the same problem it didn’t matter what i did i finally switched over to Microsoft edge and completed that lesson and it worked immediately.

Microsoft edge not working for me…same exact issue. Any other solutions?

Its working in Microsoft Edge but not in Chrome