This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Jennifer
over 10 years

What am I doing wrong?

/*Add your CSS below!*/ table { border:1px solid black; a { color: #cc0000; text-decoration: none; } td { height:50px; } td { border:1px dashed blue; }

This keeps popping up: Oops, try again! Whoops! It looks like your ‘a’ selector doesn’t have the color #cc0000. I’ve tried everything I know of - I’ve changed browsers, nothing works! Then, it says that there is an expected colon on line 4, col 3. Now what’s that supposed to mean?

Answer 5269c261f10c602e6e001cd5

0 votes

Permalink

you need a closing bracket “}” before the “a”

points
Submitted by happyjourney
over 10 years

1 comments

Jennifer over 10 years

Thanks, I am so stupid. lol.