R
Rob Meade
Hi all,
I've just started putting my pages together in .net 2.0 moving from 1.1 -
using Visual Studio 2005 - most things have gone smoothly enough - however I
am experiencing a little odd behaviour...
I have a style sheet with my styles in for various parts of the page
including font sizes - for which I'm using syntax like this:
FONT-SIZE: .8em;
to enable the font sizes to scale in the browser if resized....
What I've noticed is that - whilst this was all good in Visual Studio 2003
and my pages rendered correctly, now - the do not! The fonts have gone
tiny....however - if I remove this line from the top of the .aspx created by
2005 - the problem goes away....
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
can anyone suggest to me why?
I'm happy to post up the style sheet and html if required (although this
page is a little lengthly)...
Thanks for any help you can offer
Regards
Rob
I've just started putting my pages together in .net 2.0 moving from 1.1 -
using Visual Studio 2005 - most things have gone smoothly enough - however I
am experiencing a little odd behaviour...
I have a style sheet with my styles in for various parts of the page
including font sizes - for which I'm using syntax like this:
FONT-SIZE: .8em;
to enable the font sizes to scale in the browser if resized....
What I've noticed is that - whilst this was all good in Visual Studio 2003
and my pages rendered correctly, now - the do not! The fonts have gone
tiny....however - if I remove this line from the top of the .aspx created by
2005 - the problem goes away....
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
can anyone suggest to me why?
I'm happy to post up the style sheet and html if required (although this
page is a little lengthly)...
Thanks for any help you can offer
Regards
Rob