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

0 points
over 8 years

What is wrong here, it says that the text has to be 44px?

Answer 55e5c700d3292f697a000246

0 votes

Permalink

Please re-edit your post and show your code…. Which Browser are you using…

+++++ how to edit Add an Answer (courtesy to = tony de araujo =) Edit your post, as we cannot see what you are coding…. The problem is that a < sign will lead to the editor interpreting the line as HTML If you put 4-spaces upfront the line is seen as a Code Sample and the < is NOT interpreted. You could also use a predefined facility, have a look at http://www.codecademy.com/forum_questions/51d9e8f68c1cccc92403ffe8

points
Submitted by Leon
over 8 years

2 comments

Arbresha Bunjaku PAGY over 8 years
Arbresha Bunjaku PAGY over 8 years

chrome

Answer 55e5d99e3e0ec8349e000518

0 votes

Permalink

Here a compilation of possible Browser specific problems

+++++++++++++++++++++++++++++++++++++++++++++++++++ fadeTo in jQuery Introduction 11/13 set opacity to 1 http://www.codecademy.com/forum_questions/5418564b80ff337b7200401c


opacity not recognized by browser http://stackoverflow.com/questions/7548833/ios-css-opacity-visibility-transition http://stackoverflow.com/questions/637921/opacity-of-background-color-but-not-the-text?rq=1 fontsize NOT recognised, by browser


I’m using Chrome. font-size is 16.3636360168457px instead of 16px. You have to enter the ‘Settings’ => ‘Advanced settings’ (in the very bottom) and to chose 100% in the Page scale (in my browser it was 125%). http://www.codecademy.com/forum_questions/5562cbbe93767652470006d0


http://www.codecademy.com/forum_questions/515330ecbefb3fca0f0016a1 http://www.codecademy.com/forum_questions/5138e20ac846700e460064c7 Safari http://www.codecademy.com/forum_questions/5474960c7c82ca059e002793#comment-54752ce580ff3300040012cc Chrome: Color not recognized by browser http://www.codecademy.com/forum_questions/5476556552f863df690009b7#comment-54767bb57c82ca5615000ff6 http://www.codecademy.com/forum_questions/5474960c7c82ca059e002793#comment-54752ce580ff3300040012cc

points
Submitted by Leon
over 8 years

Answer 55e5da7a51b887351a000775

0 votes

Permalink

Your HTML code

<!DOCTYPE html> 
  <html> 
    <head> 
      <link type="text/css" rel="stylesheet" href="sylesheet.css"/> 
      <title>Result</title> 
    </head> 
    <body> 
          <p>I want to be SIZE 44 font!</p>
    </body> 
  </html>

And what did you put in your stylesheet.css ??

points
Submitted by Leon
over 8 years

1 comments

Vishai over 8 years

You have a typo in the href. you wrote “sylesheet” ought to be “stylesheet.css”