More than one div in the same line

Closed
Anonymous User - May 21, 2012 at 03:30 PM
 Anonymous User - May 24, 2012 at 12:01 PM
Hello hope you're doing good :)

How can i put more than one div in the same line.
i'm trying to use the property float but nothing works as i want it to...

any help will be very wellcomed ;-)


Related:

1 response

AssassinTourist Posts 5709 Registration date Monday January 16, 2012 Status Contributor Last seen February 29, 2024 2
May 22, 2012 at 08:22 AM
Hi,
What did you try with your float ? Can we see the css ?
0
Anonymous User
May 24, 2012 at 12:01 PM
thanks for your answer,
i'm trying this way:

div { float:left; }

<div>div1</div><div>div2</div><div>div3</div><div>...</div>


but as i said this ain't work !
0