mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
48 lines
536 B
HTML
48 lines
536 B
HTML
<html>
|
|
|
|
|
|
<body>
|
|
|
|
<title>bug11381</title>
|
|
<span style="background-color:yellow">
|
|
<a href="bug12118.html">
|
|
Next...</a></span><br><br>
|
|
|
|
|
|
<P><TABLE><TR><TD><FONT COLOR="red"><FORM>...</P>
|
|
|
|
|
|
|
|
<TABLE BORDER="1">
|
|
|
|
<TR><TD>
|
|
|
|
<FONT COLOR="red"><FORM><SELECT><OPTION VALUE="/">Events Calendar</SELECT></FORM></FONT>
|
|
|
|
</TD></TR>
|
|
|
|
</TABLE>
|
|
|
|
|
|
|
|
<P>Exactly the same but without the FONT tag.</P>
|
|
|
|
|
|
|
|
<TABLE BORDER="1">
|
|
|
|
<TR><TD>
|
|
|
|
<FORM><SELECT><OPTION VALUE="/">Events Calendar</SELECT></FORM>
|
|
|
|
</TD></TR>
|
|
|
|
</TABLE>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|