-
CSS problem/glitch
As you all know asp .net pages have a default.css
If I do a label then it is formatted as the body style, however if i do a label within a table it seems to format it as the same style but a bigger font. why is this? Table is not defined in default.css so i cannot see where this is coming from
-
The body font size doesn't get applied inside tables, so you'll have to specify it in your CSS file.
-
so all styles get applied to the tables with the exception of size?
-
Yes. I believe it's a bug, for historical reasons. (Don't ask)
http://archive.webstandards.org/css/..._within_tables