Results 1 to 4 of 4

Thread: CSS problem/glitch

  1. #1

    Thread Starter
    Fanatic Member davebat's Avatar
    Join Date
    Dec 2002
    Posts
    727

    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

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    The body font size doesn't get applied inside tables, so you'll have to specify it in your CSS file.

  3. #3

    Thread Starter
    Fanatic Member davebat's Avatar
    Join Date
    Dec 2002
    Posts
    727
    so all styles get applied to the tables with the exception of size?

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    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
  •  



Click Here to Expand Forum to Full Width