karnaze%netscape.com 40c7757fb4 table regression tests
git-svn-id: svn://10.0.0.236/trunk@26311 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-05 19:56:05 +00:00

16 lines
362 B
HTML

this table should be center aligned
<BR>
<table align=center border=1>
<tr><td>foo</td></tr>
</table>
this div should be center aligned with an image and a table centered in it
<BR>
<DIV ALIGN=CENTER>
<IMG width=50 height=50 SRC="file://s:/mozilla/dist/win32_d.obj/bin/res/samples/raptor.jpg">
<TABLE border=1 WIDTH=600>
<TR><TD>foo</TD></TR>
</TABLE>
</DIV>