Skip to content

Instantly share code, notes, and snippets.

@mtwebb
Created December 30, 2019 22:59
Show Gist options
  • Save mtwebb/9ec00813ec02fe7915be789dbddb8fa7 to your computer and use it in GitHub Desktop.
Save mtwebb/9ec00813ec02fe7915be789dbddb8fa7 to your computer and use it in GitHub Desktop.
row height difference between xhtml and html in webkit
<!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>
<title>new02</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body bgcolor="#FFFFFF">
<!-- Save for Web Slices (new02.psd) -->
<table id="Table_01" width="585" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<img id="debug02_01" src="images/debug02_01.jpg" width="258" height="255" alt="" /></td>
<td colspan="2">
<img id="debug02_02" src="images/debug02_02.gif" width="90" height="255" alt="" /></td>
<td>
<img id="debug02_03" src="images/debug02_03.gif" width="237" height="255" alt="" /></td>
</tr>
<tr>
<td colspan="2">
<img id="debug02_04" src="images/debug02_04.gif" width="322" height="325" alt="" /></td>
<td colspan="2">
<img id="debug02_05" src="images/debug02_05.gif" width="263" height="325" alt="" /></td>
</tr>
<tr>
<td>
<img src="images/spacer.gif" width="258" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="64" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="26" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="237" height="1" alt="" /></td>
</tr>
</table>
<!-- End Save for Web Slices -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment