Jump to content
php.lv forumi

Xhtml table height 100%


tiy

Recommended Posts

Ka var izdarit lai xhtml validators nerada kludu un table izplestos height="100%"?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>lapa</title>
</head>
<body>
 <table width="100%" border="1" cellpadding="0" cellspacing="0">
  <tr>
<td align="left" > <!-- height="100%" -->
  1
</td>	
  </tr>
 </table>
</body>
</html>

Link to comment
Share on other sites

×
×
  • Create New...