I'm new to CSS, and have been recoding my page in HTML 5 and CSS. In the left hadn column, I am having issues with the images. the main page can be seen at [
beta.jthensley.com...] and the CSS file is at [
beta.jthensley.com...]
the issues are at the top and bottom of the left column. At the top is a Follow Us button that doesn't want to stay centered in the column, and at the bottom is a CSS Award that seems to want to sit at my feet on the right. (Humbling, but I want it on the left-column instead of the corner of the page.)
The CSS code for the left column is:
#content-left {
font-size: 11px;
float: left;
width: 210px;
padding: 20px 32px 20px 20px;
}
#content-left img {
display: block;
margin-left: auto;
margin-right: auto;
}
We are close to the deadline to launch our new site and I'm pulling my hair out!