Susie Posted April 12, 2010 Report Posted April 12, 2010 Hi Holly, You should be able to add this to your CSS and make it centered: #EmilyPictureBackground { margin: 0 auto; } The first item (0) refers to the top and bottom margins. If you need some space, you can change that to any number. For example, 10px. The second item (auto) means that the left and right margins will be equal. Let us know if that doesn't do it. And if not, maybe you could post a link so we can check it out for you.
Susie Posted April 12, 2010 Report Posted April 12, 2010 (edited) I see that you are using Blogger to power your website. Unfortunately, I don't work with Blogger, so I'm not sure how to tell you to fix this. Sorry about that! Maybe this link will help you figure out where you can edit the CSS: http://www.blogdoctor.me/2006/12/css-tips-and-tricks-for-blogger.html Hopefully someone will come along to help you soon! Edited April 12, 2010 by Susie
newseed Posted April 14, 2010 Report Posted April 14, 2010 you can easily fix that in CSS Well that's a good solution. DUH!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now