karnaze%netscape.com 36aa58a4f4 more test cases
git-svn-id: svn://10.0.0.236/trunk@41212 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-27 02:00:01 +00:00

36 lines
897 B
HTML

<table border>
<tr>
<td width=2000>x</td>
<td width=4000>y</td>
</tr>
</table>
<BR>
<table border=1 width=100%>
<tr>
<td width="400">x</td>
<td width="400">y</td>
</tr>
</table>
<BR>
<table border=1 width=100%>
<tr>
<td width="500"><img src="http://www.degus.com/images/raccoon/raccoon21.jpg"></td>
<td width="300">can't we all just get along?</td>
</tr>
</table>
<br>
<table border=1 width=100%>
<tr>
<td width="1200">Hello how are you</td>
<td width="500">I'am fine, and you?</td>
<td width="2000">I great, thank you</td>
</tr></table>
<BR>
<table width=100% border=1>
<tr>
<td width=1500><img src="http://www.geocities.com/Heartland/Prairie/1568/images/gif/pikajumpr.gif"></td>
<td width=2500><img src="http://www.geocities.com/Heartland/Prairie/1568/images/gif/next.gif"></td>
<td width=30>This is a test to see if this will work on 5.0</td>
</tr></table>