In not sure if anyone is having the same issue with their wordpress blogs as me but I am not able to center my images on my blogs. have a look here. when i add a image to a post the image looks like it wants to align left. Its weird, I manually uploaded the images, hand coded the html for the image, and set it to center. I was having the same issue with another theme, so its not the theme. Does anyone have any suggestions or ideas?
Try editing this part of your css: #content p img { float: left; border: none; margin: 0px 10px 10px 0px; } Code (markup):
ill give it a shot. Even when i placed the images below all the content is still jacked up everything. i just removed them, but obviously i need to get this worked out. I need images on my posts. lol It might be an issue with the version im using. Im gonna check the wordpress forums Thanks.
I just checked that, its already in the css. HMM, ill try messing with it. i'm thinking its defaulting to left, obviously because of float: left; am i right?
If that happens when you re-edit your posts, then what you have to do is to remove first the post and then re-enter it with the image code on where you want to place it and then re-publish while in the html mode.
Don't create another Support Topic in WP.org - They already have 3 or 4 running Simultaneously about this Check these out. http://wordpress.org/support/topic/174042 http://wordpress.org/support/topic/192598 http://hackwordpress.com/wordpress-26-changes-how-wordpress-handles-images/ http://wordpress.org/support/topic/164999?replies=1
I figured it out. Thanks everyone. I just removed the Float: left; from the css and placed the images in the <p> tag. It was the float that was causing this. Ill head to the WP support and help out the others, ill even post a blog about it to. It must be a default setting. thanks.