mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
27 lines
604 B
HTML
27 lines
604 B
HTML
cell split with color (standard mode)
|
|
<table border>
|
|
<col style="background-color:red;">
|
|
<col style="background-color:blue;">
|
|
<tr>
|
|
<td colspan=2>foo</td></tr>
|
|
</table>
|
|
<BR>
|
|
<hr align=left width=600>
|
|
<TABLE WIDTH=600>
|
|
<TR>
|
|
<TD COLSPAN=3 ALIGN=CENTER>
|
|
<IMG SRC="../images/ns_netcenter_bar_new.gif" WIDTH=579 widthx=600
|
|
HEIGHT=42 BORDER=0</TD>
|
|
</TR>
|
|
<TR>
|
|
<TD WIDTH=230>
|
|
<IMG SRC="../images/raptor.jpg" ALT="[Click Here]" WIDTH=230
|
|
HEIGHT=33 BORDER=1></TD>
|
|
<TD ALIGN=CENTER WIDTH=135>Hassle-Free Upgrades</TD>
|
|
</TR>
|
|
<TR><TD COLSPAN=4 BGCOLOR="#99cccc">x</td></tr>
|
|
</form>
|
|
<BR>
|
|
|
|
|