I need help, Im using JCapSlide and I want 4 tiles to go across my header however when I add them they just get inserted below eachother. What do I do to insert them next to one another.
Here is my code for one of them now how do I go about inserting another to the right of this
<div id="header_image_home">
<div id="capslide_img_cont6" class="ic_container">
<img src="images/example2.jpg" width="180" height="240" alt=""/>
<div class="overlay" style="display:none;"></div>
<div class="ic_caption">
<class="ic_category">Categor
<h3>Amazing Image Title</h3>
<class="ic_text">
Description Here
</div>
</div>
</div>
</div>
</div>
The top row of the demo here http://tympanus.net/jCapSlide/ is what I’m trying to achieve
You need to apply
float:leftCSS styling to the elements.