mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
24 lines
845 B
HTML
24 lines
845 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/transitional.dtd">
|
|
<html>
|
|
<head>
|
|
<title>Untitled</title>
|
|
</head>
|
|
|
|
<body bgcolor="#0000FF" text="#FFFFFF">
|
|
|
|
<p>There should be no gaps between the top and bottom row or Scooby images if the pref layout.linelayout.prevent_strict_line_height is set to true</p>
|
|
<table align="center" cellspacing="0" cellpadding="0" border="0">
|
|
<tr>
|
|
<td><img src="20020515_60x60_scooby.jpg" alt="" width="48" height="48" border="0"></td>
|
|
<td><img src="20020515_60x60_scooby.jpg" alt="" width="48" height="48" border="0"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img src="20020515_60x60_scooby.jpg" alt="" width="48" height="48" border="0"></td>
|
|
<td><img src="20020515_60x60_scooby.jpg" alt="" width="48" height="48" border="0"></td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
</body>
|
|
</html>
|