![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello. I recently developed a new website which I have uploaded to: http://www.integrated-dev-sol.co.uk/Ainleys/index.html |
|
The style sheet is called default.css or: http://www.integrated-dev-sol.co.uk/Ainleys/default.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. |
#3
| |||
| |||
|
|
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/v...%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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |