mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
584 B
HTML
20 lines
584 B
HTML
|
<html><head></head><body>
|
||
|
If the text is too low, then it is probably Bug 6920.
|
||
|
<!-- the BGCOLOR attribute is just to make the table breakage clear -->
|
||
|
<table border="1" BGCOLOR="#ffcc00"><tr><td>
|
||
|
<dl>
|
||
|
|
||
|
<FONT> <dt>Baz</dt> </FONT>
|
||
|
<DD>foo foo foo foo foo foo foo foo foo</DD>
|
||
|
|
||
|
<!-- if either 1) the FONT tag, or
|
||
|
2) the /FONT tag, or
|
||
|
3) the DD tag
|
||
|
is removed ... no problem ... i.e., no table breakage
|
||
|
-->
|
||
|
|
||
|
</dl>
|
||
|
|
||
|
</td></tr></table>
|
||
|
</body></html>
|