stranger123
Programmer
I have tested the following code that the string "aaaaaaaaaaa" was displied at the center. However, if I remove <!DOCTYPE......loose.dtd">, the string would be displied at the left.
Do you think I missed something or it the designed behaviour?
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
<table width="100%" border=1>
<tr><td align="center">
<table width="90%" border=1>
<tr><td>aaaaaaaaaaa</td></tr>
</table>
</td></tr>
</table>
Do you think I missed something or it the designed behaviour?
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
<table width="100%" border=1>
<tr><td align="center">
<table width="90%" border=1>
<tr><td>aaaaaaaaaaa</td></tr>
</table>
</td></tr>
</table>