|
Posted by Jukka K. Korpela on 01/13/28 11:29
"Edward Scott" <shakermaker@attglobal.net> wrote:
> I have a page with a table in it, whose style is defined by a CSS style
> sheet. the table is set to take up 100% of the page when printed. if I
> don't specify a font size, or specify a font size small enough, this
> works fine. once the font size is 9 pt or larger, however, the table
> extends beyond the printable border on the right hand side of the page.
First, try and learn to express yourself in normal English. This includes
starting a sentence with a capital letter, such as "A", "B", etc.
Second, include a URL if you have a problem with a specific page, unless
you wish to prevent people from helping you with the page.
Third, don't set font size in points, and certainly not to 9pt.
And don't set table width.
> padding:10;
Oh, and don't forget to run your CSS code through the useful CSS checker
mistakenly called "CSS validator". It will report errors like the above.
> text-align:justify;
Don't do that either.
--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html
[Back to original message]
|