Can anybody suggest why the following doesn't work:
<html<head></head><body>
<table width="100%"><tr><td width="100%">
<span style="text-align:left;">aaa</span>
<span style="text-align:right;">bbb</span>
</td></tr></table>
</body></html>
that is, why isn't 'bbb' over to the right?
<html<head></head><body>
<table width="100%"><tr><td width="100%">
<span style="text-align:left;">aaa</span>
<span style="text-align:right;">bbb</span>
</td></tr></table>
</body></html>
that is, why isn't 'bbb' over to the right?