Posted by Tarscher on 08/06/07 09:41
hi all,
This question is probably already answered a zillion times but I
cannot find an answer to my question.
I have a div in a div
<div>
DIV1 text
<div>
DIV 2 Text
</div>
</div>
Is it possible to position the divs that the text from div 2 is next
to the text of div 1?
I get
DIV1 text
DIV 2 text
but want
DIV1 textDIV 2 text
Many thanks
Stijn
[Back to original message]
|