Reputation: 1050
I am trying to create a table-less design using div and css. I have successfully made the header part. But after the header I have some text part which was supposed to be coming inside a div. However the div is displayed as inline and does not contain the text elements.
The code that I am trying is available at http://jsfiddle.net/sXaTT/1/
What I need is the 'Join our community' and 'FB Like' block should be inside the main container.
This is my first attempt to make a table-less design. Any help to fix this issue would be greatly appreciated.
Upvotes: 0
Views: 258