Hi I use
and am trying to achieve one line with one part left aligned and the other right aligned.
For instance:
which does not seem to be working.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"[URL unfurl="true"]http://www.w3.org/TR/html4/loose.dtd">[/URL]
and am trying to achieve one line with one part left aligned and the other right aligned.
For instance:
Code:
<div width=80%>
<span style="display:inline-block;text-align:left">
text left
</span>
<span style="display:inline-block;text-align:right">
text right
</span>
<img src=s width=x height=y>
</div>