mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
f09d25e85c
no source code changed, not part of build, so no reviewer
36 lines
1.3 KiB
HTML
36 lines
1.3 KiB
HTML
<html><body>
|
|
|
|
<form method=post action=http://promo1.yahoo.com/sbin/generic.form>
|
|
original table
|
|
<table border=0 cellpadding=0 cellspacing=0 width=100 bgcolor=yellow>
|
|
<tr><td bgcolor=pink valign=top>
|
|
<font face=arial size=2 color="#CC3300">
|
|
<input type=radio name=q1 value=1>True</font><br></td>
|
|
<td bgcolor=lightgrey> </td>
|
|
<td bgcolor=violet><font face=arial size=2 color="#CC3300">
|
|
<input type=radio name=q1 value=-1>False</font><br></td>
|
|
</tr></table>
|
|
|
|
<br>table with NOBR tags in each cell
|
|
<table border=0 cellpadding=0 cellspacing=0 bgcolor=aqua>
|
|
<tr><nobr><td bgcolor=pink valign=top>
|
|
<font face=arial size=2 color="#CC3300">
|
|
<input type=radio name=q1 value=1>True</font><br></td>
|
|
<td bgcolor=lightgrey> </td>
|
|
<td bgcolor=violet><nobr><font face=arial size=2 color="#CC3300">
|
|
<input type=radio name=q1 value=-1>False</font><br></td>
|
|
</tr></table>
|
|
|
|
<br>table that shows min required width for each cell (45, 52)
|
|
<table border=0 cellpadding=0 cellspacing=0 >
|
|
<tr><td bgcolor=pink width=45 valign=top>
|
|
<font face=arial size=2 color="#CC3300">
|
|
<input type=radio name=q1 value=1>True</font><br></td>
|
|
<td bgcolor=lightgrey> </td>
|
|
<td bgcolor=violet width=52><font face=arial size=2 color="#CC3300">
|
|
<input type=radio name=q1 value=-1>False</font><br></td>
|
|
</tr></table>
|
|
</form>
|
|
</body>
|
|
</html>
|