Jump to content

HTML & CSS Help

Mac

I need to get these icons in the center in IE but it's not doing it. Help?

HTML


twitter.pngfacebook.png

CSS

.social {
	    width: 700px;
	    margin: auto;


	}
Link to comment
Share on other sites

Link to post
Share on other sites

Just in the CSS you should be able to add align="center"

Link to comment
Share on other sites

Link to post
Share on other sites

Just in the CSS you should be able to add align="center"
Doesn't work, just does nothing
Link to comment
Share on other sites

Link to post
Share on other sites

Just in the CSS you should be able to add align="center"
Otherwise try it in after div class
Link to comment
Share on other sites

Link to post
Share on other sites

you might have some padding interfering with the alignment.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×