|
Posted by Tarscher on 08/06/07 13:02
On 6 aug, 14:19, "Jonathan N. Little" <lws4...@centralva.net> wrote:
> Neredbojias wrote:
> > Well bust mah britches and call me cheeky, on Mon, 06 Aug 2007 09:41:36 GMT
> > Tarscher scribed:
>
> >> 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
>
> > Use floats.
>
> Or don't use DIV use a SPAN. Depends on what you are trying to do. An
> example URL of the real page might help.
>
> --
> Take care,
>
> Jonathan
> -------------------
> LITTLE WORKS STUDIOhttp://www.LittleWorksStudio.com
I've made a mockup of what and why I want to do achieve.You can find
it here: http://www.flickr.com/photos/11036025@N03/1027802383/
I hope this clarifies things.
Regards,
Stijn
[Back to original message]
|