|
Posted by Neredbojias on 09/30/64 11:55
To further the education of mankind, Allerdyce.John@gmail.com vouchsafed:
> Hi,
>
> Can someone please tell me how can I have 2 text alignment on the same
> line?
>
> I want a line where it has 'left text' to the farest left of the line
> and 'right text' to the farest right of the same line.
>
> I try below, but it does not work. It has 'left text' and 'right text'
> next to each other:
> <span style="color:purple" align="left">left text</span><span
> style="color:green" align="right">right text</span> <br/>
>
> And I try not to use Table or css float to achieve that.
Must use float or absolute positioning.
Also, this:
<span style="color:purple" align="left">
is invalid. Should be:
<span style="background:inherit;color:purple;text-align:left;">...
--
Neredbojias
Infinity has its limits.
Navigation:
[Reply to this message]
|