right, i have some text
and i want to put some writing on the left and some on the right.
i use alignment codes such as %26lt;left%26gt; %26lt;right%26gt; but the problem is i want them on the same line but at different sides?
if i use this.. %26lt;div align="right"%26gt; it puts them on different lines! help?
Myspace text alignment?
You need to create a table. The code looks like this
%26lt;table border=0%26gt;
%26lt;tr%26gt;
%26lt;td border=0 width=50% align="left" valign="top"%26gt;
text for the left
%26lt;/td%26gt;
%26lt;td border=0 width=50% align="right" valign="top"%26gt;
text for the right
%26lt;/td%26gt;
%26lt;/tr%26gt;
%26lt;/table%26gt;
No comments:
Post a Comment