|
-
Oct 13th, 2004, 09:06 AM
#1
Thread Starter
Fanatic Member
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
-
Oct 14th, 2004, 12:08 AM
#2
The body font size doesn't get applied inside tables, so you'll have to specify it in your CSS file.
-
Oct 14th, 2004, 01:57 AM
#3
Thread Starter
Fanatic Member
so all styles get applied to the tables with the exception of size?
-
Oct 14th, 2004, 02:11 AM
#4
Yes. I believe it's a bug, for historical reasons. (Don't ask)
http://archive.webstandards.org/css/..._within_tables
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|