by "John Swan" <j.a.swan123@[EMAIL PROTECTED]
>
May 15, 2006 at 10:54 PM
Thank you very much.
Not only did that resolve the issue but has identified some other issues.
Thanks again.
John
"Rik" <luiheidsgoeroe@[EMAIL PROTECTED]
> wrote in message
news:e4875i$up7$1@[EMAIL PROTECTED]
> John Swan wrote:
>> Hello.
>>
>> I recently developed a new website which I have uploaded to:
>> http://www.integrated-dev-sol.co.uk/Ainleys/index.html
>
> First: validate your HTML!
> http://validator.w3.org
>
>> The style sheet is called default.css
>> or:
>> http://www.integrated-dev-sol.co.uk/Ainleys/default.css
>
> Validate your CSS:
>
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.integrated-dev-sol.co.uk%2FAinleys%2Fdefault.css
>
>> Ok, the problem is that inside the index file there is a table. The
>> font size of this table do not tally with the font size of the
>> "main_content" or anything else for that matter. I am also having the
>> same difficulty with the services page.
>> I have tested this in 2 browsers including IE and firefox with the
>> same result.
>
> Your main problem seems to be:
> #table.tab
> should be
> table.tab
> or
> .tab
>
> And add font-size: 1em to this element.
> (Browsers often have a default rendering of tables, which has to be
> explicitly changed).
>
> Grtz,
> --
> Rik Wasmus
>
>