On this page the space between the left column and the title is too large. I think this is because the img at the top of the left column has an <a href=""></a>. Is there any way to make the img on the left line up with the img on the right (which is at the correct hight)?
On this page the space between the left column and the title is too
Share
The column has an empty
<a href="http://www.glamourunderground.com/?p=217" target="_blank"> <p></p>tag and an empty</a>
<p>tag, which are pushing the column’s contents down. The simple solution would be to remove the tags, since they’re empty and the<a>isn’t clickable anwyways.