mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
35 lines
730 B
HTML
35 lines
730 B
HTML
<HTML>
|
|
<HEAD>
|
|
<style>
|
|
table, td {border: 1px solid red;}
|
|
</style>
|
|
</HEAD>
|
|
<BODY>
|
|
|
|
|
|
<TABLE BORDER=1 WIDTH=100% BGCOLOR=CCCCCC>
|
|
<TR VALIGN=TOP>
|
|
<TD ROWSPAN=2 WIDTH=10%> </TD>
|
|
<TD COLSPAN=6 WIDTH=70%> </TD>
|
|
<TD WIDTH=10%> </TD>
|
|
<TD ROWSPAN=2 WIDTH=10%> </TD>
|
|
</TR>
|
|
<TR VALIGN=TOP>
|
|
<TD COLSPAN=3 WIDTH=10%>Find a Business</TD>
|
|
<TD COLSPAN=3 WIDTH=10%>What's New</TD>
|
|
<TD COLSPAN=1 WIDTH=10%>Search Tips</TD>
|
|
</TR>
|
|
<TR>
|
|
<TD COLSPAN=9 HEIGHT=8> </TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
|
|
<p>
|
|
bug #17826 : Drag the right edge of the window and either widen or
|
|
narrow the window; the column widths should oscillate as you resize
|
|
the window (tested 1999122008 WinNT)
|
|
</p>
|
|
|
|
</BODY></HTML>
|