I have got a div with some content inside it. Now I want to align the elements horizontally. I used display : inline;
, but now I've got the problem that when an element reaches the width of the div, there is an internal linebreak. So actually I am looking for a css command that all elements are aligned horizontally AND that there won't be the linebreaks inside the div.
Thank you for your help.