


Just do a shift+reload and the site will look correct.risa2000 wrote:Cosmetic? Not for me. The perfect font size has changed to this. Note the size difference between leftband menu and the actual page text. This is on Windows XP SP2 + Firefox 1.0.2. I remember I had problems on my gentoo box, until I put Microsoft Verdana fonts into Xorg and made it default font family. Since then it worked like charm. I presume "few" who complained were facing the same problems and did not have Microsoft original at hand.
The current solution however looks terrible
Good!! Now I wonder, what did I miss?Apache4857 wrote:Just do a shift+reload and the site will look correct.risa2000 wrote:Cosmetic? Not for me. The perfect font size has changed to this. Note the size difference between leftband menu and the actual page text. This is on Windows XP SP2 + Firefox 1.0.2. I remember I had problems on my gentoo box, until I put Microsoft Verdana fonts into Xorg and made it default font family. Since then it worked like charm. I presume "few" who complained were facing the same problems and did not have Microsoft original at hand.
The current solution however looks terrible
BT


There's no such thing as xhtml 1.1 strict...blue.sca wrote:and why is it now html 4.01 trans? was it not earlier xhtml 1.1 strict?
if they use XHTML the code is more strict, atleast if they use XHTML Strict or 1.1 though. And sites in "proper" XHTML are far more accesable with Lynx or Links2 etc.yngwin wrote:There's no such thing as xhtml 1.1 strict...blue.sca wrote:and why is it now html 4.01 trans? was it not earlier xhtml 1.1 strict?
You can have xhtml 1.1, but then you also must use the application/xhtml+xml mime-type, which is not supported by IE and gives the yellow 'screen of death' on compliant browsers if there's any mistake that causes the code not to be well-formed. So why not use html 4.01?
That is pure nonsense. XHTML 1.0 is the same as HTML 4.01, except for a few extra XML rules. Read the specification, guys! (I know it's boring...) This is exactly what I call the XHTML myth. You can write very standards-compliant, accessible, semantic code in HTML. And if you want you can still make unaccessible table-based layouts in XHTML...terwey wrote:if they use XHTML the code is more strict, atleast if they use XHTML Strict or 1.1 though. And sites in "proper" XHTML are far more accesable with Lynx or Links2 etc.yngwin wrote:So why not use html 4.01?