mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
16 lines
321 B
HTML
16 lines
321 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="../images/raptor.jpg">
|
||
|
<TABLE border=1 WIDTH=600>
|
||
|
<TR><TD>foo</TD></TR>
|
||
|
</TABLE>
|
||
|
</DIV>
|
||
|
|