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

banner
Close banner
0 points
Submitted by avii
almost 11 years

Getting "Did you set your <td> border width to 1px? Check all your opening and closing tags!"

My code :

/*Add your CSS below!*/
td{
    height : 50px;
    border :1px dashed blue; 
    }

table{
    border :1px solid black;
}

Not able to figure out my mistake :( & CSS is linked in HTML page.

EDIT : Found the solution. Just set the browser zoom level to 100% & it worked :P

Answer 51cd550352f8636e02015297

1 vote

Permalink

In my browser (Chrome on Mac OS X) your code validates as correct. This might be a browser-specific problem. Try Chrome or Firefox or Safari if you have it.

points
Submitted by Alex J
almost 11 years

5 comments

avii almost 11 years

this worked :

border:1px dashed blue;

just removed a whitespace. Even I am using OS X & Chrome. Tried FF & Safari also.

Ben Silveston almost 11 years

I solved the issue by simply changing browser. Codecademy works better on Chrome compared to IE.

fatemeh talebi over 10 years

i changed my browser and it worked.

breach5557 over 10 years

change browser zoom to 100% (default) (ctrl-0, cmd-0)

r mora over 10 years

I have no idea what the underlying problem is in this exercise, but it should have been resolved a long, long time ago. If it’s browser-specific, it’s the first browser-specific difficulty I’ve encountered in the 250+ exercises I’ve completed at Codecademy. I hope it’s fixed so I can pass the exercise, but for now I’m moving on.

Answer 51cdb4c552f8639a54018c16

1 vote

Permalink

Did you try hitting command+0 (mac) or control+0 (pc) to reset your browser’s zoom? I did that, and it worked after

points
Submitted by q w
almost 11 years

2 comments

avii almost 11 years

Yes, worked for me also :P

pwanwu over 10 years

Also worked for me :)

Answer 51d536c27c82ca8f82005b7f

1 vote

Permalink

I have the same problem and not able to download anew browser. Please fix this people!!!

points
Submitted by Mrwebweb
almost 11 years

1 comments

Ender2213 almost 11 years

the only solution i can think of is to use a USB chip for a backup to your other folders, then go to the clean up, if you erase the downloaded history, the computer seems to run a little better, as it may get gunked up from other programs you have previously viewed.

Answer 51d27f559c4e9d4ff8006896

0 votes

Permalink

my browser is set to 100% and it’s still “opps try again”. I tried ctrl+0 and it sets the browser to 125%. ughh this is frustrating. does anyone have any suggestions?

points
Submitted by Ender2213
almost 11 years

2 comments

Ender2213 almost 11 years

nevermind, downloading firefox has helped.

AwesomeGirl over 10 years

opps? giggle

Answer 51d2c7ea7c82cae8c400a97d

0 votes

Permalink

So I am currently deployed and I cannot get this exercise to work. I have tried switching around all of the data, I’ve changed the zoom to 100% and many other variations and also tried physically adding “width: 50px;” and nothing changes. It is very hard for me to download things since the internet I use is terribly slow so getting another browser is near impossible. Is there any real solution to fix this exercise so that it works seamless with IE?

points
Submitted by Corey Walliker
almost 11 years

1 comments

Ender2213 almost 11 years

the com i’m using is also very slow, i downloaded fire fox and even though it took all day, it was worth it. have you tried getting a usb chip and downloading all your computer files onto the usb chip. then clean out your pc with c cleaner, dumping the cache all that fun stuff. time consuming, but worth it. hope this helps.

Answer 51da3849282ae3be18014fba

0 votes

Permalink

i get the same error. I have tried everything I can think of. does anyone have an example of the correct code or is this just an issue with the exorcise?

points
Submitted by teaformeplease
almost 11 years

Answer 51dd73f952f863f69a007402

0 votes

Permalink

td { height:50px border: 1px dashed blue;

} table { border:1px solid black;

PS/ Did you set your border width to 1px? Check all your opening and closing tags!

What is my mistake ? im using Safari on Mac Os X

points
Submitted by Aris Bakri
almost 11 years

3 comments

Ender2213 almost 11 years

i can see that on height:50 px and border: 1px. have you tried putting a space between your : and your answer? oh i see it! you didn’t put a semicolon at the end of 50px. try spacing everything after your : and make sure to put your ; after your sets. not sure about safari, as i’m not using a mac.

Ender2213 almost 11 years

ok how about this: td { height: 50px; border: 1px dashed blue; } table { border: 1px solid black; }

Aris Bakri almost 11 years

thanks!

Answer 51fa850d548c35b7ac00015e

0 votes

Permalink

td{ height:50px;} td{ border:1px dashed blue;} table{ border:1px solid black;}

I used td twice and it worked.

points
Submitted by Zeboso
over 10 years

1 comments

William Tan over 10 years

Michael,

td{ height:50px;} td{ border:1px dashed blue;} table{ border:1px solid black;}

I tried again and again, but it still can’t passed it, can you help me out ? Thanks in advance.

Answer 52607702f10c60fb3f003745

0 votes

Permalink

You did it right. I did exactly what you did and it worked perfectly.

points
Submitted by AwesomeGirl
over 10 years