Hi all,
Let's say I have the following code
What I would like to do is have div3 beside div2 instead of bellow it.Code:<div1> <div2> Some text here... </div <div3> Some text here again... </div> </div>
How do I declare CSS to do that?
Thanks alot
Michel





Bookmarks