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

frazzle-1’s picture

Assigned: miriam_crete » Unassigned
Status: Active » Fixed

I 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.

jackdaw’s picture

Thanks 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.