[thelist] Print Style Sheet question

ben morrison morrison.ben at gmail.com
Wed Apr 2 09:32:05 CDT 2008


On Tue, Apr 1, 2008 at 7:18 PM, Mark Groen <evolt at markgroen.com> wrote:

>  You'll likely have to change the size of something, so any of the existing
>  table markup that has width=xx included probably will need to be deleted and
>  controlled with the style sheet and id/class names instead.

You should be able to override the inline styles, I normally avoid
using !important but in some cases it is the only way for print etc

table {
    width:100%!important;
}

Obviously if you have id's or you know the parent elements then be
more specific with the CSS

#parent table#layout ...

ben



More information about the thelist mailing list