CSS tables kinda
Posted: Mon Feb 09, 2009 5:21 am
What I have right now is several divs with a list in each. They look like this:
And so on. Now of course these just show up in 1 big column. What I want to do is have lets say 2 in 1 row so it would show the 1st list then to its right would be the 2nd list then, magically and without me doing anything, the 3rd list would go under the 1st list. I know this is possible in CSS but I don't know how to do it since my CSS abilities are well, terrible. Can anyone give me a hand?
Code: Select all
<div>
<div>
Text
Text2
Text3
</div>
</div>
<div>
<div>
Blah
Blah2
Blah3
</div>
</div>
<div>
<div>
Peep
Peep2
Peep3
</div>
</div>