How can I stay on the same line while working with the <p>
tag?
I want to create a carousel with an image and text.
Use the display: inline
CSS property.
Ideal: In the stylesheet:
#container p { display: inline }
Bad/Extreme situation: Inline:
<p style="display:inline">...</p>