StyleSheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi!,

I have ASP.NET 1.1 project,in which i am using a StyleSheet . I am using the
same StyleSheet in ASP.NET 2.0, but i am finidng the fonts are too small
compared to ASp.NET 1.1 webpages. Can I have any resolutions??

Thanks in advance.

Regards,
Baren
 
Have you tried to check the HTML code or to change the size to see if it
have an effect ?

The DOCTYPE may also alter the way is page is rendered (but these are all
client side)...
 
if in your CSS you have written xx-small rather than 8pt, for example, it may
appear smaller. if i were you i would write the actual size rather than
large, small, x-small etc. it is more reliable and that way you can be sure
which size it actually is. to find the CSS sizes, just open your page in IE
and copy and paste them into MS Word. it'll say the size in the font-size
dropdownbox.
hope this helps
 
Back
Top