Forum Moderators: not2easy
I want to turn a table into div tags.
Basically 4 images, 2 left, 2 right, and the center to have a background.
When I use float the images will move down if I squeeze the page together. Is there a way to keep all the conent on one line?
Here is my div setup so far,
<div class="container_for_images_with_bg_image">
<img class="left" src="image1.gif">
<img class="left" src="image2.gif">
<img class="right" src="image3.gif">
<img class="right" src="image4.gif">
</div>