Hello!
I like very much your theme. I would like to use it. But for the time being I am testing with my site.
My images are centered in mozilla firefox, but not in IE6. I tried with all the css classes form other posts, but nothing.
Since now I used the theme Garland which is is also valid xhtml strict, but
align="center"
works for images.
I don't understand why with marinelli,
align="center"
is ignored. I know that is deprecated, but why with garland works?
Thank you!
Comments
Comment #1
frazzle-1 commentedI had this problem as well. Look for something in the CSS like this:
#primary img {
margin: 0 15px 0px 0;
padding: 4px;
float: left;
}
I commented this out and now I can put images whereever I want them to be. I spent over an hour trying to figure out why it kept putting an image in the post on the left instead of centered, which I had wanted.
Comment #2
jackdaw commentedThanks frazzle
Any idea why any following text is always directly underneath the picture, instead of allowing a one-line space as Garland? I've commented all that "primary img" section out of my Marinelli style.css, but still it won't make that space between picture and following text, that I can see when switching to Garland.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.