|
Posted by hemant.singh on 04/23/06 13:58
Hello,
I need two separate DIV's(As i update there data separately) one
following another in same line
so I am try'g something like
<div id=123A>ABC</div>
<div id=123B>DEF</div>
But this put a \n between when it display, so I modified and tried
following
<div id=123A style="float: left; text-align: left;">ABC</div>
<div id=123B style="float: right; text-align: right;">DEF</div>
Now they are on same line, but on extreme left and right, While I want
2nd DIV to be jst followed by first div, so tht output is like
ABCDEF
Any suggestions?
Navigation:
[Reply to this message]
|