|
Posted by Malte Christensen on 01/08/06 19:08
Beauregard T. Shagnasty wrote:
> Malte Christensen wrote:
>
>
>>I read all of the responses, went to all the sites, and made up my mind
>>to use CSS.
>
>
> Oh?
>
>
>>The interim results after 3 hours are at www.nmalte.dk. ...
>
>
> That page is filled with tables. Hmm, nested tables! I would not want to
> be the one required to maintain that layout.
>
> There are also errors in your css:
> <http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.nmalte.dk%2F>
>
> body {
> font-size: 12pt;
> Please change that to font-size: 100%;
> so that IE users with vision problems can resize it. Never use px or pt
> (points are for print media).
>
> This site of mine has two columns, like yours, and there is not a table
> in use anywhere, except for tabular data of course.
> http://countryrode.com/
>
Had to change it why I try to fix it. The (firefox friendly) version is
this: www.nmalte.dk/index.htmlcss.
That is just plain awful in MSIE, so clearly, I have violated some basic
rules.
[Back to original message]
|