Stuck 26/26

i’ve been stuck in different lessons, the css was right just like the html but I had no visual changes …by changing the styles directly in the html, I’ve passed the lessons…

but now I can’t go on
I’m using opera and I’ve tried firefox too.

the html code:

Link text (i don’t know how to write in a way that the brownser doesnt’ covert it)

my css:
img {
height: 100px;
width: 300px;
border: 1px solid #4682b4;
}
h1 {
font-family: Verdana, sans-serif;
color: #576D94;
}
p {
font-family: Garamond, serif;
font-size: 18px;
color: #4A4943;
}
a {
text-decoration: none;
color: #cc0000;
}

same problem in lesson 25

thank you

the html is this:

<a href="www.ciao.com">text</a>

Try…

= “https://www.ciao.com

Hope This will help you…

thanks, but I think that the problem concerns the css part…because it says:
Did you remember to set your link’s text-decoration to none;?

css is right, so html…I’ve tried with opera, chrome and firefox…

I have just copied and paste your code and it is working properly… even with your html link <!-- a-- > tag also.

copy your both html & css code somewhere else and then reset exercise and again paste the same code and try.

To make MTHL code visible,
and present the code in a easy readable-format
use
= Im having a problem on lesson 11/23

I’ve tried many times with many browsers, nothing.

with other sessions I don’t have problems(until now…)
with number 25-26 and another one,yes.