Jump to content

Crazy table font behaviour


otuatail

Recommended Posts

The HTML is being rendered in Quirks Mode which causes some legacy behavior meaning that the font size isn't inherited properly. See http://devedge-temp.mozilla.org/viewsource/2002/table-inherit/

 

If you put a doctype at the top it should fix it.

 

e.g. put:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

 

at the very top of the HTML that should fix it.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.