The image in the last position of this gallery is supposed to float left, but instead it appears centered. Can you spot the error in the code?
To view the complete CSS code, click here.
If you want to see the full HTML code, check it out here.
This is the snippet of HTML code causing the issue:
<div class="text-block7" >
<a href="gal/60.png" class="gal2" rel="gal"><img src="gal/thumb/60.png" alt=""></a>
</div>
Here's the relevant CSS:
#rightcolumn-12 .text-block7 { width: 239px; height: 190px; display: block; float: left; margin-top: 0px; margin-bottom: 15px;}