|
Posted by Edwin van der Vaart on 04/23/06 15:53
hemant.singh@gmail.com wrote:
> 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
Use for both divs "float: left".
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Persoonlijke website
Explicitly no permission given to Forum4Designers, onlinemarketingtoday,
24help.info and issociate.de to duplicate this post.
Navigation:
[Reply to this message]
|