I have a container div, which contains two divs, which need to appear side by side. Everything is fixed width, but the two divs are appearing with a line break. I tried to fix this by converting them into spans, but even then they appeared with a line break.
The style sheet properties for these are
Code:
#container{ width:992px; background-image:url(../images/content_background.png);