DOCTYPE description in 1.2.8 causing errors with table size
Posted: Fri 19. Jan 2007, 13:10
just found out that the DOCTYPE code in 1.2.8 inc_lib/default.inc.php
is causing some problems when you want your table in the template to be 100% in height. if you replace the DOCTYPE description in the file inc_lib/default.inc.php with a simpler version, the tablesize is correctly displayed.
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>