Wednesday 26 October 2011

Does anyone know why I cannot change the font-size attribute in css, in a css file or direct in the html file?

I can change the other things, e.g. background-color and font-style etc.
Does anyone know why I cannot change the font-size attribute in css, in a css file or direct in the html file?
Since you gave us nothing to work with and are making us guess, then I'm gonna guess that you are coding your CSS incorrectly. The CSS property to use is:



font-size: XXpt;



Ron
Does anyone know why I cannot change the font-size attribute in css, in a css file or direct in the html file?
use px instead of pt as different browsers an OS's interpret pt slightly differently ;p