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

0 points
over 10 years

03Oops, try again! Make sure that you use the universal selector * to give a border 1px wide.

hi I have put this into the css but it dosant work and I don’t know what I’v done wrong *{ border:1px dashed #3A5FCD; } thanks

Answer 5220f27c548c3548c8000559

3 votes

Permalink

Just make a Ctrl + 0 and the code will work.

points
Submitted by Peterson Danda
over 10 years

3 comments

EmmaVH over 10 years

Just had the same issue and this worked for me

Elijah Gibson over 9 years

Thanks, that helped alot.

Answer 525c214ef10c609779000c33

1 vote

Permalink

For me, the correct CSS did not work in firefox.

The correct code did work in Chrome.

points
Submitted by Planktonette
over 10 years

1 comments

Juriy about 10 years

Yes, thx

Answer 5221a726f10c6032f6000607

0 votes

Permalink

hi I have tried both of these but nether work

points
over 10 years

Answer 5222139b80ff333cad0016dc

0 votes

Permalink

What browser are you using? I posted somewhere info that I had found on the help site not to use Internet Explorer or ?- I forget now. Anyways they recommended Google Chrome or Firefox. I was using I/E and had all kinds of issues. Switched to Google Chrome and it has made a big difference.

You might look at that too if you are still stuck.

points
Submitted by disberg
over 10 years

Answer 522f9550abf82171b00016fd

0 votes

Permalink

Mine worked as soon as I played around with the screen’s zoom. ctrl+0 never works for me either so just mess around with different zoom settings via track pad or wheel and it should work if the code is right.

points
Submitted by jberry777
over 10 years

Answer 52221280abf821471f0017c9

-3 votes

Permalink

Yours: *{ border:1px dashed #3A5FCD; }

Should be

  • { border:1px dashed #3A5FCD; }

You might tab in as well but I don’t think that should affect the operation. You do need the space between the * and the {

Hope that helps a bit.

points
Submitted by disberg
over 10 years

Answer 5220d575abf821e265003727

-6 votes

Permalink

You should have a “space” between the * and {

points
Submitted by disberg
over 10 years